Echo3 Maven Plugin/Libraries?

Any chances of getting Echo3 as a Maven plugin/library from some central maven repository for open source libraries?

Here's some info about the issue:

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

-M-

sgodden's picture

I just manually install this

Currently, I manually install using mvn install

I will commit a small change to the build.xml which provides a mvn-install target 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.

sgodden's picture

Committed

Committed to echo3 svn 1247, and extras svn 517.

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.