Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2701

quickstart pom.xml - update maven-war-plugin to 3.3.1

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 5.8.0
    • 5.8.1
    • quickstart

    Description

      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.

      Attachments

        Activity

          People

            thiagohp Thiago Henrique De Paula Figueiredo
            PeterSk Peter Skala
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: