Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] infinite "Project configuration out of date"

I am creating a project configurator for m2e.  Before executing the
maven goal, I need to augment the execution's configuration.  This
part is working fine.  The problem is that after the execution occurs,
then any call to 'hasConfigurationChanged' will return false since the
project configurator changed it.  No matter how many times project
configuration is updated, the marker never goes away.

I need to be able to un-set the configuration changes after the
execution is complete.  How can I do this?

thanks,
Andrew


Back to the top