Skip to content

roboconf/roboconf-maven-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roboconf Maven Archetype

License Join us on Gitter.im Web site

A Maven archetype for Roboconf projects.
Use the following command to create a new Roboconf project from this archetype.

mvn archetype:generate                              \
  -DarchetypeGroupId=net.roboconf                   \
  -DarchetypeArtifactId=roboconf-maven-archetype    \
  -DarchetypeVersion=1.0                            \
  -DgroupId=<my.groupid>                            \
  -DartifactId=<my-artifactId>

Because there should not be a lot of versions of this archetype, it was placed in its own Git repository. Like the Roboconf parent, it should be released on demand, independently of the Roboconf roadmap.

Packages

No packages published