项目作者: rifttech

项目描述 :
Maven Archetype
高级语言: Batchfile
项目地址: git://github.com/rifttech/wildfly-starter-archetype.git
创建时间: 2020-03-08T17:24:27Z
项目社区:https://github.com/rifttech/wildfly-starter-archetype

开源协议:

下载


wildfly-starter-archetype

Build Status

1. Install artifact to local maven repository

  1. Use git clone https://github.com/rifttech/wildfly-starter-archetype.git command to clone repository
  2. Run command mvn install in project root to install artifact at local maven repository

2. Generate project from installed maven’s archetype

  1. mvn archetype:generate \
  2. -DarchetypeGroupId=com.github.rifttech \
  3. -DarchetypeArtifactId=wildfly-starter-archetype \
  4. -DarchetypeVersion=0.1.0-SNAPSHOT \
  5. -DgroupId=<my-group-id> \
  6. -DartifactId=<my-artifact-id> \
  7. -Dversion=<my-version> \
  8. -DinteractiveMode=false

Use ^ instead \ on Windows

You can look at one script or another