rh-integration / IntegrationApp-Automation

Sample Integration application along with lifecycle automation
Apache License 2.0
13 stars 9 forks source link

Use productized maven plugins in Red Hat Fuse projects #29

Closed osmman closed 4 years ago

osmman commented 5 years ago

Red Hat Fuse repackages many maven plugins and they should be preferred. The advantage of using these productized plugins is that they are tested and versions are aligned with the product.

org.jboss.redhat-fuse:fabric8-maven-plugin https://github.com/fabric8-quickstarts/spring-boot-camel-rest-3scale/blob/spring-boot-camel-rest-3scale-1.0.0.fuse-740017-redhat-00002/pom.xml#L157-L158

org.jboss.redhat-fuse:spring-boot-maven-plugin https://github.com/fabric8-quickstarts/spring-boot-camel-rest-3scale/blob/spring-boot-camel-rest-3scale-1.0.0.fuse-740017-redhat-00002/pom.xml#L144-L145

redhatHameed commented 5 years ago

@osmman Fixed in PR https://github.com/rh-integration/IntegrationApp-Automation/pull/37, could you please have a look

osmman commented 5 years ago

LGTM, thanks.