Hi,

I'm getting the following error for all maven based projects that I have:


 Downloading: 
http://gcatfs1d.ny.ssltc.com:10000/repository/org/apache/maven/plugins/maven-project-info-reports-plugin/2.1.1/maven-project-info-reports-plugin-2.1.1.pom
-----------------------------------------------------
this realm = 
app0.child-container[org.apache.maven.plugins:maven-project-info-reports-plugin]
urls[0] = 
file:/opt/zint/.m2/repository/org/apache/maven/plugins/maven-project-info-reports-plugin/2.1.1/maven-project-info-reports-plugin-2.1.1.jar
urls[1] = 
file:/opt/zint/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
Number of imports: 4
import: org.codehaus.classworlds.en...@4891bb28
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@c51bc9e7
import: org.codehaus.classworlds.en...@bece5185
this realm = plexus.core
urls[0] = file:/xenv/Maven/X/2.0.7/lib/maven-core-2.0.7-uber.jar
Number of imports: 4
import: org.codehaus.classworlds.en...@4891bb28
import: org.codehaus.classworlds.en...@f8e44ca4
import: org.codehaus.classworlds.en...@c51bc9e7
import: org.codehaus.classworlds.en...@bece5185
-----------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error getting reports from the plugin 
'org.apache.maven.plugins:maven-project-info-reports-plugin': Unable to find 
the mojo 
'org.apache.maven.plugins:maven-project-info-reports-plugin:2.1.1:license' in 
the plugin 'org.apache.maven.plugins:maven-project-info-reports-plugin'
org/apache/maven/reporting/AbstractMavenReport
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Wed Mar 04 11:33:24 EST 2009
[INFO] Final Memory: 45M/550M
[INFO] ------------------------------------------------------------------------

Please help me resolve this issue.

Thanks,
Venkat


-----Original Message-----
From: Nord, James [mailto:jn...@nds.com]
Sent: Wednesday, March 04, 2009 11:35 AM
To: Maven Users List
Subject: RE: [maven-eclipse-plugin] Define compiler options in POM

Can you not change the eclipse worksapce settings instead of the per project 
ones.
Then when the settings get clobbered you will still be using the defaults - but 
the defaults are what you wanted.

/James



> -----Original Message-----
> From: Daniele Dellafiore [mailto:ilde...@gmail.com]
> Sent: 04 March 2009 14:19
> To: Maven Users List
> Subject: Re: [maven-eclipse-plugin] Define compiler options in POM
>
> That is easy, I am talking about all the others:
>
> org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
> org.eclipse.jdt.core.compiler.problem.autoboxing=warning
> org.eclipse.jdt.core.compiler.problem.deprecation=warning
> org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedC
> ode=disabled
>
> and so on...
>
> On Wed, Mar 4, 2009 at 3:13 PM, Todd Thiessen <thies...@nortel.com>
> wrote:
> > maven-compiler-plugin
> >
> >      <plugin>
> >        <artifactId>maven-compiler-plugin</artifactId>
> >        <configuration>
> >          <source>1.5</source>
> >          <target>1.5</target>
> >        </configuration>
> >      </plugin>
> >
> > ---
> > Todd Thiessen
> >
> >
> >> -----Original Message-----
> >> From: Daniele Dellafiore [mailto:ilde...@gmail.com]
> >> Sent: Wednesday, March 04, 2009 9:10 AM
> >> To: Maven Users List
> >> Subject: [maven-eclipse-plugin] Define compiler options in POM
> >>
> >> Hi all.
> >>
> >> Hi have this issue: every time I run mvn eclipse:eclipse the
> >> .settings folder of the project is cleaned and I lose my project
> >> specific compiler settings. I would like to keep them or
> at least be
> >> able to define them in the POM.
> >>
> >> What solution do you suggest? I have not found any on the web...
> >>
> >> --
> >> Daniele Dellafiore
> >> http://blog.ildella.net/
> >>
> >>
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: users-h...@maven.apache.org
> >>
> >>
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>
>
>
> --
> Daniele Dellafiore
> http://blog.ildella.net/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

**************************************************************************************
This e-mail is confidential, the property of NDS Ltd and intended for the 
addressee only. Any dissemination, copying or distribution of this message or 
any attachments by anyone other than the intended recipient is strictly 
prohibited. If you have received this message in error, please immediately 
notify the postmas...@nds.com and destroy the original message. Messages sent 
to and from NDS may be monitored. NDS cannot guarantee any message delivery 
method is secure or error-free. Information could be intercepted, corrupted, 
lost, destroyed, arrive late or incomplete, or contain viruses. We do not 
accept responsibility for any errors or omissions in this message and/or 
attachment that arise as a result of transmission. You should carry out your 
own virus checks before opening any attachment. Any views or opinions presented 
are solely those of the author and do not necessarily represent those of NDS.

To protect the environment please do not print this e-mail unless necessary.

NDS Limited Registered Office: One London Road, Staines, Middlesex, TW18 4EX, 
United Kingdom. A company registered in England and Wales Registered no. 
3080780 VAT no. GB 603 8808 40-00
**************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to