When creating a new module on trunk:

- Do *not* prefix anymore the module name by "gt2-". JAR file names
   will be prefixed automatically.

- Choose a module name that fit exactly the directory name, like Java
   class names match filenames. Geotools already follow approximatively
   this rule with some exceptions like "oraclespatial", "shape" and
   "shaperenderer", which I plan to fix tomorrow.

- Do not put anymore content like the one below in pom.xml files.
   If the above rule is respected, Maven will infere the following
   statements automatically:

    <url>http://maven.geotools.fr/reports/main/</url>
    <scm>
      <connection>
        scm:svn:http://svn.geotools.org/geotools/trunk/gt/module/main/
      </connection>
      <url>http://svn.geotools.org/geotools/trunk/gt/module/main/</url>
    </scm>


Note: I noticed that every pom.xml files now contains the following:

   <organization>
     <name>Geotools</name>
     <url>http://www.geotools.org</url>
   </organization>
   <inceptionYear>1996</inceptionYear>


I wonder why those informations are repeated in every pom.xml files? They 
should 
be inherited from the parent pom.xml.

        Martin

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to