-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for WFMP-269, Support multiple deployments in the package goal #561
Conversation
e67c069
to
81bfc07
Compare
plugin/src/main/java/org/wildfly/plugin/provision/PackageServerMojo.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/DeploymentResolution.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/DeploymentResolution.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/DeploymentResolution.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/PackageServerMojo.java
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/PackageServerMojo.java
Outdated
Show resolved
Hide resolved
plugin/src/main/java/org/wildfly/plugin/provision/PackageServerMojo.java
Show resolved
Hide resolved
81bfc07
to
b37894f
Compare
@jamezp I implemented your great comments. Thank-you! |
@torsten-liermann , it would be great if you could validate that this solution works for you. You have been the main source of requirement for it! |
Thank you for the quick implementation. The implementation works as expected for the example project. I would have designed the idea similarly to the maven-ear-plugin: deploying all dependencies defined in the pom.xml and structuring the "deployments" configuration analogous to the "modules" configuration. |
plugin/src/main/java/org/wildfly/plugin/provision/PackageServerMojo.java
Show resolved
Hide resolved
@jfdenise this needs a rebase |
b37894f
to
f134c4f
Compare
@jamezp , done. Thank-you. |
This was replaced by #604 |
Issue: https://issues.redhat.com/browse/WFMP-269
Updated documentation for multiple deployments and Glow (that was missing).