maven-assembly-plugin mysterious error

2016-05-06 Thread Jim Klo
Hi, I’m doing some refactoring of some existing projects - mostly we are moving from SVN to GIT and making a larger project more modular. One piece I’m working on packages our native code into an assembly to be posted into our Artifactory so other projects can depend upon those native bits wit

Re: An idea I had for one way of doing Continuous Delivery with Maven

2016-05-06 Thread Ben Podgursky
Of course, we tag the MANIFEST of all jars with the git commit. We actually go a bit farther and print out all dependency git SHA1s during the build process, so you only have to refer to the jenkins build log to do a bisect and not dig through jars. I describe how we did that here: http://liveram