James Shepherd
-
2007-04-19
Couldn't find a pom.xml for using MantaRay 2.0.1 with maven2.
See attaached pom.xml.
I couldn't find a pom for cybergarage cyberlink, and I may have some of the versions of the dependencies wrong.
In any case, it's a start.
Use commands such as:
mvn install:install-file -DgroupId=javax.resource\
-DartifactId=connector-api -Dversion=1.5\
-Dpackaging=jar -Dfile=/manta/ext/connector-api.jar
to install jars in the local repository, then finally:
mvn install:install-file -DgroupId=org.mantamq\
-DartifactId=manta -Dversion=2.0.1 -Dpackaging=jar\
-Dfile=/manta/manta.jar\
-DpomFile=/manta/pom.xml
to add manta-2.0.1 and its pom.xml