Create Java project with Maven archetype eclipse-tycho-archetype

An archetype to generate eclipse tycho project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DtychoVersion="My-tychoVersion"   -DjavaVersion="My-javaVersion"   -DeclipsePlatform="My-eclipsePlatform"   -DarchetypeGroupId="com.github.bmaggi"   -DarchetypeArtifactId="eclipse-tycho-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: ^[0-9]+\.[0-9]+\.[0-9]+-SNAPSHOT
tychoVersion
validationRegex: none
javaVersion
validationRegex: none
eclipsePlatform
validationRegex: none

Generated Project modules

  • ${rootArtifactId}.plugin
  • ${rootArtifactId}.test
  • ${rootArtifactId}.feature
  • ${rootArtifactId}.p2
  • ${rootArtifactId}.product
  • ${rootArtifactId}.targetplatform

Details about maven archetype eclipse-tycho-archetype

License

License

GroupId

GroupId

com.github.bmaggi
ArtifactId

ArtifactId

eclipse-tycho-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Archetype - Eclipse Tycho
An archetype to generate eclipse tycho project
Project URL

Project URL

https://github.com/bmaggi/eclipse-tycho-archetype
Source Code Management

Source Code Management

http://github.com/bmaggi/eclipse-tycho-archetype/tree/master

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.bmaggi -DarchetypeArtifactId=eclipse-tycho-archetype -DarchetypeVersion=1.0.0 -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.