-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
In the beta-044 build, the parent POM for the examples still contains a reference to the fuse-project pom. This reference should not be there as the examples are supposed to be self-contained.
<!--
Don't depend on any of the plugins/dependencies/... defined in the parent POM
It will be replaced by a POM that does not have this section in the actual distribution
You should only depend on properties because those will be filtered for all examples POMs
-->
<parent>
<groupId>org.fusesource</groupId>
<artifactId>fuse-project</artifactId>
<version>7.0.0.fuse-beta-044</version>
<relativePath>..</relativePath>
</parent>