You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Geir Gullestad Pettersen <ge...@gmail.com> on 2007/06/07 03:13:51 UTC

Problems with latest snapshot of maven-eclipse-plugin

I don't know if this is the appropriate mailing list for my issue so I do
apologize if it is not.


I have problems getting the latest SNAPSHOT version of
maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After this
snapshot release was deployed to the apache snapshot repository yesterday I
started get the following error when I run "eclipse:eclipse". I have tried
to flush my local repository with no luck, and if I revert to the "release"
or snapshot-2.3 versions there are no problems.

here's the mvn output:

[INFO] Preparing eclipse:eclipse
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
apache (http://people.apache.org/maven-snapshot-repository)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-eclipse-plugin

Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-eclipse-plugin:pom:test

from the specified remote repositories:
  repo (http://repo1.maven.org/maven2),
  apache (http://people.apache.org/maven-snapshot-repository),
  central (http://repo1.maven.org/maven2)


Regs,

Geir

Re: Problems with latest snapshot of maven-eclipse-plugin

Posted by Carlos Sanchez <ca...@apache.org>.
nothing, deleted the local repo and tried in multiproject and works

if you have a sample to reproduce it open a jira in MECLIPSE

On 6/7/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> Having that said, when I use verison 2.4-20070518.213938-11 instead of
> 2.4-SNAPSHOT (currently v15) it runs smoothly!
>
> 2007/6/7, Geir Gullestad Pettersen <ge...@gmail.com>:
> >
> > After doing some more testing it has come to my attention that this
> > problem only occurs when running "mvn eclipse:eclipse" in a
> > multiproject-setup on a project that has packaging=pom AND has modules
> > configured. If i remove the module-list it executes without problems.
> >
> > Also, if I run "mvn eclipse:eclipse" on any of the "sub"-projects
> > (packaging=jar/war and parent set to the "pom"-project) directly it executes
> > without problems, however that leaves me with jar-file dependencies in
> > eclipse's .classpath instead of direct project dependency to the source
> > code, so it sort of defeats the purpose..
> >
> > So, basically, to reproduce the problem create a module-project that has
> > at least 1 child module and try running "eclipse:eclipse" on the main/parent
> > project.
> >
> > 2007/6/7, Geir Gullestad Pettersen < geirgp@gmail.com>:
> > >
> > > 2007/6/7, Carlos Sanchez < carlos@apache.org>:
> > > >
> > > > I deployed new snapshots but I can't reproduce your problem
> > >
> > >
> > > I tried again with the latest 2.4-snapshot (15) and I'm still stuck with
> > > the same problem. I've included some more details about my setup and the
> > > full output from maven when run with a clean local repository:
> > >
> > > plugin-section in pom:
> > > <build>
> > >         <pluginManagement>
> > >             <plugins>
> > >                 <plugin>
> > >                     <artifactId>maven-compiler-plugin</artifactId>
> > >                     <configuration>
> > >                         <source>1.5</source>
> > >                         <target>1.5</target>
> > >                     </configuration>
> > >                 </plugin>
> > >                 <plugin>
> > >                     <groupId>org.apache.maven.plugins</groupId>
> > >                     <artifactId>maven-eclipse-plugin</artifactId>
> > >                     <version> 2.4-SNAPSHOT</version>
> > >                     <configuration>
> > >                         <wtpversion>1.5</wtpversion>
> > >                     </configuration>
> > >                 </plugin>
> > >             </plugins>
> > >         </pluginManagement>
> > >     </build>
> > >
> > > full output from maven:
> > >
> > >
> > >
> > > Z:\workspaces\xxxx\xxxx>mvn eclipse:eclipse
> > > [INFO] Scanning for projects...
> > > [WARNING] Overriding profile: 'nfr' (source: pom) with new instance from
> > > source: pom
> > > [INFO] Reactor build order:
> > > [INFO]   xxxx-main
> > > [INFO]   xxxx-common
> > > [INFO]   xxxx-framework
> > > [INFO]   xxxx-core
> > > [INFO]   xxxx-web
> > > [INFO] Searching repository for plugin with prefix: 'eclipse'.
> > > [INFO] org.apache.maven.plugins : checking for updates from apache
> > > [INFO] org.apache.maven.plugins: checking for updates from central
> > > [INFO] org.codehaus.mojo: checking for updates from apache
> > > [INFO] org.codehaus.mojo: checking for updates from central
> > > [INFO] snapshot
> > > org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> > > updates from apache
> > > [INFO] snapshot
> > > org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> > > updates from repo
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
> > >
> > > 5K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-plugins:pom:8' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
> > >
> > > 5K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
> > >
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:5'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
> > >
> > > 14K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/apache/3/apache-3.pom
> > >
> > > [WARNING] Unable to get resource ' org.apache:apache:pom:3' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository )
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
> > > 3K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.jar
> > > 121K downloaded
> > > [INFO]
> > > ----------------------------------------------------------------------------
> > >
> > > [INFO] Building xxxx-main
> > > [INFO]    task-segment: [eclipse:eclipse]
> > > [INFO]
> > > ----------------------------------------------------------------------------
> > > [INFO] Preparing eclipse:eclipse
> > > [INFO] No goals needed for project - skipping
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
> > >
> > > 5K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-utils:pom:1.0.5' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
> > >
> > > 918b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
> > >
> > > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.4'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
> > >
> > > 5K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
> > >
> > > [WARNING] Unable to get resource 'classworlds:classworlds:pom:
> > > 1.1-alpha-2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
> > >
> > > 3K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-components:pom:1.1.6' from repository apache
> > > ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
> > >
> > > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.8'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
> > >
> > > 7K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
> > >
> > > 7K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-utils:pom:1.0.4' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
> > >
> > > 6K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/junit/junit/3.8.1/junit-3.8.1.pom
> > >
> > > [WARNING] Unable to get resource 'junit:junit:pom: 3.8.1' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository )
> > > Downloading:
> > > http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
> > > 998b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-utils:pom:1.2' from repository apache (
> > > http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > > 767b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> > > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.5'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> > >
> > > 5K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-artifact-manager:pom:2.0.1' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0.1' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
> > >
> > > 11K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-repository-metadata:pom:2.0.1 ' from repository
> > > apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> > > 1K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-artifact:pom:2.0.1' from repository apache (
> > > http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> > > 765b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 ' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> > > 1K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-containers:pom:1.0.3' from repository apache
> > > ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> > > 492b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-5 ' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> > > 4K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
> > > [WARNING] Unable to get resource 'biz.aQute:bndlib:pom:0.0.145' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
> > >
> > > 886b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0.1'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
> > >
> > > 2K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-plugin-api:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
> > >
> > > 643b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-archiver:pom:2.2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.shared:maven-shared-components:pom:3' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/4/maven-parent-4.pom
> > >
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:4'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
> > >
> > > 9K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
> > >
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0/maven-2.0.pom
> > >
> > > [WARNING] Unable to get resource ' org.apache.maven:maven:pom:2.0' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository )
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
> > > 8K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0'
> > > from repository apache (
> > > http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> > > 1K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
> > > [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0'
> > > from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
> > >
> > > 2K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-artifact-manager:pom:2.0' from repository apache
> > > ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-artifact:pom:2.0' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
> > >
> > > 723b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-project:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-profile:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
> > >
> > > 1K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-interactivity-jline:pom:1.0-alpha-5' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
> > >
> > > 772b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-5' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
> > >
> > > 482b downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-components:pom:1.1.4' from repository apache
> > > ( http://people.apache.org/maven-snapshot-repository )
> > > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
> > >
> > > 2K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.pom
> > >
> > > [WARNING] Unable to get resource 'jline:jline:pom:0.9.1' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.pom
> > > 145b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-5 ' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> > > 430b downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
> > > [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading: http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
> > >
> > > [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> > > apache ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.jar
> > > 45K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 ' from repository
> > > apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > > 138K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> > > [WARNING] Unable to get resource '
> > > org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5 ' from
> > > repository apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> > > 5K downloaded
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
> > > [WARNING] Unable to get resource 'biz.aQute:bndlib:jar:0.0.145' from
> > > repository apache ( http://people.apache.org/maven-snapshot-repository)
> > > Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
> > >
> > > 111K downloaded
> > > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven:maven-archiver:jar:2.2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > > )
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> > >
> > > 9K downloaded
> > > [INFO] [eclipse:eclipse]
> > > [INFO] Not running eclipse plugin goal for pom project
> > > [INFO] Adding support for WTP version 1.5.
> > > [INFO]
> > > ----------------------------------------------------------------------------
> > > [INFO] Building xxxx-common
> > > [INFO]    task-segment: [eclipse:eclipse]
> > > [INFO]
> > > ----------------------------------------------------------------------------
> > > [INFO] Preparing eclipse:eclipse
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> > > apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > > central ( http://repo1.maven.org/maven2)
> > > Downloading:
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> > > apache (http://people.apache.org/maven-snapshot-repository)
> > > Downloading:
> > > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > > repo ( http://repo1.maven.org/maven2)
> > > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > >
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > > central ( http://repo1.maven.org/maven2)
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Error building POM (may not be this project's POM).
> > >
> > >
> > > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> > >
> > > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
> > > repository: Unable to download the artifact from any repository
> > >
> > >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> > >
> > > from the specified remote repositories:
> > >   repo (http://repo1.maven.org/maven2),
> > >   apache ( http://people.apache.org/maven-snapshot-repository ),
> > >   central (http://repo1.maven.org/maven2)
> > >
> > > If I run maven with the -e option I get the following stacktrace at the
> > > end:
> > >
> > >
> > >
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] For more information, run Maven with the -e switch
> > > [INFO]
> > > ------------------------------------------------------------------------
> > > [INFO] Total time: 1 minute 1 second
> > > [INFO] Finished at: Thu Jun 07 10:19:05 CEST 2007
> > > [INFO] Final Memory: 4M/8M
> > > [INFO]
> > > ------------------------------------------------------------------------
> > >
> > > On 6/6/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> > > > > I don't know if this is the appropriate mailing list for my issue so
> > > > I do
> > > > > apologize if it is not.
> > > > >
> > > > >
> > > > > I have problems getting the latest SNAPSHOT version of
> > > > > maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After
> > > > this
> > > > > snapshot release was deployed to the apache snapshot repository
> > > > yesterday I
> > > > > started get the following error when I run "eclipse:eclipse". I have
> > > > tried
> > > > > to flush my local repository with no luck, and if I revert to the
> > > > "release"
> > > > > or snapshot-2.3 versions there are no problems.
> > > > >
> > > > > here's the mvn output:
> > > > >
> > > > > [INFO] Preparing eclipse:eclipse
> > > > > Downloading:
> > > > >
> > > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > > > [WARNING] Unable to get resource '
> > > > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from
> > > > repository
> > > > > apache (http://people.apache.org/maven-snapshot-repository )
> > > > > [INFO]
> > > > >
> > > > ------------------------------------------------------------------------
> > > > > [ERROR] BUILD ERROR
> > > > > [INFO]
> > > > >
> > > > ------------------------------------------------------------------------
> > > > > [INFO] Error building POM (may not be this project's POM).
> > > > >
> > > > >
> > > > > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> > > > >
> > > > > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not
> > > > found in
> > > > > repository: Unable to download the artifact from any repository
> > > > >
> > > > >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> > > > >
> > > > > from the specified remote repositories:
> > > > >   repo ( http://repo1.maven.org/maven2),
> > > > >   apache ( http://people.apache.org/maven-snapshot-repository),
> > > > >   central ( http://repo1.maven.org/maven2)
> > > > >
> > > > >
> > > > > Regs,
> > > > >
> > > > > Geir
> > > > >
> > > >
> > > >
> > > > --
> > > > I could give you my word as a Spaniard.
> > > > No good. I've known too many Spaniards.
> > > >                              -- The Princess Bride
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > >
> > > >
> > >
> >
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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


Re: Problems with latest snapshot of maven-eclipse-plugin

Posted by Geir Gullestad Pettersen <ge...@gmail.com>.
Having that said, when I use verison 2.4-20070518.213938-11 instead of
2.4-SNAPSHOT (currently v15) it runs smoothly!

2007/6/7, Geir Gullestad Pettersen <ge...@gmail.com>:
>
> After doing some more testing it has come to my attention that this
> problem only occurs when running "mvn eclipse:eclipse" in a
> multiproject-setup on a project that has packaging=pom AND has modules
> configured. If i remove the module-list it executes without problems.
>
> Also, if I run "mvn eclipse:eclipse" on any of the "sub"-projects
> (packaging=jar/war and parent set to the "pom"-project) directly it executes
> without problems, however that leaves me with jar-file dependencies in
> eclipse's .classpath instead of direct project dependency to the source
> code, so it sort of defeats the purpose..
>
> So, basically, to reproduce the problem create a module-project that has
> at least 1 child module and try running "eclipse:eclipse" on the main/parent
> project.
>
> 2007/6/7, Geir Gullestad Pettersen < geirgp@gmail.com>:
> >
> > 2007/6/7, Carlos Sanchez < carlos@apache.org>:
> > >
> > > I deployed new snapshots but I can't reproduce your problem
> >
> >
> > I tried again with the latest 2.4-snapshot (15) and I'm still stuck with
> > the same problem. I've included some more details about my setup and the
> > full output from maven when run with a clean local repository:
> >
> > plugin-section in pom:
> > <build>
> >         <pluginManagement>
> >             <plugins>
> >                 <plugin>
> >                     <artifactId>maven-compiler-plugin</artifactId>
> >                     <configuration>
> >                         <source>1.5</source>
> >                         <target>1.5</target>
> >                     </configuration>
> >                 </plugin>
> >                 <plugin>
> >                     <groupId>org.apache.maven.plugins</groupId>
> >                     <artifactId>maven-eclipse-plugin</artifactId>
> >                     <version> 2.4-SNAPSHOT</version>
> >                     <configuration>
> >                         <wtpversion>1.5</wtpversion>
> >                     </configuration>
> >                 </plugin>
> >             </plugins>
> >         </pluginManagement>
> >     </build>
> >
> > full output from maven:
> >
> >
> >
> > Z:\workspaces\xxxx\xxxx>mvn eclipse:eclipse
> > [INFO] Scanning for projects...
> > [WARNING] Overriding profile: 'nfr' (source: pom) with new instance from
> > source: pom
> > [INFO] Reactor build order:
> > [INFO]   xxxx-main
> > [INFO]   xxxx-common
> > [INFO]   xxxx-framework
> > [INFO]   xxxx-core
> > [INFO]   xxxx-web
> > [INFO] Searching repository for plugin with prefix: 'eclipse'.
> > [INFO] org.apache.maven.plugins : checking for updates from apache
> > [INFO] org.apache.maven.plugins: checking for updates from central
> > [INFO] org.codehaus.mojo: checking for updates from apache
> > [INFO] org.codehaus.mojo: checking for updates from central
> > [INFO] snapshot
> > org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> > updates from apache
> > [INFO] snapshot
> > org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> > updates from repo
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
> >
> > 5K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-plugins:pom:8' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
> >
> > 5K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
> >
> > [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:5'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
> >
> > 14K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/apache/3/apache-3.pom
> >
> > [WARNING] Unable to get resource ' org.apache:apache:pom:3' from
> > repository apache (http://people.apache.org/maven-snapshot-repository )
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
> > 3K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.jar
> > 121K downloaded
> > [INFO]
> > ----------------------------------------------------------------------------
> >
> > [INFO] Building xxxx-main
> > [INFO]    task-segment: [eclipse:eclipse]
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] Preparing eclipse:eclipse
> > [INFO] No goals needed for project - skipping
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
> >
> > 5K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-utils:pom:1.0.5' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
> >
> > 918b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
> >
> > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.4'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
> >
> > 5K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
> >
> > [WARNING] Unable to get resource 'classworlds:classworlds:pom:
> > 1.1-alpha-2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
> >
> > 3K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-components:pom:1.1.6' from repository apache
> > ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
> >
> > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.8'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
> >
> > 7K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
> >
> > 7K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-utils:pom:1.0.4' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
> >
> > 6K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/junit/junit/3.8.1/junit-3.8.1.pom
> >
> > [WARNING] Unable to get resource 'junit:junit:pom: 3.8.1' from
> > repository apache (http://people.apache.org/maven-snapshot-repository )
> > Downloading:
> > http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
> > 998b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-utils:pom:1.2' from repository apache (
> > http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > 767b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.5'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> >
> > 5K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-artifact-manager:pom:2.0.1' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
> >
> > [WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0.1' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
> >
> > 11K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-repository-metadata:pom:2.0.1 ' from repository
> > apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> > 1K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-artifact:pom:2.0.1' from repository apache (
> > http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> > 765b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 ' from
> > repository apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> > 1K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-containers:pom:1.0.3' from repository apache
> > ( http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> > 492b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-5 ' from
> > repository apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> > 4K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
> > [WARNING] Unable to get resource 'biz.aQute:bndlib:pom:0.0.145' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository)
> > Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
> >
> > 886b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
> >
> > [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0.1'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
> >
> > 2K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-plugin-api:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
> >
> > 643b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-archiver:pom:2.2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven.shared:maven-shared-components:pom:3' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/4/maven-parent-4.pom
> >
> > [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:4'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
> >
> > 9K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
> >
> > [WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0/maven-2.0.pom
> >
> > [WARNING] Unable to get resource ' org.apache.maven:maven:pom:2.0' from
> > repository apache (http://people.apache.org/maven-snapshot-repository )
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
> > 8K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> > [WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0'
> > from repository apache (
> > http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> > 1K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
> > [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0'
> > from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
> >
> > 2K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-artifact-manager:pom:2.0' from repository apache
> > ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-artifact:pom:2.0' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
> >
> > 723b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-project:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-profile:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
> >
> > 1K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-interactivity-jline:pom:1.0-alpha-5' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
> >
> > 772b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-5' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
> >
> > 482b downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
> >
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-components:pom:1.1.4' from repository apache
> > ( http://people.apache.org/maven-snapshot-repository )
> > Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
> >
> > 2K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.pom
> >
> > [WARNING] Unable to get resource 'jline:jline:pom:0.9.1' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.pom
> > 145b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-5 ' from
> > repository apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> > 430b downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
> > [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository)
> > Downloading: http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
> >
> > [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> > apache ( http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.jar
> > 45K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 ' from repository
> > apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > 138K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> > [WARNING] Unable to get resource '
> > org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5 ' from
> > repository apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> > 5K downloaded
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
> > [WARNING] Unable to get resource 'biz.aQute:bndlib:jar:0.0.145' from
> > repository apache ( http://people.apache.org/maven-snapshot-repository)
> > Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
> >
> > 111K downloaded
> > Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven:maven-archiver:jar:2.2' from repository apache (http://people.apache.org/maven-snapshot-repository
> > )
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> >
> > 9K downloaded
> > [INFO] [eclipse:eclipse]
> > [INFO] Not running eclipse plugin goal for pom project
> > [INFO] Adding support for WTP version 1.5.
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] Building xxxx-common
> > [INFO]    task-segment: [eclipse:eclipse]
> > [INFO]
> > ----------------------------------------------------------------------------
> > [INFO] Preparing eclipse:eclipse
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> > apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > central ( http://repo1.maven.org/maven2)
> > Downloading:
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> > apache (http://people.apache.org/maven-snapshot-repository)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > repo ( http://repo1.maven.org/maven2)
> > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> >
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > central ( http://repo1.maven.org/maven2)
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Error building POM (may not be this project's POM).
> >
> >
> > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> >
> > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
> > repository: Unable to download the artifact from any repository
> >
> >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> >
> > from the specified remote repositories:
> >   repo (http://repo1.maven.org/maven2),
> >   apache ( http://people.apache.org/maven-snapshot-repository ),
> >   central (http://repo1.maven.org/maven2)
> >
> > If I run maven with the -e option I get the following stacktrace at the
> > end:
> >
> >
> >
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 1 minute 1 second
> > [INFO] Finished at: Thu Jun 07 10:19:05 CEST 2007
> > [INFO] Final Memory: 4M/8M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > On 6/6/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> > > > I don't know if this is the appropriate mailing list for my issue so
> > > I do
> > > > apologize if it is not.
> > > >
> > > >
> > > > I have problems getting the latest SNAPSHOT version of
> > > > maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After
> > > this
> > > > snapshot release was deployed to the apache snapshot repository
> > > yesterday I
> > > > started get the following error when I run "eclipse:eclipse". I have
> > > tried
> > > > to flush my local repository with no luck, and if I revert to the
> > > "release"
> > > > or snapshot-2.3 versions there are no problems.
> > > >
> > > > here's the mvn output:
> > > >
> > > > [INFO] Preparing eclipse:eclipse
> > > > Downloading:
> > > >
> > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > > [WARNING] Unable to get resource '
> > > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from
> > > repository
> > > > apache (http://people.apache.org/maven-snapshot-repository )
> > > > [INFO]
> > > >
> > > ------------------------------------------------------------------------
> > > > [ERROR] BUILD ERROR
> > > > [INFO]
> > > >
> > > ------------------------------------------------------------------------
> > > > [INFO] Error building POM (may not be this project's POM).
> > > >
> > > >
> > > > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> > > >
> > > > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not
> > > found in
> > > > repository: Unable to download the artifact from any repository
> > > >
> > > >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> > > >
> > > > from the specified remote repositories:
> > > >   repo ( http://repo1.maven.org/maven2),
> > > >   apache ( http://people.apache.org/maven-snapshot-repository),
> > > >   central ( http://repo1.maven.org/maven2)
> > > >
> > > >
> > > > Regs,
> > > >
> > > > Geir
> > > >
> > >
> > >
> > > --
> > > I could give you my word as a Spaniard.
> > > No good. I've known too many Spaniards.
> > >                              -- The Princess Bride
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
>

Re: Problems with latest snapshot of maven-eclipse-plugin

Posted by Geir Gullestad Pettersen <ge...@gmail.com>.
After doing some more testing it has come to my attention that this problem
only occurs when running "mvn eclipse:eclipse" in a multiproject-setup on a
project that has packaging=pom AND has modules configured. If i remove the
module-list it executes without problems.

Also, if I run "mvn eclipse:eclipse" on any of the "sub"-projects
(packaging=jar/war and parent set to the "pom"-project) directly it executes
without problems, however that leaves me with jar-file dependencies in
eclipse's .classpath instead of direct project dependency to the source
code, so it sort of defeats the purpose..

So, basically, to reproduce the problem create a module-project that has at
least 1 child module and try running "eclipse:eclipse" on the main/parent
project.

2007/6/7, Geir Gullestad Pettersen <ge...@gmail.com>:
>
> 2007/6/7, Carlos Sanchez <ca...@apache.org>:
> >
> > I deployed new snapshots but I can't reproduce your problem
>
>
> I tried again with the latest 2.4-snapshot (15) and I'm still stuck with
> the same problem. I've included some more details about my setup and the
> full output from maven when run with a clean local repository:
>
> plugin-section in pom:
> <build>
>         <pluginManagement>
>             <plugins>
>                 <plugin>
>                     <artifactId>maven-compiler-plugin</artifactId>
>                     <configuration>
>                         <source>1.5</source>
>                         <target>1.5</target>
>                     </configuration>
>                 </plugin>
>                 <plugin>
>                     <groupId>org.apache.maven.plugins</groupId>
>                     <artifactId>maven-eclipse-plugin</artifactId>
>                     <version> 2.4-SNAPSHOT</version>
>                     <configuration>
>                         <wtpversion>1.5</wtpversion>
>                     </configuration>
>                 </plugin>
>             </plugins>
>         </pluginManagement>
>     </build>
>
> full output from maven:
>
>
>
> Z:\workspaces\xxxx\xxxx>mvn eclipse:eclipse
> [INFO] Scanning for projects...
> [WARNING] Overriding profile: 'nfr' (source: pom) with new instance from
> source: pom
> [INFO] Reactor build order:
> [INFO]   xxxx-main
> [INFO]   xxxx-common
> [INFO]   xxxx-framework
> [INFO]   xxxx-core
> [INFO]   xxxx-web
> [INFO] Searching repository for plugin with prefix: 'eclipse'.
> [INFO] org.apache.maven.plugins : checking for updates from apache
> [INFO] org.apache.maven.plugins: checking for updates from central
> [INFO] org.codehaus.mojo: checking for updates from apache
> [INFO] org.codehaus.mojo: checking for updates from central
> [INFO] snapshot
> org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> updates from apache
> [INFO] snapshot
> org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT: checking for
> updates from repo
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
>
> 5K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-plugins:pom:8' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
> 5K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:5'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
> 14K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/apache/3/apache-3.pom
> [WARNING] Unable to get resource ' org.apache:apache:pom:3' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
> 3K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.jar
> 121K downloaded
> [INFO]
> ----------------------------------------------------------------------------
>
> [INFO] Building xxxx-main
> [INFO]    task-segment: [eclipse:eclipse]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Preparing eclipse:eclipse
> [INFO] No goals needed for project - skipping
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
>
> 5K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-utils:pom:1.0.5' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
> 918b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
>
> [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.4'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
> 5K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
>
> [WARNING] Unable to get resource 'classworlds:classworlds:pom:1.1-alpha-2'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
> 3K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7' from repository
> apache (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
>
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-components:pom:1.1.6' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
>
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
>
> [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.8'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
> 7K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8' from
> repository apache (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
>
> 7K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-utils:pom:1.0.4' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
> 6K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/junit/junit/3.8.1/junit-3.8.1.pom
> [WARNING] Unable to get resource 'junit:junit:pom: 3.8.1' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
> 998b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> [WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:1.2'
> from repository apache (
> http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> 767b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.5'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
>
> 5K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven:maven-artifact-manager:pom:2.0.1' from repository apache
> (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
>
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0.1' from
> repository apache (http://people.apache.org/maven-snapshot-repository )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
> 11K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> [WARNING] Unable to get resource '
> org.apache.maven:maven-repository-metadata:pom:2.0.1 ' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
> 1K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> [WARNING] Unable to get resource '
> org.apache.maven:maven-artifact:pom:2.0.1' from repository apache (
> http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
> 765b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9 ' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
> 1K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-containers:pom:1.0.3' from repository apache (
> http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
> 492b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> [WARNING] Unable to get resource '
> org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-5 ' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
> 4K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
> [WARNING] Unable to get resource 'biz.aQute:bndlib:pom:0.0.145' from
> repository apache ( http://people.apache.org/maven-snapshot-repository)
> Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
>
> 886b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0.1'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
> 2K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven:maven-plugin-api:pom:2.0.1' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
>
> 643b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-archiver:pom:2.2'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven.shared:maven-shared-components:pom:3' from repository
> apache (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
>
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/4/maven-parent-4.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:4'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
> 9K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
> 1K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0/maven-2.0.pom
> [WARNING] Unable to get resource ' org.apache.maven:maven:pom:2.0' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
> 8K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> [WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0'
> from repository apache (
> http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
> 1K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
> [WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
>
> 2K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven:maven-artifact-manager:pom:2.0' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
>
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-artifact:pom:2.0'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
> 723b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0.1'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0.1'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
> 1K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-interactivity-jline:pom:1.0-alpha-5' from
> repository apache (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
>
> 772b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-5' from repository
> apache (http://people.apache.org/maven-snapshot-repository )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
>
> 482b downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
>
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-components:pom:1.1.4' from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
>
> 2K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.pom
> [WARNING] Unable to get resource 'jline:jline:pom:0.9.1' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.pom
> 145b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-5 ' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
> 430b downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
> [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> apache ( http://people.apache.org/maven-snapshot-repository)
> Downloading: http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
>
> [WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.jar
> 45K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7 ' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> 138K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> [WARNING] Unable to get resource '
> org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5 ' from
> repository apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
> 5K downloaded
> Downloading:
> http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
> [WARNING] Unable to get resource 'biz.aQute:bndlib:jar:0.0.145' from
> repository apache ( http://people.apache.org/maven-snapshot-repository)
> Downloading: http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
>
> 111K downloaded
> Downloading: http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
>
> [WARNING] Unable to get resource 'org.apache.maven:maven-archiver:jar:2.2'
> from repository apache (http://people.apache.org/maven-snapshot-repository
> )
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> 9K downloaded
> [INFO] [eclipse:eclipse]
> [INFO] Not running eclipse plugin goal for pom project
> [INFO] Adding support for WTP version 1.5.
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building xxxx-common
> [INFO]    task-segment: [eclipse:eclipse]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Preparing eclipse:eclipse
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> central ( http://repo1.maven.org/maven2)
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> repo ( http://repo1.maven.org/maven2)
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
>
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> central (http://repo1.maven.org/maven2)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.maven.plugins:maven-eclipse-plugin
>
> Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
> repository: Unable to download the artifact from any repository
>
>   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
>
> from the specified remote repositories:
>   repo (http://repo1.maven.org/maven2),
>   apache (http://people.apache.org/maven-snapshot-repository ),
>   central (http://repo1.maven.org/maven2)
>
> If I run maven with the -e option I get the following stacktrace at the
> end:
>
>
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 1 minute 1 second
> [INFO] Finished at: Thu Jun 07 10:19:05 CEST 2007
> [INFO] Final Memory: 4M/8M
> [INFO]
> ------------------------------------------------------------------------
>
> On 6/6/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> > > I don't know if this is the appropriate mailing list for my issue so I
> > do
> > > apologize if it is not.
> > >
> > >
> > > I have problems getting the latest SNAPSHOT version of
> > > maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After
> > this
> > > snapshot release was deployed to the apache snapshot repository
> > yesterday I
> > > started get the following error when I run "eclipse:eclipse". I have
> > tried
> > > to flush my local repository with no luck, and if I revert to the
> > "release"
> > > or snapshot-2.3 versions there are no problems.
> > >
> > > here's the mvn output:
> > >
> > > [INFO] Preparing eclipse:eclipse
> > > Downloading:
> > >
> > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > > [WARNING] Unable to get resource '
> > > org.apache.maven.plugins:maven-eclipse-plugin:pom:test ' from
> > repository
> > > apache (http://people.apache.org/maven-snapshot-repository)
> > > [INFO]
> > >
> > ------------------------------------------------------------------------
> > > [ERROR] BUILD ERROR
> > > [INFO]
> > >
> > ------------------------------------------------------------------------
> > > [INFO] Error building POM (may not be this project's POM).
> > >
> > >
> > > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> > >
> > > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found
> > in
> > > repository: Unable to download the artifact from any repository
> > >
> > >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> > >
> > > from the specified remote repositories:
> > >   repo (http://repo1.maven.org/maven2),
> > >   apache ( http://people.apache.org/maven-snapshot-repository),
> > >   central (http://repo1.maven.org/maven2)
> > >
> > >
> > > Regs,
> > >
> > > Geir
> > >
> >
> >
> > --
> > I could give you my word as a Spaniard.
> > No good. I've known too many Spaniards.
> >                              -- The Princess Bride
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>

Re: Problems with latest snapshot of maven-eclipse-plugin

Posted by Geir Gullestad Pettersen <ge...@gmail.com>.
2007/6/7, Carlos Sanchez <ca...@apache.org>:
>
> I deployed new snapshots but I can't reproduce your problem


I tried again with the latest 2.4-snapshot (15) and I'm still stuck with the
same problem. I've included some more details about my setup and the full
output from maven when run with a clean local repository:

plugin-section in pom:
<build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <configuration>
                        <source>1.5</source>
                        <target>1.5</target>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-eclipse-plugin</artifactId>
                    <version>2.4-SNAPSHOT</version>
                    <configuration>
                        <wtpversion>1.5</wtpversion>
                    </configuration>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

full output from maven:



Z:\workspaces\xxxx\xxxx>mvn eclipse:eclipse
[INFO] Scanning for projects...
[WARNING] Overriding profile: 'nfr' (source: pom) with new instance from
source: pom
[INFO] Reactor build order:
[INFO]   xxxx-main
[INFO]   xxxx-common
[INFO]   xxxx-framework
[INFO]   xxxx-core
[INFO]   xxxx-web
[INFO] Searching repository for plugin with prefix: 'eclipse'.
[INFO] org.apache.maven.plugins: checking for updates from apache
[INFO] org.apache.maven.plugins: checking for updates from central
[INFO] org.codehaus.mojo: checking for updates from apache
[INFO] org.codehaus.mojo: checking for updates from central
[INFO] snapshot
org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT:checking
for updates from apache
[INFO] snapshot
org.apache.maven.plugins:maven-eclipse-plugin:2.4-SNAPSHOT:checking
for updates from repo
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-plugins:pom:8' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/8/maven-plugins-8.pom
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:5' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom
14K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/apache/3/apache-3.pom
[WARNING] Unable to get resource 'org.apache:apache:pom:3' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading: http://repo1.maven.org/maven2/org/apache/apache/3/apache-3.pom
3K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.jar
121K downloaded
[INFO]
----------------------------------------------------------------------------
[INFO] Building xxxx-main
[INFO]    task-segment: [eclipse:eclipse]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
[INFO] No goals needed for project - skipping
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/2.4-SNAPSHOT/maven-eclipse-plugin-2.4-20070607.060115-15.pom
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:1.0.5'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom
918b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.4' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[WARNING] Unable to get resource 'classworlds:classworlds:pom:1.1-alpha-2'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
3K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-archiver:pom:1.0-alpha-7' from repository apache
(http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-components:pom:1.1.6' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.8' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
7K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-8' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
7K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:1.0.4'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
6K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/junit/junit/3.8.1/junit-3.8.1.pom
[WARNING] Unable to get resource 'junit:junit:pom:3.8.1' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading: http://repo1.maven.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom
998b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus-utils:pom:1.2'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
767b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
[WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.5' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
[WARNING] Unable to get resource '
org.apache.maven:maven-artifact-manager:pom:2.0.1' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0.1/maven-artifact-manager-2.0.1.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
[WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0.1' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.1/maven-2.0.1.pom
11K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
[WARNING] Unable to get resource '
org.apache.maven:maven-repository-metadata:pom:2.0.1' from repository apache
(http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-repository-metadata/2.0.1/maven-repository-metadata-2.0.1.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-artifact:pom:2.0.1'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0.1/maven-artifact-2.0.1.pom
765b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-container-default:pom:1.0-alpha-9' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-containers:pom:1.0.3' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
492b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
[WARNING] Unable to get resource '
org.apache.maven.wagon:wagon-provider-api:pom:1.0-alpha-5' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-5/wagon-provider-api-1.0-alpha-5.pom
4K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
[WARNING] Unable to get resource 'biz.aQute:bndlib:pom:0.0.145' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.pom
886b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0.1'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0.1/maven-model-2.0.1.pom
2K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
[WARNING] Unable to get resource '
org.apache.maven:maven-plugin-api:pom:2.0.1' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-plugin-api/2.0.1/maven-plugin-api-2.0.1.pom
643b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-archiver:pom:2.2'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
[WARNING] Unable to get resource '
org.apache.maven.shared:maven-shared-components:pom:3' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-parent/4/maven-parent-4.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-parent:pom:4' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
9K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0/maven-project-2.0.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven/2.0/maven-2.0.pom
[WARNING] Unable to get resource 'org.apache.maven:maven:pom:2.0' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven/2.0/maven-2.0.pom
8K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-model:pom:2.0' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-model/2.0/maven-model-2.0.pom
2K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
[WARNING] Unable to get resource '
org.apache.maven:maven-artifact-manager:pom:2.0' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-artifact:pom:2.0'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
723b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-project:pom:2.0.1'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-project/2.0.1/maven-project-2.0.1.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
[WARNING] Unable to get resource 'org.apache.maven:maven-profile:pom:2.0.1'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-profile/2.0.1/maven-profile-2.0.1.pom
1K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-interactivity-jline:pom:1.0-alpha-5' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.pom
772b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-interactivity:pom:1.0-alpha-5' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity/1.0-alpha-5/plexus-interactivity-1.0-alpha-5.pom
482b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-components:pom:1.1.4' from repository apache (
http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom
2K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.pom
[WARNING] Unable to get resource 'jline:jline:pom:0.9.1' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading: http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.pom
145b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-interactivity-api:pom:1.0-alpha-5' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-5/plexus-interactivity-api-1.0-alpha-5.pom
430b downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
[WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://people.apache.org/maven-snapshot-repository/jline/jline/0.9.1/jline-0.9.1.jar
[WARNING] Unable to get resource 'jline:jline:jar:0.9.1' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading: http://repo1.maven.org/maven2/jline/jline/0.9.1/jline-0.9.1.jar
45K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-archiver:jar:1.0-alpha-7' from repository apache
(http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
138K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
[WARNING] Unable to get resource '
org.codehaus.plexus:plexus-interactivity-jline:jar:1.0-alpha-5' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-interactivity-jline/1.0-alpha-5/plexus-interactivity-jline-1.0-alpha-5.jar
5K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
[WARNING] Unable to get resource 'biz.aQute:bndlib:jar:0.0.145' from
repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/biz/aQute/bndlib/0.0.145/bndlib-0.0.145.jar
111K downloaded
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
[WARNING] Unable to get resource 'org.apache.maven:maven-archiver:jar:2.2'
from repository apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
9K downloaded
[INFO] [eclipse:eclipse]
[INFO] Not running eclipse plugin goal for pom project
[INFO] Adding support for WTP version 1.5.
[INFO]
----------------------------------------------------------------------------
[INFO] Building xxxx-common
[INFO]    task-segment: [eclipse:eclipse]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing eclipse:eclipse
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
central (http://repo1.maven.org/maven2)
Downloading:
http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
apache (http://people.apache.org/maven-snapshot-repository)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository repo
(http://repo1.maven.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
[WARNING] Unable to get resource '
org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.apache.maven.plugins:maven-eclipse-plugin

Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
repository: Unable to download the artifact from any repository

  org.apache.maven.plugins:maven-eclipse-plugin:pom:test

from the specified remote repositories:
  repo (http://repo1.maven.org/maven2),
  apache (http://people.apache.org/maven-snapshot-repository),
  central (http://repo1.maven.org/maven2)

If I run maven with the -e option I get the following stacktrace at the end:



[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 1 minute 1 second
[INFO] Finished at: Thu Jun 07 10:19:05 CEST 2007
[INFO] Final Memory: 4M/8M
[INFO]
------------------------------------------------------------------------

On 6/6/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> > I don't know if this is the appropriate mailing list for my issue so I
> do
> > apologize if it is not.
> >
> >
> > I have problems getting the latest SNAPSHOT version of
> > maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After
> this
> > snapshot release was deployed to the apache snapshot repository
> yesterday I
> > started get the following error when I run "eclipse:eclipse". I have
> tried
> > to flush my local repository with no luck, and if I revert to the
> "release"
> > or snapshot-2.3 versions there are no problems.
> >
> > here's the mvn output:
> >
> > [INFO] Preparing eclipse:eclipse
> > Downloading:
> >
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> > [WARNING] Unable to get resource '
> > org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> > apache (http://people.apache.org/maven-snapshot-repository)
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Error building POM (may not be this project's POM).
> >
> >
> > Project ID: org.apache.maven.plugins:maven-eclipse-plugin
> >
> > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
> > repository: Unable to download the artifact from any repository
> >
> >   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
> >
> > from the specified remote repositories:
> >   repo (http://repo1.maven.org/maven2),
> >   apache (http://people.apache.org/maven-snapshot-repository),
> >   central (http://repo1.maven.org/maven2)
> >
> >
> > Regs,
> >
> > Geir
> >
>
>
> --
> I could give you my word as a Spaniard.
> No good. I've known too many Spaniards.
>                              -- The Princess Bride
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Problems with latest snapshot of maven-eclipse-plugin

Posted by Carlos Sanchez <ca...@apache.org>.
I deployed new snapshots but I can't reproduce your problem

On 6/6/07, Geir Gullestad Pettersen <ge...@gmail.com> wrote:
> I don't know if this is the appropriate mailing list for my issue so I do
> apologize if it is not.
>
>
> I have problems getting the latest SNAPSHOT version of
> maven-eclipse-plugin-2.4-20070606.213427-14 to work properly.  After this
> snapshot release was deployed to the apache snapshot repository yesterday I
> started get the following error when I run "eclipse:eclipse". I have tried
> to flush my local repository with no luck, and if I revert to the "release"
> or snapshot-2.3 versions there are no problems.
>
> here's the mvn output:
>
> [INFO] Preparing eclipse:eclipse
> Downloading:
> http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-eclipse-plugin/test/maven-eclipse-plugin-test.pom
> [WARNING] Unable to get resource '
> org.apache.maven.plugins:maven-eclipse-plugin:pom:test' from repository
> apache (http://people.apache.org/maven-snapshot-repository)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Error building POM (may not be this project's POM).
>
>
> Project ID: org.apache.maven.plugins:maven-eclipse-plugin
>
> Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in
> repository: Unable to download the artifact from any repository
>
>   org.apache.maven.plugins:maven-eclipse-plugin:pom:test
>
> from the specified remote repositories:
>   repo (http://repo1.maven.org/maven2),
>   apache (http://people.apache.org/maven-snapshot-repository),
>   central (http://repo1.maven.org/maven2)
>
>
> Regs,
>
> Geir
>


-- 
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                             -- The Princess Bride

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