osgi-testsuite
osgi-testsuite copied to clipboard
Few Changes
- Added New POM File - Compatible for relesing to Maven Central
- Moved Test cases to the same bundle (src/test/java)
- Corrected Package Name Typo
- Extracted all annotations from the BundleTestSuite because of compilation problem in Maven Compiler Plugin
- Source Folder changed from src to src/main/java
- Modified BundleTestSuite javadoc to eliminate javadoc plugin compilation problem
- Removed releng dependency
- Modified README.md to incorporate future Maven Central Dependency
The POM file includes all necessary changes to release this library as a standalone OSGi bundle to Maven Central Repository.
You can build the bundle using
mvn clean install -Dgpg.skip
You have to run with the skip parameter otherwise it will search for local installation of GPG key. After you install a GPG Key, you can upload this library to Maven Central.
For more information about uploading to maven central, please follow this link: http://central.sonatype.org/pages/ossrh-guide.html