Skip to content

howardli9175/create_maven_archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##准备 git

maven

##使用方法

1 拉取

git clone git@github.com:howardli9175/create_maven_archetype.git
git checkout tag_spark

2 本地安装archetype

cd create_maven_archetype
mvn install 

3 用archetype创建maven工程

mvn archetype:generate \
  -DarchetypeGroupId=com.howardli \
  -DarchetypeArtifactId=spark_archetype \
  -DarchetypeVersion=1.0.0 \
  -DgroupId=com.howardli \
  -DartifactId=testbb \
  -Dversion=1.0.0 \
  -Dpackage=def

About

创建maven原型

Resources

Stars

Watchers

Forks

Packages

No packages published