-
Type:
Enhancement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: 4.4.1-fuse-01-06
-
Fix Version/s: 4.4.0-fuse-xx-00, 4.4.1-fuse-02-xx
-
Component/s: None
-
Labels:None
-
External Issue URL:
Consider the pom.xml file located here, "C:\Program Files\apache-servicemix-4.4.1-fuse-01-06\examples\pom.xml"
The top-level POM does not aggregate all of the sample projects.
Specifically, the following elements (sample projects) are missing:
<module>camel-blueprint</module>
<module>camel-nmr-blueprint</module>
<module>cluster</module>
<module>interceptors</module>
<module>karaf-demos</module>
<module>nmr</module>
Note: This is what the full listing should look like:
<modules>
<module>bridge</module>
<module>bridge-camel</module>
<module>camel</module>
<module>camel-blueprint</module>
<module>camel-nmr</module>
<module>camel-nmr-blueprint</module>
<module>camel-osgi</module>
<module>cluster</module>
<module>cxf-camel-nmr</module>
<module>cxf-jaxrs</module>
<module>cxf-nmr</module>
<module>cxf-osgi</module>
<module>cxf-ws-addressing</module>
<module>cxf-wsdl-first</module>
<module>cxf-wsdl-first-osgi-package</module>
<module>cxf-ws-rm</module>
<module>cxf-ws-security-osgi</module>
<module>interceptors</module>
<module>jpa-osgi</module>
<module>karaf-demos</module>
<module>nmr</module>
</modules>
Reference: https://issues.apache.org/jira/browse/SMX4-931
Thanks!