Re: Adjusting tapestry archtype for java 6

2012-10-11 Thread Thiago H de Paula Figueiredo
On Thu, 11 Oct 2012 07:50:40 -0300, Lance Java wrote: Try the m2eclipse eclipse plugin http://www.sonatype.org/m2eclipse It keeps your eclipse project in sync with your pom.xml so no need for "mvn eclipse:eclipse" Agreed. m2eclipse (now called m2e) is now provided as out-of-the-box in E

Re: Adjusting tapestry archtype for java 6

2012-10-11 Thread Lance Java
Try the m2eclipse eclipse plugin http://www.sonatype.org/m2eclipse It keeps your eclipse project in sync with your pom.xml so no need for "mvn eclipse:eclipse" -- View this message in context: http://tapestry.1045711.n5.nabble.com/Adjusting-tapestry-archtype-for-java-6-tp5716776p57

Adjusting tapestry archtype for java 6

2012-10-11 Thread Muhammad Gelbana
Since I don't know much about maven and how it works, I;m not sure if this is something I can handle from my side. I create a new tapestry project\module using this command: > mvn archetype:generate > -DarchetypeCatalog=http://tapestry.apache.org-DgroupId=com.mypackage > -DartifactId=Project-Di