Skip to content

Commit

Permalink
Update pom.ml / Added CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Oct 5, 2023
1 parent 2062f72 commit aba7563
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Maven Compile
on: push
jobs:
compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
with:
java: '8'
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Maven Release
on:
workflow_dispatch:
inputs:
version:
description: "Version number"
required: true
type: string
jobs:
release:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}
java: '8'
12 changes: 7 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,18 @@
<parer-retry.version>2.0.3</parer-retry.version>
</properties>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-sacerws</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer.sacer.parent/</url>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
<repository>
<id>redhatga</id>
<url>https://maven.repository.redhat.com/ga/</url>
</repository>
</repositories>

<dependencyManagement>
Expand Down

0 comments on commit aba7563

Please sign in to comment.