Java/Maven
[Maven] Dynamic Web Project Creation / 다이나믹 웹 프로젝트 생성
가을하늘민
2009. 10. 29. 16:40
출처:
http://maven.apache.org/guides/mini/guide-webapp.html
http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html
http://maven.apache.org/guides/mini/guide-webapp.html
http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html
1. maven 명령어를 사용하여 dynamic web project 생성
2. eclipse 에서 개발하기 위해 eclipse 프로젝트 정보 생성
(my-webapp 폴더로 이동)
mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-webapp
2. eclipse 에서 개발하기 위해 eclipse 프로젝트 정보 생성
(my-webapp 폴더로 이동)
mvn -Dwtpversion=2.0 eclipse:eclipse