|
From: Geoffrey De S. (JIRA) <no...@sp...> - 2010-01-27 09:27:05
|
[ https://jira.springsource.org/browse/RCP-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50523#action_50523 ]
Geoffrey De Smet commented on RCP-624:
--------------------------------------
-1 on this change
This change says we have to do something like this:
{code}
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
+ <groupId>org.junit</groupId>
+ <artifactId>com.springsource.org.junit</artifactId>
</dependency>
{code}
The advantage is that makes us OSGi ready by using the spring OSGi maven-repistory hack. The disadvantage is that is screws up maven entirely :(
That's because maven doesn't see that junit:junit equals org.junit:com.springsource.org.junit, which gives a total mess with projects depending on us that don't use that spring OSGi maven-repistory hack.
Wait for maven 3 to fix the OSGi story.
Let the the spring OSGi maven-repistory hack become obsolete.
In december 2009 the maven lead said maven 3 would be released this month (january 2010).
Everybody will be happy then :) both OSGi users and non-OSGi users.
> migrate pom dependencies to come from the SpringSource Enterprise Bundle Repository
> ------------------------------------------------------------------------------------
>
> Key: RCP-624
> URL: https://jira.springsource.org/browse/RCP-624
> Project: Spring Rich Client Project
> Issue Type: Refactoring
> Components: Build System
> Affects Versions: 1.1.1
> Reporter: Ryan Ovrevik
> Assignee: Lieven Doclo
> Priority: Minor
> Attachments: spring-richclient-poms.patch
>
>
> Update all poms to retrieve dependencies from the SpringSource Enterprise Bundle Repository. This seems like a reasonable precondition for updating the project(s) to utilize spring3.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|