Both projects have new targets in the build.xml available called mvn-install-win, and mvn-install-unix. These simply use the relevant maven commands to install the jars locally as version 1.0-SNAPSHOT.
We will have to see about inclusion in centralised maven repositories later.
I just manually install this
Currently, I manually install using
mvn installI will commit a small change to the
build.xmlwhich provides amvn-installtarget making this trivially easy.As regards making available in a central repository, I can't help with that right now. I don't think Tod uses maven.
Committed
Committed to echo3 svn 1247, and extras svn 517.
Both projects have new targets in the
build.xmlavailable calledmvn-install-win, andmvn-install-unix. These simply use the relevant maven commands to install the jars locally as version1.0-SNAPSHOT.We will have to see about inclusion in centralised maven repositories later.