Hi,
I'v just tried the quickstart application using
mvn archetype:generate -Dfilter=org.apache.tapestry:quickstart
with java open jdk-17-0.2 and maven 3.8.4.
The build fails in the maven install phase.
The solution ist to add
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.1</version>
</plugin>
to pom.xml.
Even though "mvn jetty:run" runs properly, it is better to produce
error free build during the first contact with tapestry.
Would you like to have look at the issue?
Thanks, Peter Skala
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org