Can't find plugins through Archiva

2007-12-12 Thread Shazia Bashir
Hi, im just testing out Archiva to use as a http proxy.

Everything seems to working just find, besides plugins, if i run plugins
goals the plugins cant be found, and i am using the central as a remote
repository: h
http://repo1.maven.org/maven2

mvn clean:
The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or
no valid version could be found

mvn deploy:
The plugin 'org.apache.maven.plugins:maven-deploy-plugin' does not exist or
no valid version could be found

All help appreciated.

Thanx
Shazia


Re: Can't find plugins through Archiva

2007-12-12 Thread Brett Porter
this might be a persisted problem on your client after a previous
failed attempt on Archiva. If you delete org/apache/maven/plugins from
your local repository (~/.m2/repository on the maven machine) and try
again, does it work?

If not - please check the archiva logs for reasons the request might be refused.

- Brett

On 12/12/2007, Shazia Bashir [EMAIL PROTECTED] wrote:
 Hi, im just testing out Archiva to use as a http proxy.

 Everything seems to working just find, besides plugins, if i run plugins
 goals the plugins cant be found, and i am using the central as a remote
 repository: h
 http://repo1.maven.org/maven2

 mvn clean:
 The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or
 no valid version could be found

 mvn deploy:
 The plugin 'org.apache.maven.plugins:maven-deploy-plugin' does not exist or
 no valid version could be found

 All help appreciated.

 Thanx
 Shazia



-- 
Brett Porter
Blog: http://www.devzuz.org/blogs/bporter/