teste deploy
parent
29cee33d82
commit
c52cd40f90
13
pom.xml
13
pom.xml
|
@ -42,6 +42,19 @@
|
||||||
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
<outputFileNameMapping>@{artifactId}@.@{extension}@</outputFileNameMapping>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.wildfly.plugins</groupId>
|
||||||
|
<artifactId>wildfly-maven-plugin</artifactId>
|
||||||
|
<version>3.0.0.Final</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>deploy</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
Loading…
Reference in New Issue