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 2010/11/05 16:27:00 UTC

[jira] Created: (CAMEL-3316) maven3 requires relativepaths to find parents

maven3 requires relativepaths to find parents
---------------------------------------------

                 Key: CAMEL-3316
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
             Project: Apache Camel
          Issue Type: Bug
            Reporter: Daniel Kulp
         Attachments: maven3.patch



When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.

BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3316) maven3 requires relativepaths to find parents

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

Daniel Kulp commented on CAMEL-3316:
------------------------------------


I honestly have no idea.    However, it's still good to have so you could just go into a particular component and build without building everything first.



> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3316) maven3 requires relativepaths to find parents

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63099#action_63099 ] 

Claus Ibsen commented on CAMEL-3316:
------------------------------------

Seems a bit odd?

When there is such a major change I usually do as follows
{code}
mvn clean install -Dtest=false
{code}

from the root of the Camel project. Why can't Maven 3.0 work likewise without all the relative hints?

> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3316) maven3 requires relativepaths to find parents

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

Daniel Kulp updated CAMEL-3316:
-------------------------------

    Attachment: maven3.patch

> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Daniel Kulp
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-3316) maven3 requires relativepaths to find parents

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

Claus Ibsen reassigned CAMEL-3316:
----------------------------------

    Assignee: Claus Ibsen

> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Task
>          Components: tooling
>            Reporter: Daniel Kulp
>            Assignee: Claus Ibsen
>            Priority: Minor
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-3316) maven3 requires relativepaths to find parents

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

Claus Ibsen updated CAMEL-3316:
-------------------------------

    Component/s: tooling
    Description: 
When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.

BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

  was:


When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.

BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

       Priority: Minor  (was: Major)
     Issue Type: Task  (was: Bug)

> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Task
>          Components: tooling
>            Reporter: Daniel Kulp
>            Priority: Minor
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3316) maven3 requires relativepaths to find parents

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

Claus Ibsen resolved CAMEL-3316.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0

trunk: 1031971.

> maven3 requires relativepaths to find parents
> ---------------------------------------------
>
>                 Key: CAMEL-3316
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3316
>             Project: Apache Camel
>          Issue Type: Task
>          Components: tooling
>            Reporter: Daniel Kulp
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.6.0
>
>         Attachments: maven3.patch
>
>
> When the version changed from 2.5.0-SNAP to 2.6.0-SNAP, the parent was not in the local repo and maven3 complains it cannot find it.   Adding relative paths to everything fixes it.   patch will be supplied.
> BTW: having a "build system" component in JIRA for these types of things would probably be a good idea.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.