[ 
http://jira.codehaus.org/browse/MECLIPSE-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=208313#action_208313
 ] 

Benjamin Bentmann commented on MECLIPSE-637:
--------------------------------------------

The plugin itself is broken as it directly access implementation classes 
instead of using the factory. From EclipseToMavenMojo.java:
{code:java}
new DefaultArtifactRepository( id, url, repoLayout );
{code}

> mvn eclipse:to-maven deploy to nexus fails if nexus security is active
> ----------------------------------------------------------------------
>
>                 Key: MECLIPSE-637
>                 URL: http://jira.codehaus.org/browse/MECLIPSE-637
>             Project: Maven 2.x Eclipse Plugin
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Stephan Weber
>
> Hi,
> mvn eclipse:to-maven 
> -DdeployTo=man-uploads::default::http://localhost:8081/nexus/content/repositories/man-uploads
>  -DeclipseDir="C:\eclipse350" 
> fails with an error 401 if nexus security is active. If nexus security is 
> switched off the deployment works fine. Is this the same root cause like 
> http://jira.codehaus.org/browse/MNG-4469?
> Is anybody working on a bug fix already?
> regards, Stephan

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to