Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[iam-dev] Re: Resources work in the IAM builder

ok, now I understand, I will take a look


On Thu, Mar 26, 2009 at 4:21 PM, Michael Poindexter
<staticsnow@xxxxxxxxx> wrote:
> I just did a commit to the builder that rolls back your changes to remove
> execution of the process-resources lifecycle phase (r20822).  The problem is
> that by default we are filtering out the resources:resources goal from the
> process-test-resources phase.  This lets us process test resources only if a
> test resource only changes.
>  Since MavenProjectPropertiesManager.getInstance().getTestResourceExcludedGoals()
> will return a list containing "resources:resource" then resources will never
> get executed.  Should we not be doing this?  I regard the roll back as a
> temporary patch to at least produce correct results for the moment, so if
> you think the logic is wrong, lets talk about it and we'll fix it the right
> way.
> Thanks,
> Mike


Back to the top