Skip to content

Instantly share code, notes, and snippets.

@uttesh
Created February 19, 2015 09:04
Show Gist options
  • Save uttesh/14c52b5f8d0fd22cf97b to your computer and use it in GitHub Desktop.
Save uttesh/14c52b5f8d0fd22cf97b to your computer and use it in GitHub Desktop.
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>install</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
<configuration>
<outputDirectory>lib</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment