Skip to content

Instantly share code, notes, and snippets.

@jdmwood
Last active June 26, 2019 15:32
Show Gist options
  • Save jdmwood/fe4a2909654c8a4084aabab231038f07 to your computer and use it in GitHub Desktop.
Save jdmwood/fe4a2909654c8a4084aabab231038f07 to your computer and use it in GitHub Desktop.
<build>
<plugins>
...
<!-- Adds properties containing the path of Jar files -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<goals>
<goal>properties</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
</build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment