IMO disabling it for perf reason for snapshot might be acceptable, but in your place I would really create and deploy the .deb at least for the release so that you have a central place where all your released binaries can be found.
Cheers Le 3 août 2015 2:09 AM, "Benson Margulies" <[email protected]> a écrit : > <attach>false</attach> > > On Sun, Aug 2, 2015 at 4:40 PM, Kevin Burton <[email protected]> wrote: > > The Maven jdeb plugin (for building debian packages) recommends you set > it > > up like: > > > > <executions> > > <execution> > > <phase>package</phase> > > <goals> > > <goal>jdeb</goal> > > </goals> > > > > … but this means that if I do an > > > > mvn install > > > > that packages are built and installed into the maven repo. > > > > 1. this doesn’t make a ton of sense. No one is going to install our > .debs > > from a maven repo. > > > > 2. it significantly slows down the build. I imagine our build could be > > from 30-200% faster if I could remove this. It’s slowing down our > > continuous integration system. > > > > What I’d like to do is run it like > > > > mvn jdeb:jdeb > > > > … but it doesn’t seem to have any goals associated. > > > > Any thoughts? > > > > -- > > > > Founder/CEO Spinn3r.com > > Location: *San Francisco, CA* > > blog: http://burtonator.wordpress.com > > … or check out my Google+ profile > > <https://plus.google.com/102718274791889610666/posts> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
