sorry for all the questions (obviously a newbie), but...

once your maven project builds and a .jar is created, is there a way to ask maven to automatically deploy that .jar to the appropriate directory for your project in maven's local repository?

so if you have your project as follows:

projecta/
target/
projecta-1.0.jar


how to instruct maven to deploy it to:

[MAVEN_HOME]/repository/projecta/jars/projecta-1.0.jar

?

thanks again...

--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to