Releases: ctron/osgi-dp
Releases · ctron/osgi-dp
osgi-dp-0.5.0
What's Changed
- Upgrade maven plugins by @reda-alaoui in #5
- Goal bundle replaces -SNAPSHOT with timestamp derived value overflowing the Integer.MAX_VALUE by @reda-alaoui in #3
- Fix build failure by @reda-alaoui in #7
- NPE when Artifact#getFile returns null by @reda-alaoui in #6
- Allow version part substitution by @reda-alaoui in #4
New Contributors
- @reda-alaoui made their first contribution in #5
Full Changelog: osgi-dp-0.4.1...osgi-dp-0.5.0
0.4.0
New features
-
Add new
bundle
goal which allows to package a DP alongside a bundle (e.g. using themaven-bundle-plugin
) including dependencies -
Added proper validations for the integration tests
-
Register unpacker for
dp
extension
This allows e.g. themaven-dependency-plugin
to unpackdp
artifacts. You need to add the plugin to the dependency of the plugin:<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> <version>3.0.2</version> <dependencies> <dependency> <groupId>de.dentrassi.maven</groupId> <artifactId>osgi-dp</artifactId> <version>${osgi-dp.plugin.version}</version> </dependency> </dependencies> … </plugin>
Changes
- Change Maven version to 3.3.9
- Change Tycho version to 1.1.0
Maven coordinates
<plugin>
<groupId>de.dentrassi.maven</groupId>
<artifactId>osgi-dp</artifactId>
<version>0.4.0</version>
</plugin>