* Fix the aggregated javadocs.
- Use javadoc:javadoc instead of javadoc:jar
and jar the output as the main artifact (instead of -javadoc.jar)
Integrate sitegen 1.0.0 (which depends on helidon 0.9.0)
Move the docs and javadocs modules out of the default reactor
- They will be built with separate steps (as too expensive for regular build)
- Add the modules to the release profile (to include them in the release build)
* fix plugin phase pre-package > prepare-package
* enable the ossrh-releases profile for pipelines
* update etc/scripts/release.sh to force create/push the git tag
* create a new profile 'docs' to include docs and javadocs in the reactor
Add examples and docs profiles to the pipeline build.
* add ossrh-releases profile to both copyright.sh and checkstyle.sh, also add docs profile to copyright.sh
update copyright check notes - remove the note about the plugin not failing the build, this was fixed by Tomas
remove note about the artifacts not being available in maven central
* inject ~/.m2/settings-security.xml from env variable
* update version to be 0.9.0-SNAPSHOT
* move repository definition for ossrh-releases in a profile
* update comments in etc/scripts/release.sh
* reset maven config files under wercker pipelines
* change repoId for deploy-archetypes.sh
* add script to create a github release
* add gpg-plugin and nexus-staging-plugin
* update release.sh to do a 3 step nexus workflow: 1. create repo, 2. deploy 3. close repo
update deploy archetype hook to use a customized deploy URL
* Remove JavadocHack files
Generate empty jars for javadoc and sources for bundle modules to satisfy (cheat) maven central requirements.
* factorize the pipeline code, apply DRY. add etc/scripts/build.sh, etc/scripts/wercker-env.sh
* fix spotbugs.skip property, configure nexus-staging.skipNexusStagingDeployMojo after maven.deploy.skip
* inject ~/.m2/settings-security.xml from env variable
* fix URLs for distribution management and repositories
* update version to be 0.9.0-SNAPSHOT
* move repository definition for ossrh-releases in a profile
* add badges to the README.md
* encode space for 'latest version', update slack badge, update twitter link
* refine the badges
* remove slack badge