mvn archetype:generate
-DarchetypeGroupId=com.github.monkeysintown
-DarchetypeArtifactId=m11n-archetypes-single
-DarchetypeVersion=1.0.1
-DgroupId=<my.groupid>
-DartifactId=
-Dversion=1.0.0-SNAPSHOT
mvn archetype:generate
-DarchetypeGroupId=com.github.monkeysintown
-DarchetypeArtifactId=m11n-archetypes-angularjs
-DarchetypeVersion=1.0.1
-DgroupId=<my.groupid>
-DartifactId=
-Dversion=1.0.0-SNAPSHOT
Configure Bintray's JCenter repository in your pom.xml:
...
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
...
Latest release:
Get automatic notifications about new releases here: