<scope>install</scope> is not valid. For a list of valid scopes, please review: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html
I'd suspect your issues are related to that bad scope, though it certainly seems odd. Wayne On 4/30/06, Danny Dang <[EMAIL PROTECTED]> wrote:
Hi all, I am developing multi-module project using struts. In my top pom.xml, I defined the struts dependency as below: <dependency> <groupId>struts</groupId> <artifactId>struts</artifactId> <version>1.2.9</version> <scope>install</scope> </dependency> On one sub-module, I am using DispatchAction and ActionForm. Everything is ok: I can compile, install, deploy my project by performing "mvn install" at the top-level without any problem But if I perform "mvn clean", I cannot compile, install anymore. Every time I run "mvn compile", it complains that it cannot find package "org.apache.struts.actions". I checked the local repository, the file struts-1.2.9.jar is there. May I know what is going on? Danny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
