How to export java project to jar Permanently deleted user Created March 17, 2014 02:37 How to make java maven project export to jar in IntelliJ?
The output format is defined in
tag in pom.xml, and the “” means package this Java project into a jar file:If you run the goal
from "View | Tool Windows | Maven", Maven will package this Java project into a jar file.Thanks a lot.
IntelliJ IDEA 将 Maven 构建的 Java 项目打包 http://www.cnblogs.com/xuesong/p/3644597.html