Skip to content
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

Few Changes #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Few Changes #4

wants to merge 3 commits into from

Conversation

amitjoy
Copy link

@amitjoy amitjoy commented May 24, 2016

  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 added 2 commits May 24, 2016 13:35
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

Signed-off-by: Amit Kumar Mondal <[email protected]>
@amitjoy
Copy link
Author

amitjoy commented May 24, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant