You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2009/12/30 14:55:29 UTC

[jira] Resolved: (ARIES-97) fix JMX itest pom

     [ https://issues.apache.org/jira/browse/ARIES-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Gawor resolved ARIES-97.
------------------------------

    Resolution: Fixed
      Assignee: Jarek Gawor

Rex, in revision 894612 I committed a similar change to your patch that excludes the javax.mail dependency from pax-logging-service. This is just one time fix because I think the real problem is caused by https://maven-repository.dev.java.net/nonav/repository repository which started returning 301 responses to requests and Maven not knowing how to properly handle it. The work-around that worked the best for me was to add the following <mirror/> entry in the ~/.m2/settings.xml file:

<mirrors>
...
       <mirror>
           <id>java.net.2</id>
           <name>Mirror of https://maven-repository.dev.java.net/nonav/repository/</name>
           <url>http://download.java.net/maven/1/</url>
           <mirrorOf>java.net</mirrorOf>
       </mirror>
...
</mirrors>


> fix JMX itest pom
> -----------------
>
>                 Key: ARIES-97
>                 URL: https://issues.apache.org/jira/browse/ARIES-97
>             Project: Aries
>          Issue Type: Bug
>          Components: JMX
>    Affects Versions: Incubation
>            Reporter: Rex Wang
>            Assignee: Jarek Gawor
>             Fix For: Incubation
>
>         Attachments: Aries-97.patch
>
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> error: error reading D:\_g\m2\repository\javax\mail\mail\1.4\mail-1.4.jar; error in opening zip file

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.