tesla / m2eclipse-tycho

25 stars 26 forks source link

Remove MavenBundlePluginConfigurator as this conflicts with incremental support added in maven-bundle-plugin 3.2.0 #31

Closed kwin closed 5 years ago

kwin commented 8 years ago

Since version 3.2.0 the maven-bundle-plugin comes with native support of m2e (https://issues.apache.org/jira/browse/FELIX-4009). This conflicts with this extension`s configurator (see http://dev.eclipse.org/mhonarc/lists/m2e-users/msg05446.html) and leads to the error messages

Duplicate bundle executions found. Please remove any explicitly defined bundle executions in your pom.xml

and

Duplicate manifest executions found. Please remove any explicitly defined manifest executions in your pom.xml.`

Therefore please remove the configurator from this extension and also do no longer propose to automatically install this extension for packaging "bundle".

ahoehma commented 6 years ago

Is there some progress here?

I run into the same problem ... I tried to run https://github.com/ahoehma/Vaadin-AutocompleteTextField in eclipse.

And I'm using


<plugin>
                <groupId>org.apache.felix</groupId>
                <artifactId>maven-bundle-plugin</artifactId>
                <extensions>true</extensions>
                <version>3.0.0</version>
rombert commented 6 years ago

+1, would be good so see some movement. Tycho and the maven-bundle-plugin are two different things, I would suggest either