Create Java project with Maven archetype eclipse-project

An archetype to create a stub for Eclipse projects as part of the Palladio Simulator.

Create a Java Project by archetype eclipse-project with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DpalladioProjectType="My-palladioProjectType"   -DpalladioParentVersion="My-palladioParentVersion"   -DpalladioTpRefresherVersion="My-palladioTpRefresherVersion"   -DtychoPluginVersion="My-tychoPluginVersion"   -DarchetypeGroupId="org.palladiosimulator"   -DarchetypeArtifactId="eclipse-project"   -DarchetypeVersion="0.1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
palladioProjectType
validationRegex: none
palladioParentVersion
validationRegex: none
palladioTpRefresherVersion
validationRegex: none
tychoPluginVersion
validationRegex: none

Generated Project modules

  • bundles
  • features
  • tests
  • releng

Details about maven archetype eclipse-project

License

License

GroupId

GroupId

org.palladiosimulator
ArtifactId

ArtifactId

eclipse-project
Version

Version

0.1.1
Type

Type

maven-archetype
Description

Description

Palladio Simulator Eclipse Project Archetype
An archetype to create a stub for Eclipse projects as part of the Palladio Simulator.
Project URL

Project URL

http://www.palladiosimulator.org
Source Code Management

Source Code Management

http://github.com/palladiosimulator/palladio-build-mavenarchetype-eclipseparent/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.palladiosimulator -DarchetypeArtifactId=eclipse-project -DarchetypeVersion=0.1.1 -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.