Hi Jason,
On 7/30/16 5:48 PM, Jason van Zyl wrote:
You know there’s code in there for running segments of the lifecycle Igor put
in there about 18 months ago?
I have found something which is called
DefaultLifecycleTaskSegmentCalculator (with a method:
calculateTaskSegments( MavenSession ses
Also I assume you’re doing this for performance reasons? Ideally if everything
was idempotent and incremental this would not be necessary. Igor wrote the
segment execution code (intentionally make sure it wasn’t generally accessible
to users) because running chunks of the lifecycle to avoid perf
You know there’s code in there for running segments of the lifecycle Igor put
in there about 18 months ago?
> On Jul 30, 2016, at 11:25 AM, Karl Heinz Marbaise wrote:
>
> Hi,
>
> currently I've written a PoC to define a life cycle range on command line
> like this:
>
> mvn generate-sources..
Hi,
currently I've written a PoC to define a life cycle range on command
line like this:
mvn generate-sources..generate-resources
which will run only the life cycle phases from generate-sources (incl.)
to generate-resources (incl.)...
This works so far:
$ mvn pre-integration-test..post-in