As i understand maven2 "clean" doesnt check the dependencies of a project. If you haven a multi-module build A,B (b depends A) B cannot be cleaned because A was nerver build before. This seems to be working. Unfort. if A is a M2-plugin and B has it in this <plugins> "clean" for B fails if the A has naver built.
Any ideas to solve this, without manualy build the Plugin project. Thanks Jens Zastrow -----Original Message----- From: Yann Le Du [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 11:25 AM To: Maven Users List Subject: Re: import statements in Eclipse and maven2 Right-click on project --> Maven2 --> Enable - Yann 2006/2/28, Jason Dillon <[EMAIL PROTECTED]>: > > Woah... How do you enable that? > > --jason > > > > > > -----Original Message----- > From: Kathryn Huxtable > To: Maven Users List > Sent: Mon Feb 27 21:05:50 2006 > Subject: Re: import statements in Eclipse and maven2 > > That's a link to one approach. Another approach is to enable the > Maven2 nature for your project, which should make it use the > dependencies in your pom.xml file without needing to regenerate the > .classpath file every time you add a dependency. > > -K > > -- > Kathryn Huxtable > Middleware Architect > Core Middleware > Information Technology, a division of Information Services The > University of Kansas > > > On 2/27/06 6:41 PM, "KC Baltz" <[EMAIL PROTECTED]> wrote: > > > http://maven.apache.org/guides/mini/guide-ide-eclipse.html > > > > > > > > -----Original Message----- > > From: Ashish Srivastava [mailto:[EMAIL PROTECTED] > > Sent: Monday, February 27, 2006 4:24 PM > > To: [email protected] > > Subject: import statements in Eclipse and maven2 > > > > > > Hi, > > I am using maven2 plugin on Eclipse and working on a project which > > uses maven2. In the eclipse' Java editor all the import statements > > (and the classes) are underlined red as if it could not find the > > jars. How can I configure the project to read the pom.xml and work > > out all the dependencies? > > > > -Ashish > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
