You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:41:12 UTC

[jira] [Closed] (OOZIE-132) GH-104: some maven plugins are not found anymore

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

Roman Shaposhnik closed OOZIE-132.
----------------------------------

    Resolution: Fixed

> GH-104: some maven plugins are not found anymore
> ------------------------------------------------
>
>                 Key: OOZIE-132
>                 URL: https://issues.apache.org/jira/browse/OOZIE-132
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>
> It seems that one of the default maven repositories either is down of it does not host the maven-compiler-plugin anymore.
> By adding the following entry as plugin repository in the pom.xml the plugin is picked up again
>     <pluginRepository>
>           <id>apache-releases</id>
>           <url>https://repository.apache.org/content/repositories/releases</url>
>           <snapshots>
>               <enabled>false</enabled>
>           </snapshots>
>     </pluginRepository>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira