"manually instal artifact" is mvn install:install-file, either create a shell script to automate the process or make the install part of the build that produces the jar.
Milos On Fri, Mar 16, 2012 at 6:14 AM, new2maven <[email protected]> wrote: > Hi there, > > I work on a Maven project which makes use of a jar-file via a dependency. > The jar-file is modified on a daily basis. > Whenever a new jar-file is built, I usually go to the jar-dependency in the > Maven project and click on 'Manually install artifact'. I was wondering if > there is a mechanism to automate it. So, whenever a new jar file is built > the dependency gets updated as well. > > Many thanks in advance! > Sarah > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Avoid-constant-manual-artifact-installation-in-Netbeans-tp5569994p5569994.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
