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]

Reply via email to