First off, you're writing to the wrong mailing list. This is for the eclipse plugin that handles maven projects, your're looking for help with the maven plugin that helps with eclipse projects.
See
http://maven.apache.org/plugins/maven-eclipse-plugin/mail-lists.html
for places to look for help.

Anyway, you might want to try running

mvn -Declipse.workspace=<path-to-eclipse-workspace> 
org.apache.maven.plugins:maven-eclipse-plugin:2.3:add-maven-repo

in order to specify the version of the plugin manually.

regards,

Stefan


JohnP1 schrieb:
I have been trying to run mvn -Declipse.workspace=<path-to-eclipse-workspace>
eclipse:add-maven-repo
and set my eclipse project environment point to my repository but the
command doesn't work for me.

I am using Maven 2. Another problem that I think I have is that I do not
have the maven-eclipse-plugin which has this goal. All attempts to download
this plugin as a dependency have failed.

This is what is there in my POM

  <dependency>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-eclipse-plugin</artifactId>
      <version>2.3</version>
     </dependency>


--
best regards,

Stefan Seidel
software developer
________________________
VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.    +49 (341) 9 60 50 07
fax.    +49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.    www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to