ejb3-entitybean-maven-archetype source code

本archetype为了方便创建ejb3的entitybean module而建

 

 

使用方法

 

下载源码后解压至任意文件夹,运行mvn install进行archetype安装

 

然后可在任意文件夹运行以下命令生成ejb3-entitybean module项目

 

mvn archetype:create -DarchetypeGroupId=com.mycompany -DarchetypeArtifactId=ejb3-entitybean-maven-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId={你的GroupId} -DartifactId={你的artifactId}

 

例如

 

C:\test>mvn archetype:create -DarchetypeGroupId=com.mycompany -DarchetypeArtifactId=ejb3-entitybean-maven-archetype -DarchetypeVersion=1.0-SNAPSHOT -DgroupId=com.mycompany -DartifactId=test-maven-ejb3-entitybean

 

你可能感兴趣的:(maven,C++,c,C#)