https://github.com/roboconf/roboconf-maven-archetype
A Maven archetype for Roboconf projects
https://github.com/roboconf/roboconf-maven-archetype
maven maven-archetype roboconf
Last synced: about 1 year ago
JSON representation
A Maven archetype for Roboconf projects
- Host: GitHub
- URL: https://github.com/roboconf/roboconf-maven-archetype
- Owner: roboconf
- License: apache-2.0
- Created: 2015-03-04T11:10:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T13:23:51.000Z (about 4 years ago)
- Last Synced: 2025-04-14T13:16:40.946Z (about 1 year ago)
- Topics: maven, maven-archetype, roboconf
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Roboconf Maven Archetype
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://gitter.im/roboconf/roboconf)
[](https://roboconf.github.io)
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= \
-DartifactId=
```
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.