Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Any plans to relax the assumption that: artifactId==bundleSymbolinName ?

Currently tycho assumes that artifactId==bundleSymbolinName which is a
requirement for using :

1) build.properties: root files not supported on feature level
https://issues.sonatype.org/browse/TYCHO-465


2)  tycho-versions-plugin
http://software.2206966.n2.nabble.com/Incrementing-updating-release-version-of-plugins-while-generating-p2-site-td5929658.html



We have a project consisting over 100 bundles that does NOT conform to
artifactId==bundleSymbolinName with corresponding package names. Are
there any plans to relax/remove the constraint that
artifactId==bundleSymbolinName in the future (we use tycho 0.12.0)?


Back to the top