-
Bug
-
Resolution: Done
-
Blocker
-
None
-
Undefined
- Related RFE: EAP7-1685
- XP3 devFiles are using OpenShift mvn profile in QS
- openShift mvn profile creates ROOT.war archive
- wildfly-maven-plugin doesn't have defined any properties, so
- so this plugin try to deploy default archive name, which is ${project.build.finalName}.${project.packaging}
- which leads to NoSuchFileException: .../microprofile-config.war for MP config QS
- The workaround is to use "-Dwildfly.deployment.filename=ROOT.war" property
- is incorporated by
-
JBEAP-22251 Fix issues in CRW devFiles for XP3
-
- Closed
-