We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7014078 commit d068a72Copy full SHA for d068a72
1 file changed
pom.xml
@@ -42,6 +42,14 @@
42
43
<build>
44
<plugins>
45
+ <plugin>
46
+ <groupId>org.apache.maven.plugins</groupId>
47
+ <artifactId>maven-install-plugin</artifactId>
48
+ <version>2.5.2</version>
49
+ <configuration>
50
+ <skip>true</skip>
51
+ </configuration>
52
+ </plugin>
53
<plugin>
54
<groupId>org.apache.maven.plugins</groupId>
55
<artifactId>maven-deploy-plugin</artifactId>
0 commit comments