Skip to content

Commit d068a72

Browse files
committed
skip install
1 parent 7014078 commit d068a72

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@
4242

4343
<build>
4444
<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>
4553
<plugin>
4654
<groupId>org.apache.maven.plugins</groupId>
4755
<artifactId>maven-deploy-plugin</artifactId>

0 commit comments

Comments
 (0)