3.1 ignoring IDE proxy settings?

View: New views
4 Messages — Rating Filter:   Alert me  

3.1 ignoring IDE proxy settings?

by slothdog :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I can't even get a simple maven project to build using the mevenide 3.1.1 plugin on NetBeans 6.1.  It's giving me errors resolving artifact locations, which leads me to believe it's ignoring either the IDE proxy settings or the ~/.m2/settings.xml settings.  The last 3.0.x version worked fine.

Error message is:
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-jar-plugin:2.2:jar

Re: 3.1 ignoring IDE proxy settings?

by Milos Kleint-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

can you file it as a bug, please?

the IDE proxy settings will be ignored when running with command line
maven. When running embedded maven, the IDE settings cannot be
avoided. Have you used the 3.0.x version in the same 6.1 or in 6.0
only? (maybe somethign changed in netbeans itself)



Milos

On Thu, May 8, 2008 at 7:05 PM, slothdog <slothdog@...> wrote:

>
>  I can't even get a simple maven project to build using the mevenide 3.1.1
>  plugin on NetBeans 6.1.  It's giving me errors resolving artifact locations,
>  which leads me to believe it's ignoring either the IDE proxy settings or the
>  ~/.m2/settings.xml settings.  The last 3.0.x version worked fine.
>
>  Error message is:
>  Error message: Failed to resolve plugin for mojo binding:
>  org.apache.maven.plugins:maven-jar-plugin:2.2:jar
>
>  --
>  View this message in context: http://www.nabble.com/3.1-ignoring-IDE-proxy-settings--tp17129300p17129300.html
>  Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



RE: 3.1 ignoring IDE proxy settings?

by Andy Law :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think that there was a proxy change between 5.5 and 6.0 in netbeans itself. I had to re-define my proxies when we migrated. If you have delayed your upgrade until now then *that* might be the problem.

If I remember correctly, we had specified the proxy in the old system as http://<address.goes.here> which worked fine, but in the 6.0 system we had to specify it as just <address.goes.here>. At least I *think* that was what happened. The memory is getting a bit hazy about that sort of thing these days.

Later,

Andy

-------------
Yada, yada, yada...

Roslin Institute is a company limited by guarantee, registered in Scotland (registered number SC157100) and a Scottish Charity (registered number SC023592). Our registered office is at Roslin, Midlothian, EH25 9PS. VAT registration number 847380013.

The information contained in this e-mail (including any attachments) is confidential and is intended for the use of the addressee only.   The opinions expressed within this e-mail (including any attachments) are the opinions of the sender and do not necessarily constitute those of Roslin Institute (Edinburgh) ("the Institute") unless specifically stated by a sender who is duly authorised to do so on behalf of the Institute.




-----Original Message-----
From: Milos Kleint [mailto:mkleint@...]
Sent: Thu 08-May-08 18:37
To: user@...
Subject: Re: [mevenide-user] 3.1 ignoring IDE proxy settings?
 
can you file it as a bug, please?

the IDE proxy settings will be ignored when running with command line
maven. When running embedded maven, the IDE settings cannot be
avoided. Have you used the 3.0.x version in the same 6.1 or in 6.0
only? (maybe somethign changed in netbeans itself)



Milos

On Thu, May 8, 2008 at 7:05 PM, slothdog <slothdog@...> wrote:

>
>  I can't even get a simple maven project to build using the mevenide 3.1.1
>  plugin on NetBeans 6.1.  It's giving me errors resolving artifact locations,
>  which leads me to believe it's ignoring either the IDE proxy settings or the
>  ~/.m2/settings.xml settings.  The last 3.0.x version worked fine.
>
>  Error message is:
>  Error message: Failed to resolve plugin for mojo binding:
>  org.apache.maven.plugins:maven-jar-plugin:2.2:jar
>
>  --
>  View this message in context: http://www.nabble.com/3.1-ignoring-IDE-proxy-settings--tp17129300p17129300.html
>  Sent from the mevenide - user mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

winmail.dat (5K) Download Attachment

Re: 3.1 ignoring IDE proxy settings?

by Daniel Mutch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


When i started using NB 6.0 with mevenide 3.1 I found I had to ensure that both the ide and settings.xml contained the proxy definition, including all ignores.

slothdog wrote:
I can't even get a simple maven project to build using the mevenide 3.1.1 plugin on NetBeans 6.1.  It's giving me errors resolving artifact locations, which leads me to believe it's ignoring either the IDE proxy settings or the ~/.m2/settings.xml settings.  The last 3.0.x version worked fine.

Error message is:
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-jar-plugin:2.2:jar