Skip to content

Commit

Permalink
CI Rlease build fix (#30)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
maho7791 and timothyjward authored Oct 20, 2023
1 parent 59d148c commit c3af060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

<scm>
<url>https://github.com/osgi/jakartarest-osgi</url>
<connection>scm:git:https://github.com/osgi/jakartarest-osgi</connection>
<developerConnection>scm:git:https://github.com/osgi/jakartarest-osgi</developerConnection>
<connection>scm:git:git@github.com:osgi/jakartarest-osgi.git</connection>
<developerConnection>scm:git:git@github.com:osgi/jakartarest-osgi.git</developerConnection>
<tag>release</tag>
</scm>

Expand Down

0 comments on commit c3af060

Please sign in to comment.