diff --git a/ear/pom.xml b/ear/pom.xml index 3110970824cecf0352ab38fc97df9bf444e75e3e..a2c2dc5bcea2c5bfd2d22497d6039b5288432a18 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -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>