SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-184
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Valerio Schiavoni
Votes: 11
Watchers: 7
Operations

If you were logged in you would be able to see more operations.
Compass

Submit compass to a maven repository

Created: 27/Apr/06 08:43 AM   Updated: 16/Jul/08 02:51 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.0.0 RC2

Environment: any


 Description  « Hide
Submit compass and related pom.xml to ibiblio maven and maven2 repository.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
David Smiley added a comment - 18/Sep/06 08:28 PM
This has been open awhile. I would like to help if I can; just email me if you need it.

Shay Banon added a comment - 19/Sep/06 02:41 AM
Hey mate, have a look at the forum, we are discussing this on: http://forums.opensymphony.com/thread.jspa?threadID=34503&tstart=0 . Please join

James Strachan added a comment - 17/Nov/06 11:13 AM
To be able to use Compass on Project Able I'm having to use a local maven repo...

https://svn.opensymphony.com/svn/sandbox/able/sandbox/maven-repo/

like this...

https://svn.opensymphony.com/svn/sandbox/able/sandbox/maven-repo/opensymphony/compass/compass/1.1M3/

I haven't bothered with making a pom.xml and its all working great. But really I"d rather not have to do this crap just to be able to build with Compass (when everything else is in an m2 repo these days).

I wonder as a short term work around for us poor maven 2 users - could we just put a maven repo like the above at some well known URL at opensymphony.com then folks can just refer to the compass maven repo to get the jars - until one day the correct upload thingy is done to add it to repo1.maven.org



James Strachan added a comment - 17/Nov/06 12:19 PM
How about just dropping the jars in here for now?

http://maven.opensymphony.com/

then folks can grab 'em from m2?


Stefan Groschupf added a comment - 22/Jan/07 11:16 AM
Hi, any update on this issue? The posted repositories are gone. The forum thread is silient and do not contain any sensefully information.
We tried to build the required pom and end up with 17 dependencies that are not yet in any repository.
Some since compass uses the very last beta version of some projects.
Is that really required? Is there a list of minimal dependencies?

Thanks for any hints.


Laszlo Hornyak Kocka added a comment - 22/Jan/07 01:34 PM
Stephan:
I created my own repo a few days ago, use it if you like, there are no poms though, I provide dependencies in the depending application.

<repository>
<id>yikulju-tmp</id>
<url>http://yikulju.sourceforge.net/m2</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
...
<dependency>
<groupId>org.opensymphony.compass</groupId>
<artifactId>compass-core</artifactId>
<version>1.1RC1-SNAPSHOT</version>
</dependency>


Tamas Cservenak added a comment - 15/Mar/07 12:36 AM
Hi all,

any progress on this issue?

I saw the forum posts referenced by Shay, but there are still no repositories in "central" repos. On the forum was not mentioned any blocker issue...

t


Shay Banon added a comment - 17/May/08 01:07 PM
Fixed. Compass has its own repo at: http://repo.compass-project.org/, and soon it will be synched with the central one.

Craig Walls added a comment - 15/Jul/08 08:25 PM
I'm not sure I would consider this fixed until it is synched with central. Sure, it's in a Maven repository, so I guess that's one interpretation of "fixed". But if there is a plan to get it into central, then I'd rather see this issue reopened until the compass repository is sync'd with central.

Shay Banon added a comment - 16/Jul/08 02:51 PM
There is an issue in maven about syncing it. They were running into problems and for some reasons it does not work. We are trying to resolve this. In any case, it is simple to add Compass maven repository.