ptanov / epf-process-validator

Set of plugins to be contributed to Eclipse Process Framework (EPF) for validating processes
0 stars 0 forks source link

Use maven archetype to generate project for type Technique #137

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This will made all custom types homogeneous

Command to execute:
mvn archetype:generate -DarchetypeGroupId=eu.tanov.epf.pv.archetypes 
-DarchetypeArtifactId=eu.tanov.epf.pv.archetypes.customtype 
-DarchetypeVersion=1.0.0-SNAPSHOT -DgroupId=eu.tanov.epf.pv.types 
-DartifactId=eu.tanov.epf.pv.types.technique -DtypeName=Technique 
-DtypeNamePackage=technique -DtypeNamePlural=Techniques 
-DtypeNameString=Technique -DtypeNameVariable=technique 
-DtypeNamePluralConst=TECHNIQUES -DtypeNameNewInstanceName=technique

Original issue reported on code.google.com by 1.Pla...@gmail.com on 23 Jan 2011 at 11:32

GoogleCodeExporter commented 9 years ago
No structural changes: Custom type archetype used for custom type Technique - 
only changes in case, naming conventions, etc

Original comment by 1.Pla...@gmail.com on 23 Jan 2011 at 11:46