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


Groups > comp.lang.java.programmer > #10410 > unrolled thread

Any maven experts here?

Started byMark <i@dontgetlotsofspamanymore.net>
First post2011-12-02 08:57 +0000
Last post2011-12-22 08:32 -0800
Articles 4 — 3 participants

Back to article view | Back to comp.lang.java.programmer


Contents

  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

#10410 — Any maven experts here?

FromMark <i@dontgetlotsofspamanymore.net>
Date2011-12-02 08:57 +0000
SubjectAny maven experts here?
Message-ID<th4hd7520g4a834vq768o59upedeacp531@4ax.com>
Hi,

I can't find a maven NG so I hope someone can help me here.  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?
TIA.

[toc] | [next] | [standalone]


#10943

FromStanimir Stamenkov <s7an10@netscape.net>
Date2011-12-22 09:20 +0200
Message-ID<jculnb$95t$1@dont-email.me>
In reply to#10410
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

[toc] | [prev] | [next] | [standalone]


#10947

FromMark <i@dontgetlotsofspamanymore.net>
Date2011-12-22 13:27 +0000
Message-ID<i1c6f71rvgfue31plal3p8t2t1f18mvfu6@4ax.com>
In reply to#10943
On Thu, 22 Dec 2011 09:20:17 +0200, Stanimir Stamenkov
<s7an10@netscape.net> wrote:

>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/

Thanks.  I wiped Eclipse and reinstalled it and that fixed the issue
for me.

[toc] | [prev] | [next] | [standalone]


#10954

FromLew <lewbloch@gmail.com>
Date2011-12-22 08:32 -0800
Message-ID<1932029.451.1324571567854.JavaMail.geo-discussion-forums@prfc16>
In reply to#10947
Mark wrote:
> Stanimir Stamenkov wrote:
>>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:

Stanimir just entered my grammar heroes pantheon.

>> http://www.eclipse.org/m2e/support/
> 
> Thanks.  I wiped Eclipse and reinstalled it and that fixed the issue
> for me.

It doesn't always work, but prior to wiping out Eclipse altogether there are 
two slightly less drastic steps to try, hopefully with less pain.  You can 
uninstall the plugin and re-install it from an authoritative site, or if that 
fails you can sometimes find the actual plugin files on your hard drive and 
wipe them before re-installing the plugin.

Obviously these steps will fail if the plugin itself is actually broken, but 
then so will re-installing Eclipse.

Depending on your customizations and whether you've exported them from Eclipse 
(*.epf files, ...) it might be simpler to skip those steps and just re-install 
Eclipse.  It's all about weighing the alternatives.

-- 
Lew

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.programmer


csiph-web