Mvn clean will not delete anything out of your local repository. -----Original Message----- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 2:45 PM To: Maven Users List Subject: Re: Dependency and build problems
Jean-Philippe Steinmetz wrote: > Hi Everyone, > > I have two projects i'm developing with maven. Project A pulls in the other > (project B) as a dependency. I've been having problems with project A > getting the most recent build of project B. I have tried using mvn clean and > it does not appear to be solving the issue. Also, a recent change I have > made to project B now causes the "generics are not support in -source 1.3" > error. I'm not sure why this all of the sudden started occuring. These > classes have been using generics from the beginning and have never had a > problem compiling before. Does anyone have an idea of how to solve these two > issues? Thanks. > > Jean-Philippe Steinmetz > You need to tell the compiler plugin what version of Java your sources are using: http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compi ler-source-and-target.html -- Dennis Lundberg --------------------------------------------------------------------- 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]
