Update pom for 'examples/demo-template/example-ear' to not deploy to repo
This commit is contained in:
parent
875e9ba513
commit
5943af79af
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@
|
|||
</modules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue