maven-jar-plugin
maven-jar-plugin copied to clipboard
Add warning in strange case
The least we can do: check is "language" of current project packaging is "java" or not (all jar-like outputs are using language="java", only pom and bom packaging uses language="none"), and emit a WARN to user to reconsider.
The trick does not work with Maven4...
Groovy, Kotlin?
Groovy, Kotlin?
Do Groovy or Kotlin use a custom packaging?
Groovy, Kotlin?
Do Groovy or Kotlin use a custom packaging?
I have no clue, was just hinting whether the restricition is complete.
ok, m-jar-p is not the best place to check it ... the same will be with:
mvn -N ejb:ejb install:install