wildfly-jar-maven-plugin
wildfly-jar-maven-plugin copied to clipboard
WildFly Bootable JAR
Our project is split in several modules and: ``` pom.xml modulea/ pom.xml moduleb/ pom.xml war/ pom.xml ``` Module B depends on Module A, and war depends on module B. When...
I think Wildfly bootable jar is very important. It is what put Wildfly at the same level of Spring Boot and Quarkus. It would be great if we had "dev-watch"...
The current upgrade mechanism is global only, this is not flexible enough to handle upgrade of the same artifact located in different feature-packs.
How to externalize configurations? Like for example, in persistence.xml, I need to set the jndi data source name and hibernate.hbm2ddl.auto differently in my local, staging and prod.
Here is the list of changes that you could have to apply when migrating from 2.0.x to newer version. * In 3.0.0.Final we have fixed the `extraServerContent` configuration element to...
Working on getting bootable jar testing working Arquillian and I'm hitting a snag. After adding ``` org.wildfly.arquillian wildfly-arquillian-container-bootable 3.0.1.Final test ``` I'm getting a build error as it appears to...
Wildfly provides systemd scripts so you can setup services to start and shutdown your wildfly instance with the over all operating system startup and shutdown like in `docs\contrib\scripts\systemd` It isn't...
Looking at the `wildfly.zip` inside the executable JAR there are some files that may not be required. For example the `standalone.sh` file. I don't see many others that could be...
Hello, I'm using `wildfly-jar-maven-plugin:10.0.0.Final` to provision a wildfly bootable 30.0.1.Final. Here is the config: org.wildfly.plugins wildfly-jar-maven-plugin wildfly@maven(org.jboss.universe:community-universe)#${wildfly.version} jaxrs elytron ee-security deployment-scanner true server-layer.jar true create-realm.cli package This is a hollow...
According to the fix in https://issues.redhat.com/browse/WFLY-18533, we would have to update changes introduced in https://github.com/wildfly-extras/wildfly-jar-maven-plugin/pull/370/commits/7b0e8f830c221f923dfc1c057f1cb348f189e7a8