How to create a Geasy-* project

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
# Create your project structure
# Create a pom.xml file for maven configuration
# In the previous file add:
{code}
<parent>
        <groupId>com.ebmwebsourcing.experimental</groupId>
        <artifactId>geasy-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
    </parent>
{code}

h3. Generating the project using archetypes