You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Thiago Henrique De Paula Figueiredo (Jira)" <ji...@apache.org> on 2022/02/07 13:20:00 UTC

[jira] [Closed] (TAP5-2701) quickstart pom.xml - update maven-war-plugin to 3.3.1

     [ https://issues.apache.org/jira/browse/TAP5-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thiago Henrique De Paula Figueiredo closed TAP5-2701.
-----------------------------------------------------
    Fix Version/s: 5.8.1
       Resolution: Fixed

Thank you very much for spotting this issue and providing the fix! Problem solved in 5.8.1.

>  quickstart pom.xml - update maven-war-plugin to 3.3.1
> ------------------------------------------------------
>
>                 Key: TAP5-2701
>                 URL: https://issues.apache.org/jira/browse/TAP5-2701
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: quickstart
>    Affects Versions: 5.8.0
>            Reporter: Peter Skala
>            Assignee: Thiago Henrique De Paula Figueiredo
>            Priority: Trivial
>              Labels: easyfix, starter
>             Fix For: 5.8.1
>
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)