Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanbirkner/sfb-github-lib-archetype
Maven archetype for libraries hosted on GitHub
https://github.com/stefanbirkner/sfb-github-lib-archetype
Last synced: about 1 month ago
JSON representation
Maven archetype for libraries hosted on GitHub
- Host: GitHub
- URL: https://github.com/stefanbirkner/sfb-github-lib-archetype
- Owner: stefanbirkner
- Created: 2012-12-08T18:07:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T16:24:39.000Z (over 6 years ago)
- Last Synced: 2023-03-14T05:31:00.858Z (over 1 year ago)
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Maven archetype for libraries hosted on GitHub
==============================================1. Install the archetype
* Clone the repository: git clone [email protected]:stefanbirkner/sfb-github-lib-archetype
* Install the archetype: mvn install2. Create a new project based on the archetype
mvn archetype:generate -DarchetypeGroupId=com.github.stefanbirkner -DarchetypeArtifactId=sfb-github-lib-archetype -DarchetypeVersion=0.13