Rules for XP 7.0: Migrate to EAP Maven Plugin for bootable JAR creation
Open
kind/feature
priority/important-soon
triage/accepted
- Dominant language
- Java
- Stars
- 6
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Description
EAP JIRA: https://redhat.atlassian.net/browse/JBEAP-33309
When updating your Maven project pom.xml file for JBoss EAP XP7, you need to update the pom file to use the EAP Maven Plugin.
As an example:
```
org.wildfly.plugins
wildfly-jar-maven-plugin
...
```
When migrating to JBoss EAP XP 7.0 such plugin configuration should now become:
```
org.jboss.eap.plugins
eap-maven-plugin
...
```
The details of the plugin configuration migration will be covered in the JBOSS EAP XP7 documentation.
Contributor guide
Assessment
This issue has not been assessed yet.