This is weird. I didn't specify anything in my pom and it's looking for
1.0-SNAPSHOT??
 
E:\STC\workspace\sample-project>mvn repository:bundle-create
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Unnamed - sample-project:mavenFull:pom:SNAPSHOT
[INFO]   Maven Quick Start Archetype
[INFO]   Maven Webapp Archetype
[INFO] Searching repository for plugin with prefix: 'repository'.
[INFO] artifact org.apache.maven.plugins:maven-repository-plugin:
checking for updates from central
[INFO]
------------------------------------------------------------------------
----
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
----
[INFO] Error building POM (may not be this project's POM).


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

Reason: Error getting POM for
'org.apache.maven.plugins:maven-repository-plugin' from the repository:
Failed t
o resolve artifact, possibly due to a repository list that is not
appropriately equipped for this artifact's m
etadata.
  org.apache.maven.plugins:maven-repository-plugin:1.0-SNAPSHOT:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

-----Original Message-----
From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 24, 2005 9:43 PM
To: Maven Users List
Subject: [ANN] Maven Repository Plugin v2.0 Released

Hi,

The first version of the repository plugin has been released in order to
allow users to create upload bundles. To find out more about creating
upload bundles you can look here:

http://maven.apache.org/guides/mini/guide-ibiblio-upload.html

To obtain the latest release, include the <version> in your POM:
<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-repository-plugin</artifactId>
   <version>2.0</version>
</plugin>

If you have omitted the version, you can update to the latest release
using the -U flag:

mvn -U repository:bundle-create

--
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Three people can keep a secret provided two of them are dead.

 -- Unknown


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to