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
