Commit 6e691966 authored by Administrator's avatar Administrator

Fixes the EAR deployment to Wildfly

On previous commits, the name of the EAR was changed but the Wildfly plugin
wasn't updated to use the new name. This commit changes the Wildfly deployment
configuration to fix this problem.
parent ebf380df
......@@ -69,6 +69,7 @@
<configuration>
<skip>false</skip>
<port>10990</port>
<filename>${project.parent.artifactId}-${project.version}.${project.packaging}</filename>
</configuration>
</plugin>
</plugins>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment