wildfly-jar-maven-plugin
wildfly-jar-maven-plugin copied to clipboard
WildFly Bootable JAR
Hi. The following Dockerfile would work wonderfully if we somehow could cache the deps for the wildfly-jar-maven-plugin in the `dependencies` phase. Something like `mvn wildfly-jar:go-offline`. ```dockerfile FROM maven:3-openjdk-11 as dependencies...
https://github.com/wildfly-extras/wildfly-jar-maven-plugin/pull/399 fix applied to main branch
It has been reported failing test execution on Windows of some DevWatch test. Although the test is passing, the test fails when shutting down the server. I also updated the...
It would help diagnose complex scenario. Location: [https://github.com/wildfly-extras/wildfly-jar-maven-plugin/blob/main/plugin/src/main/java/org/wildfly/plugins/bootablejar/maven/goals/DevWatchBootableJarMojo.java#L1301](https://github.com/wildfly-extras/wildfly-jar-maven-plugin/blob/main/plugin/src/main/java/org/wildfly/plugins/bootablejar/maven/goals/DevWatchBootableJarMojo.java#L1301))
Resolves https://issues.redhat.com/browse/CLOUD-4211
Is standalone-full.xml supported by wildfly-jar-maven? I don't see any parameter to specify standalone-full.xml. My provisioning file contains standalone-full.xml ``` ... ... ``` and I have this error when I built...