Skip to content

Commit f70b16e

Browse files
committed
Adding maven build
1 parent d0485af commit f70b16e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/OctoSubscriber-GHA-Maven.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,15 @@ jobs:
9494
files: |
9595
**/*
9696
97+
- name: Push process-message package to Maven feed
98+
run: |
99+
mvn deploy:deploy-file `
100+
--batch mode `
101+
"-DgroupId=com.octopus" `
102+
"-DartifactId=OctopusSamples.process-message" `
103+
"-Dversion=${{ env.PACKAGE_VERSION }}" `
104+
"-Dpackaging=zip" `
105+
"-Dfile=${{ github.workspace }}/artifacts/OctopusSamples.process-message.${{ env.PACKAGE_VERSION }}.zip" `
106+
"-DrepositoryId=octopus-sales-public-release" `
107+
"-Durl=s3://octopus-sales-public-maven-repo/snapshot" `
108+
shell: pwsh

0 commit comments

Comments
 (0)