Build problem: Incorrect parent pom version
-------------------------------------------
Key: SM-1691
URL: https://issues.apache.org/activemq/browse/SM-1691
Project: ServiceMix
Issue Type: Bug
Components: servicemix-http
Affects Versions: servicemix-http-2008.02
Reporter: Jeff Peterson
Priority: Trivial
Fix For: servicemix-http-2008.02
I went to build the servicemix-http binding component off of its trunk. Maven
was complaining about not being able to find all the required parent poms. I
noticed that currently the parent pom is set to:
http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-http/trunk/pom.xml
{code}
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>components-pom</artifactId>
<version>2-SNAPSHOT</version>
</parent>
{code}
To get the build to work I had to set it to:
{code}
<parent>
<groupId>org.apache.servicemix</groupId>
<artifactId>components-pom</artifactId>
<version>3-SNAPSHOT</version>
</parent>
{code}
I haven't looked at the other binding components but they may also suffer from
the same problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.