Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #10943

Re: Any maven experts here?

From Stanimir Stamenkov <s7an10@netscape.net>
Newsgroups comp.lang.java.programmer
Subject Re: Any maven experts here?
Date 2011-12-22 09:20 +0200
Organization A noiseless patient Spider
Message-ID <jculnb$95t$1@dont-email.me> (permalink)
References <th4hd7520g4a834vq768o59upedeacp531@4ax.com>

Show all headers | View raw


Fri, 02 Dec 2011 08:57:10 +0000, /Mark/:

> I can't find a maven NG so I hope someone can help me here.

You may subscribe to the Maven User List:

http://maven.apache.org/mail-lists.html

> I know
> very little about maven myself.  I have a Java project (created by
> someone else) that uses maven to build.  It used to work and I have
> not changed anything.  Now it fails to build and gives several maven
> errors:
>
> "Description	Resource	Path	Location	Type
> Plugin execution not covered by lifecycle configuration:
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (execution: default-compile, phase: compile)	pom.xml	/dispatcherfwk
> line 14	Maven Project Build Lifecycle Mapping Problem
> "
>
> and there's 7 more similar error messages.  I've no idea where to
> look. Any ideas?

This looks like m2e (Maven integration for Eclipse) plug-in issue 
(not a Maven one), and seems very likely related to:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=350414

You may further ask questions about m2e on its user's mailing list:

http://www.eclipse.org/m2e/support/

-- 
Stanimir

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Any maven experts here? Mark <i@dontgetlotsofspamanymore.net> - 2011-12-02 08:57 +0000
  Re: Any maven experts here? Stanimir Stamenkov <s7an10@netscape.net> - 2011-12-22 09:20 +0200
    Re: Any maven experts here? Mark <i@dontgetlotsofspamanymore.net> - 2011-12-22 13:27 +0000
      Re: Any maven experts here? Lew <lewbloch@gmail.com> - 2011-12-22 08:32 -0800

csiph-web