Community
Participate
Working Groups
Build Identifier: I20110310-1119 I've got an aggregate project with many eclipse plugins, and each of inherits org.sonatype.tycho:maven-osgi-source-plugin from the parent. However, m2e is insisting that I put the 'ignore' pseudo-plugin configuration in every single POM. This is with current 0.13 milestone. Reproducible: Always Steps to Reproduce: Just see details.
does the infrastucture really insist on current pom locationor the quickfix just merely generates the pom snippet into the current pom only? I was under impression that the pom snippet is fully inheritable and can be freely copy&pasted to a parent of choice.
I tried adding it to the parent and Eclipse continued to red-x and generally harass me until I added it to the children, even after running 'update product configuration'.
in the latest HEAD (built from sources), the editor quickfix allows me to select the parent pom and directly add the configuration snippet there. When I do so, errors disappear in multiple projects, on undo they automatically reappear. I got either fixed or there is something different in your setup. Please double check that the parent file where you write the configuration is indeed used in the effective pom. Sometimes when <relativePath> is missing or wrong, or the parent versions don't match, a different pom file (from local/remote repository) is used instead of the one in your source code.
If it's fixed at the head, it's fixed at the head. It definitely does not offer to fix the parent in the latest 0.13 milestone I installed.
Closing as WORKSFORME based on previous comments
Moved to https://github.com/eclipse-m2e/m2e-core/issues/