How can I add a 3rd party JAR to my Travis-CI maven build?
问题 I have a project that uses a JAR with no maven repo. I made this by myself. Before build my project, I do this on my console: mvn install:install-file -Dfile=myownjar-1.5.jar -DgroupId=com.cmabreu -DartifactId=mylocal-lib -Dversion=1.5 -D packaging=jar -DgeneratePom=true and add the JAR to my maven repo (local). Then I add the required dependency tag to my POM file and build my project. But, when I commit to Github, I do not send my custom JAR (is another project). The question is: how can I