-
Bug
-
Resolution: Done
-
Blocker
-
fuse-7.5-ER1
-
None
Version 7.5.0.fuse-sb2-750022 is pulled instead of SB1 one.
It it is caused because there is no explicit version in plugin declaration.
<plugin>
<groupId>org.jboss.redhat-fuse</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<configuration>
<enricher>
<excludes>
<exclude>fmp-openshift-route</exclude>
</excludes>
</enricher>
</configuration>
<executions>
<execution>
<goals>
<goal>resource</goal>
<goal>build</goal>
</goals>
</execution>
</executions>
</plugin>
- is related to
-
ENTESB-9000 Align all quickstarts to the same way of deploying
-
- Closed
-