-
Bug
-
Resolution: Done
-
Major
-
3.0.0.Final
-
None
-
None
The start and run goals previously allowed the groupId and artifactId to be overridden. This allowed the goals to run with JBoss EAP or with servers like WildFly Preview. With the migration to using provisioning these were deprecated and removed. There needs to be a way to override this.
What would likely work is to be able to override the feature pack location.
Note this also needs an example in the documentation when resolved. The previous way to do this was something like:
<plugin> <groupId>org.wildfly.plugins</groupId> <artifactId>wildfly-maven-plugin</artifactId> <version>2.1.0.Final</version> <configuration> <artifactId>wildfly-preview-dist</artifactId> <version>26.1.1.Final</version> </configuration> </plugin>