Skip to content

Commit

Permalink
Fixing mvn push
Browse files Browse the repository at this point in the history
  • Loading branch information
pwoodworth committed Nov 26, 2024
1 parent 4bb3678 commit da66fdd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:
options:
- central
- github
maven-push-changes:
description: 'Push commits during the maven release goal execution'
type: boolean
required: false
default: false
dry-run:
description: 'Dry-run without commits or deploys'
type: boolean
Expand All @@ -24,6 +29,7 @@ jobs:
with:
java-version: '8'
server-id: ${{ inputs.server-id }}
maven-push-changes: ${{ inputs.maven-push-changes }}
dry-run: ${{ inputs.dry-run }}

process-results:
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
</developers>

<scm>
<connection>scm:git:git://github.com/emergentdotorg/maven-emergent-parent.git</connection>
<developerConnection>scm:git:ssh://github.com:emergentdotorg/maven-emergent-parent.git</developerConnection>
<connection>scm:git:[email protected]:emergentdotorg/maven-emergent-parent.git</connection>
<url>https://github.com/emergentdotorg/maven-emergent-parent/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit da66fdd

Please sign in to comment.