Create Java project with Maven archetype coos-plugin-noapi


Create a Java Project by archetype coos-plugin-noapi with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.coosproject.maven.archetypes"   -DarchetypeArtifactId="coos-plugin-noapi"   -DarchetypeVersion="1.3.1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-impl

Details about maven archetype coos-plugin-noapi

License

License

GroupId

GroupId

org.coosproject.maven.archetypes
ArtifactId

ArtifactId

coos-plugin-noapi
Version

Version

1.3.1
Type

Type

maven-archetype
Description

Description

Coos-plugin-noapi-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.coosproject.maven.archetypes -DarchetypeArtifactId=coos-plugin-noapi -DarchetypeVersion=1.3.1 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.bundlerepository jar 1.4.2

Project Modules

There are no modules declared in this project.