You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/06/03 19:47:47 UTC

[jira] [Created] (CAMEL-4046) Commit 1131092 broke the maven 3 builds

Commit 1131092 broke the maven 3 builds
---------------------------------------

                 Key: CAMEL-4046
                 URL: https://issues.apache.org/jira/browse/CAMEL-4046
             Project: Camel
          Issue Type: Bug
          Components: build system
            Reporter: Daniel Kulp



Commit 1131092 added:

{code:xml}
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
     <version>2.8-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
{code}

which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 


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

[jira] [Commented] (CAMEL-4046) Commit 1131092 broke the maven 3 builds

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-4046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13043908#comment-13043908 ] 

Daniel Kulp commented on CAMEL-4046:
------------------------------------


Actually, leave the new relativePath, change the artifactId to camel-parent.

> Commit 1131092 broke the maven 3 builds
> ---------------------------------------
>
>                 Key: CAMEL-4046
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4046
>             Project: Camel
>          Issue Type: Bug
>          Components: build system
>            Reporter: Daniel Kulp
>
> Commit 1131092 added:
> {code:xml}
>      <artifactId>components</artifactId>
>      <groupId>org.apache.camel</groupId>
>      <version>2.8-SNAPSHOT</version>
> +    <relativePath>../../parent</relativePath>
>    </parent>
> {code}
> which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 

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

[jira] [Assigned] (CAMEL-4046) Commit 1131092 broke the maven 3 builds

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

Hadrian Zbarcea reassigned CAMEL-4046:
--------------------------------------

    Assignee: Hadrian Zbarcea

> Commit 1131092 broke the maven 3 builds
> ---------------------------------------
>
>                 Key: CAMEL-4046
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4046
>             Project: Camel
>          Issue Type: Bug
>          Components: build system
>            Reporter: Daniel Kulp
>            Assignee: Hadrian Zbarcea
>
> Commit 1131092 added:
> {code:xml}
>      <artifactId>components</artifactId>
>      <groupId>org.apache.camel</groupId>
>      <version>2.8-SNAPSHOT</version>
> +    <relativePath>../../parent</relativePath>
>    </parent>
> {code}
> which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 

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

[jira] [Updated] (CAMEL-4046) Commit 1131092 broke the maven 3 builds

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

Claus Ibsen updated CAMEL-4046:
-------------------------------

          Description: 
Commit 1131092 added:

{code:xml}
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
     <version>2.8-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
{code}

which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 


  was:

Commit 1131092 added:

{code:xml}
     <artifactId>components</artifactId>
     <groupId>org.apache.camel</groupId>
     <version>2.8-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
{code}

which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 


    Affects Version/s: 2.8.0
        Fix Version/s: 2.8.0
           Issue Type: Task  (was: Bug)

> Commit 1131092 broke the maven 3 builds
> ---------------------------------------
>
>                 Key: CAMEL-4046
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4046
>             Project: Camel
>          Issue Type: Task
>          Components: build system
>    Affects Versions: 2.8.0
>            Reporter: Daniel Kulp
>            Assignee: Hadrian Zbarcea
>             Fix For: 2.8.0
>
>
> Commit 1131092 added:
> {code:xml}
>      <artifactId>components</artifactId>
>      <groupId>org.apache.camel</groupId>
>      <version>2.8-SNAPSHOT</version>
> +    <relativePath>../../parent</relativePath>
>    </parent>
> {code}
> which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 

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

[jira] [Resolved] (CAMEL-4046) Commit 1131092 broke the maven 3 builds

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

Hadrian Zbarcea resolved CAMEL-4046.
------------------------------------

    Resolution: Fixed

Fixed by correcting the artifactId. Should have been 'camel-parent', not 'components'. Thanks for reporting it and providing a solution.

> Commit 1131092 broke the maven 3 builds
> ---------------------------------------
>
>                 Key: CAMEL-4046
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4046
>             Project: Camel
>          Issue Type: Bug
>          Components: build system
>            Reporter: Daniel Kulp
>            Assignee: Hadrian Zbarcea
>
> Commit 1131092 added:
> {code:xml}
>      <artifactId>components</artifactId>
>      <groupId>org.apache.camel</groupId>
>      <version>2.8-SNAPSHOT</version>
> +    <relativePath>../../parent</relativePath>
>    </parent>
> {code}
> which is wrong as the "components" artifact is in "..".   The relativePath should just be ".." 

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