In case of using an internal repository - what is the analog to mvn install?
For instance I want to share a third party artifact and do something like
mvn install:install-file -Dfile=./jta-1.0.1B.jar
-DgroupId=javax.transaction
-DartifactId=jta -Dversion=1.0.1B -Dpackaging=jar
This installs an artifact into the local repo. How do I install an artifact into
an internal repo?
it is the deploy command.
I hacked together some notes on putting our corporate repository
together at
http://docs.codehaus.org/display/MAVENUSER/Using+Maven+in+a+corporate+environment
It is still missing information, like deploying jars.
But as someone has already linked
http://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html
you just need to make sure that you specify the correct repository you
want to use.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]