Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CI Rlease build fix (#30) * Ensure that implementation modules are resolvable We want the implementation to be easily usable in external projects. This means that we shouldn't require additional Jersey or other implementation dependencies to be included in the external project. We can (and should) require that specification dependencies (e.g. SCR, Servlet Whiteboard, an SLF4J logging impl) are provided by the user. This commit fixes the pom dependencies so that these projects can be resolved. This commit also fixes the SSE fragment version range, and avoids exporting an internal Jersey package, instead publishing a proper API type. Signed-off-by: Tim Ward <[email protected]> * Prepare Release - configure release plugin - avoid releasing test jars - switch tck-test jar version back to SNAPSHOT Signed-off-by: Mark Hoffmann <[email protected]> * Skip staging for test - added skip configuration Signed-off-by: Mark Hoffmann <[email protected]> * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * set TCK in scope=test (#27) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> * Eclipse Jenkins settings (#29) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> * Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into main Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Tim Ward <[email protected]> Signed-off-by: Mark Hoffmann <[email protected]> Co-authored-by: Tim Ward <[email protected]> * [maven-release-plugin] prepare release v1.0.0 * [maven-release-plugin] prepare for next development iteration * Prepare Maven Central release (#33) * Ensure that implementation modules are resolvable We want the implementation to be easily usable in external projects. This means that we shouldn't require additional Jersey or other implementation dependencies to be included in the external project. We can (and should) require that specification dependencies (e.g. SCR, Servlet Whiteboard, an SLF4J logging impl) are provided by the user. This commit fixes the pom dependencies so that these projects can be resolved. This commit also fixes the SSE fragment version range, and avoids exporting an internal Jersey package, instead publishing a proper API type. Signed-off-by: Tim Ward <[email protected]> * Prepare Release - configure release plugin - avoid releasing test jars - switch tck-test jar version back to SNAPSHOT Signed-off-by: Mark Hoffmann <[email protected]> * Skip staging for test - added skip configuration Signed-off-by: Mark Hoffmann <[email protected]> * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * set TCK in scope=test (#27) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> * Eclipse Jenkins settings (#29) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> * Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into main Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> * Release Configuration (#31) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> * Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into main Signed-off-by: Mark Hoffmann <[email protected]> * Add bnd-library, archetype - modified archetype to current deps - modified library to current deps Signed-off-by: Mark Hoffmann <[email protected]> * Verified Release Setup - added autocloase on release Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> * Fix Build breaker (#32) * Ignore Deploy - added deploy skip for nexus staging plugin Signed-off-by: Mark Hoffmann <[email protected]> * Remove project templates modules from build Signed-off-by: Mark Hoffmann <[email protected]> * Allow timestmped snapshots in release - allow timestamped snapshots for latest tck Signed-off-by: Mark Hoffmann <[email protected]> * ignore snapshots - set dependency scope to test Signed-off-by: Mark Hoffmann <[email protected]> * Merge branch 'main' of [email protected]:maho7791/jakartarest-osgi.git into main Signed-off-by: Mark Hoffmann <[email protected]> * Add bnd-library, archetype - modified archetype to current deps - modified library to current deps Signed-off-by: Mark Hoffmann <[email protected]> * Verified Release Setup - added autocloase on release Signed-off-by: Mark Hoffmann <[email protected]> * Fix Build breaker Signed-off-by: Mark Hoffmann <[email protected]> * REadme Signed-off-by: Mark Hoffmann <[email protected]> --------- Signed-off-by: Mark Hoffmann <[email protected]> * Update pom.xml --------- Signed-off-by: Tim Ward <[email protected]> Signed-off-by: Mark Hoffmann <[email protected]> Co-authored-by: Tim Ward <[email protected]> * Reverted version Signed-off-by: Mark Hoffmann <[email protected]> * [maven-release-plugin] prepare release v1.0.0 * [maven-release-plugin] prepare for next development iteration * Revert Version again Signed-off-by: Mark Hoffmann <[email protected]> * [maven-release-plugin] prepare release v1.0.0 * [maven-release-plugin] prepare for next development iteration --------- Signed-off-by: Tim Ward <[email protected]> Signed-off-by: Mark Hoffmann <[email protected]> Co-authored-by: Tim Ward <[email protected]> Co-authored-by: OSGi Technology Bot <[email protected]>
- Loading branch information