Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-dev] How to handle conflicting lifecycle mappings

Hi all,

We have 2 m2e configurators that need to run on the same maven plugin
at the same goals.  This does not seem possible since m2e sees the
conflict as incompatible and is turning both of them off.

Some more information.  Both are attached to the aspectj plugin.  The
first one must always be run (it is the AJDT configurator).  And the
second one should only be run if there is a particular dependency
specified in the pom.xml.  Is there any way to handle this?

thanks,
Andrew


Back to the top