Probably a bit off of topic, but looking at generating a java 2ee (glassfish based) project with maven support.
已回答
I'm trying to port a netbeans glassfish project over to intellij, Ideally I'd like to use maven to generate the project structure.
Anyone know how to do this?
请先登录再写评论。
You will need to write a pom.xml file and import it in IntelliJ IDEA.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/Maven_EE/MavenEE.html
http://lauraliparulo.altervista.org/glassfish-4-0-hello-world-application-with-maven-3/