[
https://issues.apache.org/jira/browse/OOZIE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101920#comment-13101920
]
Hadoop QA commented on OOZIE-132:
---------------------------------
rvs remarked:
This is odd. Here's where my maven pulls it from:
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/2.0.2/maven-compiler-plugin-2.0.2.jar
And here are the details of my Maven:
$ mvn --version
Apache Maven 2.2.0 (r788681; 2009-06-26 06:04:01-0700)
Java version: 1.6.0_17
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.2" arch: "i386" Family: "mac"
> 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