[IMPORTANT NOTICE] 3.0.1-SNAPSHOT changes (2)

1 post / 0 new
Last post
vvandens
Offline
Joined: 05/29/2008
[IMPORTANT NOTICE] 3.0.1-SNAPSHOT changes (2)

Hi all,

I've removed the sources classifier from the jspresso-qooxdoo-client maven artifact. This is mainly due to the fact that classifiers are not handled correctly in Archiva, a popular Maven2 enterprise repository that is used by one of the Jspresso customers... Moreover, it is much clearer to have a main module artifact without classifier.

Unfortunately, you have to change your existing 3.0.1-SNAPSHOT projects "startup/qooxdoo/client/pom.xml" by removing the striked line below :

    <dependency>
<groupId>org.jspresso.framework</groupId>
<artifactId>jspresso-qooxdoo-client</artifactId>
<classifier>sources</classifier>
 <type>zip</type>
<scope>provided</scope>
</dependency>

 

Best,

Vincent