Uploaded image for project: 'Cactus'
  1. Cactus
  2. CACTUS-139

cactus:test fails if property maven.war.final.name is redefined

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7
    • 1.7
    • Maven Integration
    • None

    Description

      If I redefine the variable maven.war.final.name, maven's goal cactus:test fails.

      The fix is simple: it's just a matter of changing the line:

      <cactifywar version="2.3" destfile="${cactus.war}">

      to:

      <cactifywar version="2.3" destfile="${cactus.war}" srcfile="${maven.build.dir}/${maven.war.final.name}">

      I will provide a test case and a patch fixing this issue later.

      Attachments

        1. CACTUS-139-testcases.patch
          12 kB
          Felipe Leme

        Activity

          People

            felipeal Felipe Leme
            felipeal Felipe Leme
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: