Good, I can review all the changes during the weekend! In the meanwhile, can you please fix the code format in both Java & XML according to the adopted? The snippet below doesn't seem it is compliant, looks like you are using tabs or 4 spaces (in XML we uses 2 spaces). I didn't check the rest - you committed a lot of stuff :) - I will do during the WE.
Thanks!! -Simo > </plugin> > + <plugin> > + <groupId>org.apache.maven.plugins</groupId> > + <artifactId>maven-jar-plugin</artifactId> > + <executions> > + <execution> > + <goals> > + <goal>test-jar</goal> > + </goals> > + </execution> > + </executions> > + </plugin> > </plugins> http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/
