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

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

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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099825#comment-13099825 ] 

Hadoop QA commented on OOZIE-132:
---------------------------------

rvs remarked:
So which artifact exactly is failing? 

I'm slightly concerned with the amount of different repos we have configured (although your recent change cut that down significantly).

> 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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101922#comment-13101922 ] 

Hadoop QA commented on OOZIE-132:
---------------------------------

rvs remarked:
Closing for now as NOT REPRODUCIBLE.

> 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

        

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

Posted by "Roman Shaposhnik (JIRA)" <ji...@apache.org>.
     [ 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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ 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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101921#comment-13101921 ] 

Hadoop QA commented on OOZIE-132:
---------------------------------

tucu00 remarked:
My maven is 2.2.1. Other than that i don't know what to say, it just does not work for me without the apache release repo for plugins

> 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

        

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

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OOZIE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101919#comment-13101919 ] 

Hadoop QA commented on OOZIE-132:
---------------------------------

tucu00 remarked:
maven-compiler-plugin 2.0.2 is not found anymore if you start with a fresh M2 cache

> 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