Update pom for 'examples/demo-template/example-ear' to not deploy to repo

This commit is contained in:
Stian Thorgersen 2014-11-05 13:53:47 +01:00
parent 875e9ba513
commit 5943af79af

View file

@ -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>