Added "gt-" prefix to modules that produce a JAR. I would recommand developpers 
to performs the following steps in this order (this is not really necessary - 
only cleaner):

* mvn clean
* delete the .m2/repository/org/geotools/ directory
* svn update
* mvn install


I have added a new Maven plugin, "verifier", which checks at build time that 
the 
module name match the directory name (taking in account the "gt-" prefix), that 
the groupId starts by "org.geotools" and that the module inherits from a right 
parent for the directory where it lives (e.g. if a module inherits from 
"org.geotools.library", then it must lives in the "library" parent directory). 
If any of those conditions is violated, we get a Maven build failure.

For now the verifier make an exception for the following modules until we move 
them to their appropriate location:

     arcsde-plugin  (its look like the gt- prefix is missing there too)
     gt-arcsde
     gt-xsd-wfs

Later we will add checks for <scm> and <url> elements as well.

A "mvn deploy" is under progress.

        Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to