-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Maven-Bundle-Plugin]Generate Manifest when a maven project is added #39
Comments
Signed-off-by: Aurélien Pupier <[email protected]>
for reference, issue discovered while working on https://issues.jboss.org/browse/FUSETOOLS-2183 |
Signed-off-by: Aurélien Pupier <[email protected]>
@fbricon can you have a look please? |
seems my first was not right. It was fixing the issue "sometimes" only. What I observed today for the project attached in https://issues.jboss.org/browse/FUSETOOLS-2183 :
I'm able to workaround it by adding a check if the target/classes/META-INF/MANIFEST.MF exists when calculating the "generate" boolean: Lines 108 to 118 in 08cafef
I'm not able to reproduce the issue with a simple project, neither programmatically. |
currently it is generated when a dependency is modified:
m2eclipse-tycho/org.sonatype.tycho.m2e/src/org/sonatype/tycho/m2e/felix/internal/MavenBundlePluginConfigurator.java
Lines 322 to 323 in 08cafef
In case of import of a pre-configured Maven project in a new workspace (with .project), we need to listen to MavenProjectChangedEvent.KIND_ADDED too
The text was updated successfully, but these errors were encountered: