Google News
logo
Java Maven - Interview Questions
Explain what would the "jar: jar" goal do?
jar: jar will not recompile sources; it will imply just create a JAR from the target/classes directory considering that everything else has been done.
Advertisement