mvn eclipse:m2eclipse

2010-05-03 Thread Crow, Neil NW
 Hi,
 
 I thought that I would ask here whether anyone knows why the goal mvn
 eclipse:m2eclipse has been removed from
 org.apache.maven.plugins:maven-eclipse-plugin:2.8
 
 It was available in org.apache.maven.plugins:maven-eclipse-plugin:2.7
 
 I found the following references to this goal:
 http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo.ht
 ml
 http://www.oreillynet.com/onjava/blog/2007/07/wicket_source_to_eclipse
 _using.html
 http://blog.redstream.nl/2008/05/17/setting-up-maven2-projects-in-ecpl
 ise/
 
 I didn't want to raise an issue at
 http://jira.codehaus.org/browse/MECLIPSE due to the warning:
 
   Note: This project is not the right place to fill issues about
 the Maven Integration for Eclipse (M2Eclipse)
 https://issues.sonatype.org/browse/MNGECLIPSE . 
 
 
 
 
 Regards,
 Neil Crow
 

Standard Bank email disclaimer and confidentiality note
Please go to http://www.standardbank.co.za/site/homepage/emaildisclaimer.html 
to read our email disclaimer and confidentiality note. Kindly email 
disclai...@standardbank.co.za (no content or subject line necessary) if you 
cannot view that page and we will email our email disclaimer and 
confidentiality note to you.


Re: mvn eclipse:m2eclipse

2010-05-03 Thread Martin Höller
Hi!

see 
http://maven-users.828.n2.nabble.com/searching-for-eclipse-m2eclipse-td4743556.html

hth,
- martin


On Monday 03 May 2010 Crow, Neil NW wrote:
  Hi,
 
  I thought that I would ask here whether anyone knows why the goal mvn
  eclipse:m2eclipse has been removed from
  org.apache.maven.plugins:maven-eclipse-plugin:2.8
 
  It was available in org.apache.maven.plugins:maven-eclipse-plugin:2.7
 
  I found the following references to this goal:
  http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo.ht
  ml
  http://www.oreillynet.com/onjava/blog/2007/07/wicket_source_to_eclipse
  _using.html
  http://blog.redstream.nl/2008/05/17/setting-up-maven2-projects-in-ecpl
  ise/
 
  I didn't want to raise an issue at
  http://jira.codehaus.org/browse/MECLIPSE due to the warning:
 
  Note: This project is not the right place to fill issues about
  the Maven Integration for Eclipse (M2Eclipse)
  https://issues.sonatype.org/browse/MNGECLIPSE .
 
 
 
 
  Regards,
  Neil Crow

 Standard Bank email disclaimer and confidentiality note
 Please go to
 http://www.standardbank.co.za/site/homepage/emaildisclaimer.html to read
 our email disclaimer and confidentiality note. Kindly email
 disclai...@standardbank.co.za (no content or subject line necessary) if
 you cannot view that page and we will email our email disclaimer and
 confidentiality note to you.



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



RE: mvn eclipse:m2eclipse

2010-05-03 Thread Crow, Neil NW
Thanks Martin,

I guess that the m2eclipse-mojo page would have to be removed manually.
http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo

Cheers,
Neil Crow

-Original Message-
From: Martin Höller [mailto:mar...@xss.co.at] 
Sent: 03 May 2010 13:57 PM
To: Maven Users List
Subject: Re: mvn eclipse:m2eclipse

Hi!

see
http://maven-users.828.n2.nabble.com/searching-for-eclipse-m2eclipse-td4743556.html

hth,
- martin


On Monday 03 May 2010 Crow, Neil NW wrote:
  Hi,
 
  I thought that I would ask here whether anyone knows why the goal 
  mvn eclipse:m2eclipse has been removed from
  org.apache.maven.plugins:maven-eclipse-plugin:2.8
 
  It was available in 
  org.apache.maven.plugins:maven-eclipse-plugin:2.7
 
  I found the following references to this goal:
  http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo.
  ht
  ml
  http://www.oreillynet.com/onjava/blog/2007/07/wicket_source_to_eclip
  se
  _using.html
  http://blog.redstream.nl/2008/05/17/setting-up-maven2-projects-in-ec
  pl
  ise/
 
  I didn't want to raise an issue at
  http://jira.codehaus.org/browse/MECLIPSE due to the warning:
 
  Note: This project is not the right place to fill issues about the 
  Maven Integration for Eclipse (M2Eclipse) 
  https://issues.sonatype.org/browse/MNGECLIPSE .
 
 
 
 
  Regards,
  Neil Crow

 Standard Bank email disclaimer and confidentiality note Please go to 
 http://www.standardbank.co.za/site/homepage/emaildisclaimer.html to 
 read our email disclaimer and confidentiality note. Kindly email 
 disclai...@standardbank.co.za (no content or subject line necessary) 
 if you cannot view that page and we will email our email disclaimer 
 and confidentiality note to you.



-
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



Re: mvn eclipse:m2eclipse

2010-05-03 Thread Barrie Treloar
On Mon, May 3, 2010 at 9:56 PM, Crow, Neil NW
neil.c...@standardbank.co.za wrote:
 Thanks Martin,

 I guess that the m2eclipse-mojo page would have to be removed manually.
 http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo

The 2.8 version doesn't include that as a goal:
http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html

There is nothing in the source repository to fix up.
Perhaps the deploy process copied the files into the existing
directory instead of renaming the old directory first and creating a
fresh directory.

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



Re: mvn eclipse:m2eclipse

2010-05-03 Thread Anders Hammar
Yes, I've seen mails on the mvn-dev list before regarding old (and invalid)
pages not being removed during release. The big problem here is that they
still show up on google searches.
I would suggest filing a jira on the project, asking them to remove the
page.

/Anders

On Tue, May 4, 2010 at 05:52, Barrie Treloar baerr...@gmail.com wrote:

 On Mon, May 3, 2010 at 9:56 PM, Crow, Neil NW
 neil.c...@standardbank.co.za wrote:
  Thanks Martin,
 
  I guess that the m2eclipse-mojo page would have to be removed manually.
  http://maven.apache.org/plugins/maven-eclipse-plugin/m2eclipse-mojo

 The 2.8 version doesn't include that as a goal:
 http://maven.apache.org/plugins/maven-eclipse-plugin/plugin-info.html

 There is nothing in the source repository to fix up.
 Perhaps the deploy process copied the files into the existing
 directory instead of renaming the old directory first and creating a
 fresh directory.

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