Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Wendy Smoak
On Sun, Jun 15, 2008 at 9:46 AM, Mac-Systems [EMAIL PROTECTED] wrote:

 I have proper Proxy Settings, but i always get
...
 [ERROR] BUILD ERROR
...
 Reason: POM 'org.apache.maven.plugins:maven-surefire-plugin' not found in
 repository: Unable to download the artifact from any repository
...
  org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3
 Anyone can tell whats wrong ?
 PS: Using maven 2.08

Did it fail once today by any chance, before you added your http proxy
configuration?

Try it with -U on the command line, or delete the plugin from your
local repository.  This will force Maven to download the plugin again.
 (The messages may say it's trying, but I don't think it actually
is... if it cached the earlier failure, it won't try again until
tomorrow.)

You can also upgrade to Maven 2.0.9, I believe it handles this situation better.

-- 
Wendy

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



Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems

I Tested with and without Proxy settings, no success.
Also i use -U to force update.
I also removed any repo (codehaus) in my POM.
Cleared whole repository.

No Success :(

Last Option maven 2.09, but well i dont thing it's is really a maven 
problem at all.
Actually also clean plugin is missing (local repo cleaned) which also 
causes a problem now.


- Jens


On Sun, Jun 15, 2008 at 9:46 AM, Mac-Systems [EMAIL PROTECTED] wrote:

  

I have proper Proxy Settings, but i always get


...
  

[ERROR] BUILD ERROR


...
  

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


...
  

 org.apache.maven.plugins:maven-surefire-plugin:pom:2.4.3
Anyone can tell whats wrong ?
PS: Using maven 2.08



Did it fail once today by any chance, before you added your http proxy
configuration?

Try it with -U on the command line, or delete the plugin from your
local repository.  This will force Maven to download the plugin again.
 (The messages may say it's trying, but I don't think it actually
is... if it cached the earlier failure, it won't try again until
tomorrow.)

You can also upgrade to Maven 2.0.9, I believe it handles this situation better.

  



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



Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Wendy Smoak
On Sun, Jun 15, 2008 at 10:08 AM, Mac-Systems
[EMAIL PROTECTED] wrote:

 I Tested with and without Proxy settings, no success.
 Also i use -U to force update.
 I also removed any repo (codehaus) in my POM.
 Cleared whole repository.

 No Success :(

 Last Option maven 2.09, but well i dont thing it's is really a maven problem
 at all.
 Actually also clean plugin is missing (local repo cleaned) which also causes
 a problem now.

It really sounds like Maven is unable to contact the remote
repository, so I suspect the proxy configuration is not correct.

What has changed since it last worked for you?  (You had the clean
plugin in your local repo, so it must have worked at some point?)

-- 
Wendy

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



Re: Surefire Plugin 2.4.3 - Plugin not found

2008-06-15 Thread Mac-Systems

Wendy Smoak schrieb:

On Sun, Jun 15, 2008 at 10:08 AM, Mac-Systems
[EMAIL PROTECTED] wrote:

  

I Tested with and without Proxy settings, no success.
Also i use -U to force update.
I also removed any repo (codehaus) in my POM.
Cleared whole repository.

No Success :(

Last Option maven 2.09, but well i dont thing it's is really a maven problem
at all.
Actually also clean plugin is missing (local repo cleaned) which also causes
a problem now.



It really sounds like Maven is unable to contact the remote
repository, so I suspect the proxy configuration is not correct.

What has changed since it last worked for you?  (You had the clean
plugin in your local repo, so it must have worked at some point?)

  
Clean worked before (until global local repo removed). I renamed 
settings.xml to test without proxy config.
One thing makes my curious : how maven determine the version of the 
clean plugin ?
I havent specified this anywhere, so for me it seems  maven can access 
the central repo.


- Jens

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