seam-archetype
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Maven archetype for creating Seam/JPA/Primefaces web project
Follow the steps below to create a Seam/JPA/Primefaces web project:

1. If it exists, delete the target  directory with the following command:

rm -r 

2. CD to the seam-archetype directory, and run the following maven command:

mvn clean install

3. To create the new project (ensure current directory is /workspace), run the following maven command, replacing the parameters groupId, artifactId, package, version with desired values. 

mvn archetype:generate -DarchetypeRepository=/home/russell/.m2 -DarchetypeGroupId=au.com.adcowebsolutions -DarchetypeArtifactId=seam-archetype -DarchetypeVersion=1.0.0 -DgroupId=au.id.adco -DartifactId=adco -Dpackage=au.id.adco -Dversion=1.0.0

4. when created successfully, cd into the new directory and run the following maven command:

mvn eclipse:eclipse

5. Then update the execute permissions on the deploy.sh file with the following command:

chmod 777 deploy.sh

6. Build the project!

mvn clean package -P dev

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。