Skip to content

Commit

Permalink
Eclipse Jenkins settings (#29)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
maho7791 committed Oct 20, 2023
1 parent 05c3c96 commit dfbcc23
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 dfbcc23

Please sign in to comment.