there is not need deploy to maven so add settings for it

pull/367/head
gaoyunpeng 6 years ago
parent 852e287481
commit 880a894786

@ -103,6 +103,14 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins> </plugins>
</build> </build>

Loading…
Cancel
Save