Travis-CI resolving non-maven-central JARS -
i have jar isn't in maven central, travis ci fails below:
unresolveable build extension: plugin org.kie:kie-maven-plugin:6.2.0.final or 1 of dependencies not resolved: following artifacts not resolved: org.jbpm:jbpm-bpmn2:jar:6.0.3-redhat-6, org.drools:drools-decisiontables:jar:6.0.3-redhat-6: not find artifact org.jbpm:jbpm-bpmn2:jar:6.0.3-redhat-6 in central (https://repo.maven.apache.org/maven2) -> [help 2]
the jar located @ https://maven.repository.redhat.com/nexus/content/groups/product-techpreview/org/jbpm/jbpm-bpmn2/
how can tell travis-ci use repo?
fixed adding missing repos[1]
[1]https://github.com/garethahealy/poms/blob/master/pom.xml#l760
Comments
Post a Comment