osgi-testsuite icon indicating copy to clipboard operation
osgi-testsuite copied to clipboard

Few Changes

Open amitjoy opened this issue 9 years ago • 1 comments

  1. Added New POM File - Compatible for relesing to Maven Central
  2. Moved Test cases to the same bundle (src/test/java)
  3. Corrected Package Name Typo
  4. Extracted all annotations from the BundleTestSuite because of compilation problem in Maven Compiler Plugin
  5. Source Folder changed from src to src/main/java
  6. Modified BundleTestSuite javadoc to eliminate javadoc plugin compilation problem
  7. Removed releng dependency
  8. Modified README.md to incorporate future Maven Central Dependency

amitjoy avatar May 24 '16 11:05 amitjoy

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

amitjoy avatar May 24 '16 11:05 amitjoy