do not install repository articfacts into the local maven repo

This commit is contained in:
Martin Lippert
2016-12-05 14:54:07 +01:00
parent 2ef4f82c3d
commit f193497e1e

View File

@@ -32,6 +32,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>