You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build FIS 2.0 Karaf based routes using the pipeline library with fabric8 v4. The maven build on fabric8 is not working because of some missing maven artifacts (e.g. 2.17.0.redhat-630187) It seems that the Red Hat General Availability Repository is not used to resolve Red Hat artifacts, so the FIS 2.0 karaf based build breaks (pom based repository definitions are not picked up during the build because of the default maven settings of the Jenkins pod). I found a way to inject a settings.xml file into the build by changing the jenkins pipeline definition (sh "mvn clean --settings ./configuration/settings.xml"), but the fabric8-pipeline-library should be changed to enable this option. Is there another (non intrusive) way to change the maven settings or should we enhance the library?
The text was updated successfully, but these errors were encountered:
I am trying to build FIS 2.0 Karaf based routes using the pipeline library with fabric8 v4. The maven build on fabric8 is not working because of some missing maven artifacts (e.g. 2.17.0.redhat-630187) It seems that the Red Hat General Availability Repository is not used to resolve Red Hat artifacts, so the FIS 2.0 karaf based build breaks (pom based repository definitions are not picked up during the build because of the default maven settings of the Jenkins pod). I found a way to inject a settings.xml file into the build by changing the jenkins pipeline definition (sh "mvn clean --settings ./configuration/settings.xml"), but the fabric8-pipeline-library should be changed to enable this option. Is there another (non intrusive) way to change the maven settings or should we enhance the library?
The text was updated successfully, but these errors were encountered: