Added dependency to servicemix-jms POM to ensure that base endpoint properties
are documented in the xbean generated XSD, Wiki, HTML
------------------------------------------------------------------------------------------------------------------------------------
Key: SM-1646
URL: https://issues.apache.org/activemq/browse/SM-1646
Project: ServiceMix
Issue Type: Improvement
Components: servicemix-jms
Affects Versions: servicemix-jms-2008.01
Reporter: Adrian Trenaman
Priority: Trivial
Attachments: servicemix-jms.patch
Added the following to the POM.
<!-- Include servicemix-common as a source for the XSD documentation
generator -->
<dependency>
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-common</artifactId>
<version>${servicemix-shared-version}</version>
<classifier>sources</classifier>
<scope>provided</scope>
<optional>true</optional>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.