[ 
https://jira.codehaus.org/browse/MNG-5136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=274331#comment-274331
 ] 

luca preziati commented on MNG-5136:
------------------------------------

Logback-core is dependency of logback-classic. And logback-classic is 
dependency of parent project.
Logback-classic have this pom:

...
  <dependencies>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-core</artifactId>
     <scope>compile</scope>
    </dependency>
....

I dependency:tree is what I need in my project. The dependency:list is whitout 
logback-core and javassist


> Not all dependency are included in WAR
> --------------------------------------
>
>                 Key: MNG-5136
>                 URL: https://jira.codehaus.org/browse/MNG-5136
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 3.0.3
>         Environment: Windows Vista 32 Bit, apache maven 3.0.3, java version 
> "1.6.0_21"
> Java(TM) SE Runtime Environment (build 1.6.0_21-b07)
> Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing)
>            Reporter: luca preziati
>            Priority: Blocker
>         Attachments: Lib dir.txt, list.txt, tree.TXT
>
>
> When I launch mvn dependency:tree i found logback-core, when I build War the 
> lib isn't include.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to