Hello,

I think there is an error in creating package names in this archetype. When
running

mvn archetype:create
-DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=tapestry-simple
-DarchetypeVersion=
5.0.1 -DgroupId=*org.example* -DartifactId=*myapp* -DpackageName=*
org.example.myapp* -Dversion=*1.0.0-SNAPSHOT*


the following directory structure gets created

work\myapp\src\main\java\pages\org\example\myapp

but the java class Start.java in that directory has
package org.example.myapp.pages;

so one must move the class into the right package which is with one click in
Eclipse, but still...

The same goes for services directory.

I am using http://m2eclipse.codehaus.org/ version 0.0.10

Cheers,
Borut

Reply via email to