Praktická ukázka

    $ mvn archetype:create -DgroupId=cz.softeu -DartifactId=test \
    	    -DarchetypeArtifactId=maven-archetype-webapp
    $ cd test
    $ mvn eclipse:eclipse
<build>
        <plugins>
            <plugin>
                <groupId>org.mortbay.jetty</groupId>
                <artifactId>maven-jetty-plugin</artifactId>
                <version>6.0.1</version>
            </plugin>
	</plugins>
</build>

mvn jetty:run
 
www.softeu.cz
33/37