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

Can't exclude more than one resource from war

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0
    • None
    • None

    Description

      I'm trying to use the <excludes> configuration to exclude some resources from the generated war. When i use only one exclude filter it works fine, but when i add another filter none works, eg:

       
      <plugin>
        <artifactId>maven-war-plugin</artifactId>
        <configuration>
          <excludes>WEB-INF/lib/*,WEB-INF/temp/*</excludes>
        </configuration>
      </plugin>
      

      Attachments

        Activity

          People

            snicoll Stephane Nicoll
            hpalma Hugo Palma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: