You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use pluginManagement=org.wildfly.core:wildfly-core-parent:2.0.10.Final as a plugin management injection but it doesn't handle version of maven-jar-plugin correctly. Version is specified by a property which is located in a parent pom of wildfly-core-parent - jboss-parent (https://github.com/jboss/jboss-parent-pom/blob/jboss-parent-19/pom.xml).
Result is that the maven-jar-plugin is injected with empty version element: <plugin> <artifactId>maven-jar-plugin</artifactId> <version></version>
The text was updated successfully, but these errors were encountered:
I wanted to use pluginManagement=org.wildfly.core:wildfly-core-parent:2.0.10.Final as a plugin management injection but it doesn't handle version of maven-jar-plugin correctly. Version is specified by a property which is located in a parent pom of wildfly-core-parent - jboss-parent (https://github.com/jboss/jboss-parent-pom/blob/jboss-parent-19/pom.xml).
Result is that the maven-jar-plugin is injected with empty version element:
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version></version>
The text was updated successfully, but these errors were encountered: