Problem solved:

<dependencySets>
      <dependencySet>
          <includes>
            <include>webapp-commons.war**</include>
          </includes>
          <unpack>true</unpack>
          <unpackOptions>
              <excludes>
                  <exclude>WEB-INF/**</exclude>
                  <exclude>META-INF/**</exclude>
              </excludes>
          </unpackOptions>
      </dependencySet>
  </dependencySets>

by doing so it packages the content of the dependency in my tar.gz, and with
the unpackOptions I make sure the WEB-INF and META-INF folders don't get
packaged.


It wasn't so hard after all was it? :D
-- 
View this message in context: 
http://www.nabble.com/Assembly%3Aadding-a-war-module-to-a-tar.gz-tp24070208p24073119.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to