Create Java project with Maven archetype java-1.6-archetype

Maven 2 archtype for Java 1.6 projects

Create a Java Project by archetype java-1.6-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.avh4.mvn.archetype"   -DarchetypeArtifactId="java-1.6-archetype"   -DarchetypeVersion="0.0.3"   -DinteractiveMode=false 

Details about maven archetype java-1.6-archetype

License

License

GroupId

GroupId

net.avh4.mvn.archetype
ArtifactId

ArtifactId

java-1.6-archetype
Version

Version

0.0.3
Type

Type

maven-archetype
Description

Description

java-1.6-archetype
Maven 2 archtype for Java 1.6 projects
Project URL

Project URL

https://github.com/avh4/java-1.6-archetype
Source Code Management

Source Code Management

https://github.com/avh4/java-1.6-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.avh4.mvn.archetype -DarchetypeArtifactId=java-1.6-archetype -DarchetypeVersion=0.0.3 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.