Uploaded image for project: 'Maven WAR Plugin'
  1. Maven WAR Plugin
  2. MWAR-129

WebRessource not filtered

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1-alpha-1
    • 2.1-alpha-2
    • None
    • None
    • windows, maven 2.0.7

    Description

      Previously Webressources were correctly filtered and are not filtered any more

      See above extract from pom.xml
      <plugin>
      <artifactId>maven-war-plugin</artifactId>
      <version>2.0.2</version>
      <configuration>
      <warSourceDirectory>src/main/webapp</warSourceDirectory>
      <webResources>
      <resource>
      <filtering>true</filtering>
      <directory>src/main/webapp</directory>
      <targetPath>.</targetPath>
      <includes>
      <include>param.jsp</include>
      </includes>
      </resource>
      </webResources>
      </configuration>
      </plugin>

      Attachments

        1. mwar_129.zip
          3 kB
          Jean-Yves LEBLEU

        Activity

          People

            olamy Olivier Lamy
            jlebleu Jean-Yves LEBLEU
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: