We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a7d61 commit d374d92Copy full SHA for d374d92
1 file changed
pom.xml
@@ -94,6 +94,15 @@
94
<target>${java.version}</target>
95
</configuration>
96
</plugin>
97
+ <plugin>
98
+ <groupId>org.apache.maven.plugins</groupId>
99
+ <artifactId>maven-deploy-plugin</artifactId>
100
+ <version>2.7</version>
101
+ <configuration>
102
+ <skip>true</skip>
103
+ <deployAtEnd>true</deployAtEnd>
104
+ </configuration>
105
+ </plugin>
106
<plugin>
107
<groupId>org.eclipse.tycho</groupId>
108
<artifactId>tycho-maven-plugin</artifactId>
0 commit comments