Re: Super POM release-profile: "jar-no-fork" for source JAR

2014-11-28 Thread Stefan Ferstl
On Fri, Nov 28, 2014 at 1:28 AM, Manfred Moser wrote: > To be honest I would be more inclined to remove the release profile from the > super pom altogether .. > > manfred > +1, I would appreciate that too. However, in 2009 there was apperently an attempt to remove the profile from the Super POM

Re: Super POM release-profile: "jar-no-fork" for source JAR

2014-11-28 Thread Stefan Ferstl
On Thu, Nov 27, 2014 at 10:36 PM, Anders Hammar wrote: >> I recently took a look at the "release-profile" in Maven's super POM. >>> It uses the "jar" goal of the maven-source-plugin to create the source >>> JAR. Wouldn't it be better to use the "jar-no-fork" goal for that? >>> >> >> sounds definit

Super POM release-profile: "jar-no-fork" for source JAR

2014-11-27 Thread Stefan Ferstl
I recently took a look at the "release-profile" in Maven's super POM. It uses the "jar" goal of the maven-source-plugin to create the source JAR. Wouldn't it be better to use the "jar-no-fork" goal for that? For example, if a projects spends a lot of time in the generate-sources phase, the "jar" g