I almost solved the problem, I tried once again using the dependencySets...


  <dependencySets>
      <dependencySet>
          <unpack>true</unpack>
          <includes>
            <include>webapp-commons.war**</include>
          </includes>
      </dependencySet>
  </dependencySets>


like this it works, I had to remove "com.ctd.webapp." (can someone explain
to me why?is it because being a project dependency it can handle with less
information?)

now I have to understand also why it works with the ** at the end...I tried
putting there the version number, but it doesn't work...
-- 
View this message in context: 
http://www.nabble.com/Assembly%3Aadding-a-war-module-to-a-tar.gz-tp24070208p24072957.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to