Martin Desruisseaux wrote:

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


Hi Martin,

Can we get a login/password for your repo?

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.


At the moment the refractions maven repository is just a copy of my local repository -- so there is some junk in there from other repositories which do not correctly define the groupId. When wagon-webdav is ready, and we have the pom configured right (can we get "mvn deploy" to also deploy dependencies?), we can eliminate these bad groupIds.

Cheers,
Cory.


-------------------------------------------------------
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