Skip to content
Snippets Groups Projects
Commit efaec3c0 authored by Christian Wulf's avatar Christian Wulf
Browse files

added plugin for building a jar including the test folder

parent 37c32e06
No related branches found
No related tags found
No related merge requests found
...@@ -87,12 +87,20 @@ ...@@ -87,12 +87,20 @@
</configuration> </configuration>
</plugin> </plugin>
<!-- goals to check for plugin updates: versions:display-plugin-updates -->
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId> <artifactId>versions-maven-plugin</artifactId>
<version>2.1</version> <version>2.1</version>
</plugin> </plugin>
<!-- goals to build a jar with binaries: jar:jar, jar:test-jar -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
</plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId> <artifactId>maven-shade-plugin</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment