You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Joep Rottinghuis (JIRA)" <ji...@apache.org> on 2011/08/04 19:06:29 UTC

[jira] [Created] (HADOOP-7513) mvn-deploy target fails

mvn-deploy target fails
-----------------------

                 Key: HADOOP-7513
                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.22.0
         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
            Reporter: Joep Rottinghuis
            Assignee: Joep Rottinghuis


When executing mvn-deploy target, the build fails.
hadoop-common and hadoop-common-sources deploy, but the test jar does not.

property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.

The error reads:
Invalid reference: 'hadoop.core.test'.


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

        

[jira] [Commented] (HADOOP-7513) mvn-deploy target fails

Posted by "Joep Rottinghuis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079473#comment-13079473 ] 

Joep Rottinghuis commented on HADOOP-7513:
------------------------------------------

This is not applicable to trunk due to HADOOP-6671

> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Commented] (HADOOP-7513) mvn-deploy target fails

Posted by "Joep Rottinghuis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13079471#comment-13079471 ] 

Joep Rottinghuis commented on HADOOP-7513:
------------------------------------------

Here is a larger snippet from the log:
clean-sign:

sign:
Skipped because property 'staging' not set.

signanddeploy:
Skipped because property 'staging' not set.

simpledeploy:

...

[artifact:deploy] An error has occurred while processing the Maven artifact tasks.
[artifact:deploy]  Diagnosis:
[artifact:deploy] 
[artifact:deploy] Invalid reference: 'hadoop.core.test'

BUILD FAILED
/home/jrottinghuis/git/hadoop-common/common/build.xml:1339: Invalid reference: 'hadoop.core.test'
        at org.apache.maven.artifact.ant.Pom.getInstance(Pom.java:100)



> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Updated] (HADOOP-7513) mvn-deploy target fails

Posted by "Joep Rottinghuis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joep Rottinghuis updated HADOOP-7513:
-------------------------------------

    Attachment: HADOOP-7513.patch

> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>         Attachments: HADOOP-7513.patch
>
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Updated] (HADOOP-7513) mvn-deploy target fails

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Boudnik updated HADOOP-7513:
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.22.0
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

I have committed this. Thanks Joep!

> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-7513.patch
>
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Updated] (HADOOP-7513) mvn-deploy target fails

Posted by "Joep Rottinghuis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joep Rottinghuis updated HADOOP-7513:
-------------------------------------

    Status: Patch Available  (was: Open)

> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>         Attachments: HADOOP-7513.patch
>
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Commented] (HADOOP-7513) mvn-deploy target fails

Posted by "Konstantin Boudnik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080500#comment-13080500 ] 

Konstantin Boudnik commented on HADOOP-7513:
--------------------------------------------

+1 patch looks good.

Unfortunately, I can't validate it because maven wagon pluging doesn't exist locally and can't be in installed automatically because of some mvn repository issues not related to the patch. 

Will be committing it.

> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>         Attachments: HADOOP-7513.patch
>
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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

        

[jira] [Commented] (HADOOP-7513) mvn-deploy target fails

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13082040#comment-13082040 ] 

Hudson commented on HADOOP-7513:
--------------------------------

Integrated in Hadoop-Common-22-branch #67 (See [https://builds.apache.org/job/Hadoop-Common-22-branch/67/])
    HADOOP-7513. mvn-deploy target fails. Contributed by Joep Rottinghuis.

cos : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1154632
Files : 
* /hadoop/common/branches/branch-0.22/common/CHANGES.txt
* /hadoop/common/branches/branch-0.22/common/build.xml


> mvn-deploy target fails
> -----------------------
>
>                 Key: HADOOP-7513
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7513
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.22.0
>         Environment: RHEL 6.1 & Ubuntu 11.04; Sun JDK 1.6_016 & Sun JDK 1.6.0_26; Ant 1.8.2
>            Reporter: Joep Rottinghuis
>            Assignee: Joep Rottinghuis
>             Fix For: 0.22.0
>
>         Attachments: HADOOP-7513.patch
>
>
> When executing mvn-deploy target, the build fails.
> hadoop-common and hadoop-common-sources deploy, but the test jar does not.
> property staging is not set and/or set to false, meaning when you try to deploy a snapshot build.
> The error reads:
> Invalid reference: 'hadoop.core.test'.

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