I got a logging and password for http://maven.geotools.fr/repository/. I updated the wiki page with instructions:

    http://docs.codehaus.org/display/GEOT/How+to+add+a+3rd+party+jar

---------------------------------------------------------------------------------------------------

Notes about http://lists.refractions.net/m2/

"mvn deploy" currently requires SCP or FTP access, which lists.refractions.net doesn't provide. Maybe we should avoid adding 3rd party jar to lists.refractions.net until Maven 2 supports deployment through webdav, in order to avoid inconsistent repository. Furthermore, I noticed the following glitchs:

JTS       - duplicated by com/vividsolution/jts/
jscience  - unless you have see it elswhere under that name, should be 
org/jscience
units     - unless you have see it elswhere under that name, should be 
javax/units


REMINDER: groupId in "java package name" way were not really used in Maven 1 days, but is strongly recommanded by Apache in Maven 2. For example in Maven 1, the groupID for JTS was JTS. In Maven 2, a more appropriate groupID would be com.vividsolution. Same apply for com.oracle, com.esri, javax.units, javax.vecmath, etc. Generally speaking, use the root package name (except if we are stick to the old groupId for legacy reason - this happen on ibiblio, but we should not do the same for JAR particular to our Maven 2 repository since we are building this repository right now.

        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
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to