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

Eclipse Jenkins settings #29

Merged
merged 7 commits into from
Oct 20, 2023
Merged

Eclipse Jenkins settings #29

merged 7 commits into from
Oct 20, 2023

Conversation

maho7791
Copy link
Contributor

Add correct Eclipse CI GitHub settings

maho7791 and others added 7 commits August 23, 2023 15:43
- added deploy skip for nexus staging plugin

Signed-off-by: Mark Hoffmann <[email protected]>
- allow timestamped snapshots for latest tck

Signed-off-by: Mark Hoffmann <[email protected]>
- set dependency scope to test

Signed-off-by: Mark Hoffmann <[email protected]>
@maho7791 maho7791 merged commit dfbcc23 into osgi:main Oct 20, 2023
1 check passed
maho7791 added a commit that referenced this pull request Oct 20, 2023
* 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]>
maho7791 added a commit that referenced this pull request Oct 27, 2023
* 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]>
maho7791 added a commit that referenced this pull request Oct 27, 2023
* 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]>
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