Deployed 4.2-incubator-SNAPHOT poms has not expanded properties.
----------------------------------------------------------------
Key: AMQ-1277
URL: https://issues.apache.org/activemq/browse/AMQ-1277
Project: ActiveMQ
Issue Type: Bug
Affects Versions: incubation
Reporter: Daniele Turi
If you inspect
http://people.apache.org/repo/m2-snapshot-repository/org/apache/activemq/activemq-parent/4.2-incubator-SNAPSHOT/activemq-parent-4.2-incubator-20070121.082022-40.pom
you will notice that the properties have not been expanded. For instance:
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
<version>${org-apache-geronimo-specs-version}</version>
</dependency>
instead of
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
<version>1.0</version>
</dependency>
This was a known problem with maven 2.0.5. Could you please redeploy all your
activemq 4.2-incubator-SNAPSHOT poms using maven 2.0.4? (Alternatively 2.0.6
should work too.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.