| 316 | | <para><emphasis>archetypeArtifactId</emphasis>: usually the name |
|---|
| 317 | | of your project, with '-' to separate the words if there are |
|---|
| 318 | | many</para> |
|---|
| 319 | | </listitem> |
|---|
| 320 | | |
|---|
| 321 | | <listitem> |
|---|
| 322 | | <para><emphasis>archetypeGroupId</emphasis>: the domain name of |
|---|
| 323 | | your project. Usually the package parent name of your |
|---|
| 324 | | classes.</para> |
|---|
| | 316 | <para><emphasis>artifactId</emphasis>: the name of your project, usually with '-' to |
|---|
| | 317 | separate the words if there are many</para> |
|---|
| | 318 | </listitem> |
|---|
| | 319 | |
|---|
| | 320 | <listitem> |
|---|
| | 321 | <para><emphasis>groupId</emphasis>: the domain name of your project. Usually the |
|---|
| | 322 | package parent name of your classes.</para> |
|---|
| | 323 | </listitem> |
|---|
| | 324 | |
|---|
| | 325 | <listitem> |
|---|
| | 326 | <para><emphasis>archetypeArtifactId</emphasis>: the maven archetype artifact id. |
|---|
| | 327 | To generate a sample project, Nuxeo provides you nuxeo-archetype-simple</para> |
|---|
| | 328 | </listitem> |
|---|
| | 329 | |
|---|
| | 330 | <listitem> |
|---|
| | 331 | <para><emphasis>archetypeGroupId</emphasis>: unique for all nuxeo maven archetypes : |
|---|
| | 332 | org.nuxeo.archetypes</para> |
|---|