Why is this needed? Is your feature request related to a problem?
In order to be able to separate cases between the wildly bootable jar devfile and the wildly devfile it would be helpful if we add a detector for wildfly bootable jar.
Describe the solution you'd like
We can base the solution on the implementation for wildfly_detector, introducing the wildfly_jar_detector. As a result, upon WildFlyJarDetecor we will have:
Which area this feature is related to?
/area cli /area library /area documentation
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
In order to be able to separate cases between the wildly bootable jar devfile and the wildly devfile it would be helpful if we add a detector for wildfly bootable jar.
Describe the solution you'd like
We can base the solution on the implementation for wildfly_detector, introducing the
wildfly_jar_detector
. As a result, uponWildFlyJarDetecor
we will have:Also, we will have to update the current documentation and add this as "framework" of java applications.
Additional context
An example application using this plugin is https://github.com/wildfly-extras/wildfly-jar-maven-plugin/blob/main/examples The content inside pom.xml is: