Skip to content

Few Changes#4

Open
amitjoy wants to merge 3 commits into
rherrmann:masterfrom
amitjoy:maven
Open

Few Changes#4
amitjoy wants to merge 3 commits into
rherrmann:masterfrom
amitjoy:maven

Conversation

@amitjoy
Copy link
Copy Markdown

@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 <admin@amitinside.com>
@amitjoy
Copy link
Copy Markdown
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