Skip to content
Snippets Groups Projects
Commit aa362f35 authored by Federico Martinez Girona's avatar Federico Martinez Girona
Browse files

Merge branch 'cambio-en-version-de-wildfly-maven-plugin' into 'main'

comentar plugin que falla

See merge request !20
parents 620df03d 5079effd
No related branches found
No related tags found
1 merge request!20comentar plugin que falla
......@@ -46,7 +46,6 @@
<properties>
<version.server>19.0.0.Final</version.server>
<version.cloud.fp>19.0.0.Final</version.cloud.fp>
</properties>
<build>
......@@ -83,6 +82,7 @@
Due to Maven's lack of intelligence with EARs we need to configure
the WildFly Maven plug-in to skip deployment for all modules. We then enable
it specifically in the ear module. -->
<!--
<plugin>
<groupId>org.wildfly.plugins</groupId>
<artifactId>wildfly-maven-plugin</artifactId>
......@@ -91,6 +91,7 @@
<skip>false</skip>
</configuration>
</plugin>
-->
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment