Wrong xbean-spring and ativemq versions in pom generated by
camel-archetype-activemq
------------------------------------------------------------------------------------
Key: CAMEL-1847
URL: https://issues.apache.org/activemq/browse/CAMEL-1847
Project: Apache Camel
Issue Type: Bug
Components: tooling
Affects Versions: 2.0-M2
Reporter: Stéphane Delplanque
Priority: Minor
When generating a new project from Maven archetype
org.apache.camel.archetypes:camel-archetype-activemq, the generated pom
contains bad references to xbean-spring and activemq artifacts versions, hence
throwing compilation errors.
Generated pom :
<properties>
<camel-version>2.0-M2</camel-version>
<activemq-version>2.0-M2</activemq-version>
<xbean-spring-version>2.0-M2</xbean-spring-version>
<log4j-version>1.2.14</log4j-version>
</properties>
Errors :
Missing:
----------
1) org.apache.activemq:activemq-core:jar:2.0-M2
...
2) org.apache.activemq:activemq-camel:jar:2.0-M2
...
3) org.apache.xbean:xbean-spring:jar:2.0-M2
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.