I use this configuration in my pom file
...
<dependency>
          <groupId><!-- groupId of the war --></groupId>
          <artifactId><!-- artifactId of the war --></artifactId>
          <version><! -- version of the war --></version>
          <type>war</type>
</dependency>
...

but during build process get error that classes from war-package not found.

Why?
-- 
View this message in context: 
http://www.nabble.com/Maven-cannot-find-dependencies-classes-from-WEB-INF-classes-tf2147059.html#a5928069
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to