What would the “jar: jar” goal do?
Answer Posted / Deepak Diwakar
The 'jar: jar' goal in Maven creates a JAR file from the project. It takes all classes in your project and packages them into a single JAR archive.
Post New Answer View All Answers
What are the different ways to convert an inputstream to a sting?
208