jira-importer commented on issue #98:
URL: 
https://github.com/apache/maven-war-plugin/issues/98#issuecomment-2967842197

   **[Michael 
Case](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=maccase)** 
commented
   
   I followed these directions exactly and I still ended up with the 
dependencies in my WEB-INF/lib.
   
   The following is the relevant portion of my POM file.
   
   \<dependencies>
                \<dependency>
                        \<groupId>org.codehaus.xfire\</groupId>
                        \<artifactId>xfire-all\</artifactId>
                        \<version>1.1.1\</version>
                        \<optional>true\</optional>
                \</dependency>
                \<dependency>
                        \<groupId>org.springframework\</groupId>
                        \<artifactId>spring\</artifactId>
                        \<version>1.2.8\</version>
                        \<optional>true\</optional>
                \</dependency>
                \<dependency>
                        \<groupId>junit\</groupId>
                        \<artifactId>junit\</artifactId>
                        \<version>3.8.1\</version>
                        \<scope>test\</scope>
                \</dependency>
        \</dependencies>
        \<build>
                \<plugins>
                        \<plugin>
                                \<groupId>org.apache.maven.plugins\</groupId>
                                \<artifactId>maven-war-plugin\</artifactId>
                                \<version>2.0.1\</version>
                                \<configuration>
                                        \<archive>
                                                \<manifest>
                                                        
\<addClasspath>true\</addClasspath>
                                                \</manifest>
                                        \</archive>
                                \</configuration>
                        \</plugin>
                \</plugins>
        \</build>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to