Hi,

Maybe you can try assembley plugin, like this:
                        <plugin>
                                <artifactId>maven-assembly-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <id>GG</id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>single</goal>
                                                </goals>
                                                <configuration>
                                                        <descriptorRefs>
                                                                
<descriptorRef>bin</descriptorRef>
                                                                
<descriptorRef>src</descriptorRef>
                                                                
<descriptorRef>jar-with-dependencies</descriptorRef>
                                                        </descriptorRefs>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
                </plugins>
        </build>

-----Original Message-----
From: new2maven [mailto:[email protected]] 
Sent: Friday, March 16, 2012 1:15 PM
To: [email protected]
Subject: Avoid constant manual artifact installation in Netbeans

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]

Reply via email to