Robbie Gemmell created ARTEMIS-5171:
---------------------------------------
Summary: remote unusual relativePath from base pom
Key: ARTEMIS-5171
URL: https://issues.apache.org/jira/browse/ARTEMIS-5171
Project: ActiveMQ Artemis
Issue Type: Task
Reporter: Robbie Gemmell
The root 'artemis-project' pom in the repository defines an unusual relative
path:
https://github.com/apache/activemq-artemis/blob/2.38.0/pom.xml#L29
{quote}
<relativePath>org.apache:apache</relativePath>
{quote}
I don't believe I have ever seen another build that does this, or any
documentation that suggests it. Maven's pom documentation defines the relative
path as being what it sounds like, the relative path to a _file_, which may be
tried before searching the local and remote repositories.
Maven 4 (beta) also fails due to this values presence:
{quote}
[ERROR] The project org.apache.activemq:artemis-project:2.39.0-SNAPSHOT
(/path/to/activemq-artemis/pom.xml) has 1 error
[ERROR] 'parent.relativePath' of POM
org.apache.activemq:artemis-project:2.39.0-SNAPSHOT
(/path/to/activemq-artemis/pom.xml) points at 'org.apache:apache' but no POM
could be found, please verify your project structure @ line 25, column 4
{quote}
Seems like it should just go.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact