I am not able to retrieve it from the repository.I keep getting the
following error :

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'repository'.
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-reposi
tory-plugin/2.0/maven-repository-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org
/maven2)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-reposi
tory-plugin/2.0/maven-repository-plugin-2.0.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org
/maven2)
[INFO]
-------------------------------------------------------------------------

By the way, I am a totally new to maven so maybe I do something wrong.

On 10/24/05, Jason van Zyl <[EMAIL PROTECTED]> wrote:
>
> 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.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