Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
I've added a pipeline for the parent pom. For now, add -Pdevelopment to enable the apache snapshots repo (I added that flag to the jenkins build) unless you install logging-parent locally. On 16 March 2018 at 09:14, Matt Sicker wrote: > Alright, remaining hurdle right now is that I've upgraded t

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Alright, remaining hurdle right now is that I've upgraded this to use logging-parent version 2 which isn't released yet. I'm going to work on setting up a Jenkins pipeline for it as well so everything builds properly, though I'll make a proper release of the parent pom over the weekend. On 16 Marc

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-16 Thread Matt Sicker
Oh wow I didn't notice that you had to include it inside a element. Thanks! I'll add it as an automatic profile for macOS. On 15 March 2018 at 16:29, Robert Middleton wrote: > To add a build plugin inside a profile, it should be as simple as the > following: > > > > osx-build >

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Robert Middleton
To add a build plugin inside a profile, it should be as simple as the following: osx-build sh.tak.appbundler appbundle-maven-plugin ... other plugin information here ...

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Scott Deboy
I don't know how to fix it, but would like to be able to build DMGs...is there an alternative to reverting this change until we can figure out how to get both? On 3/15/18, Matt Sicker wrote: > I wasn't able to figure out how to do it. I can't seem to add a build > plugin inside a profile. Do you

Re: Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Matt Sicker
I wasn't able to figure out how to do it. I can't seem to add a build plugin inside a profile. Do you know how? I only discovered this issue when writing the Jenkinsfile since I build it on macOS locally (and while releasing). On 15 March 2018 at 14:58, Scott Deboy wrote: > Hi Matt, > > Re: 1123

Re-enable appbundle-maven-plugin in Chainsaw build

2018-03-15 Thread Scott Deboy
Hi Matt, Re: 1123826836323a94d73355f0f6d7fd39466ad657 - Disable macOS packaging step Looks like you disabled this to get jenkins working? Has a comment: "FIXME: make this plugin optional" Can you re-enable it? Optional is fine, I test with this all the time. Thanks, Scott