Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
remcowesterhoud committed Jan 12, 2023
1 parent d892e5f commit bb0f600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ on:
release:
types: [published]
jobs:
test:
uses: ./.github/workflows/build-test.yml

deploy:
runs-on: ubuntu-latest
needs: [test]

env:
OWNER: "camunda"
Expand Down
14 changes: 2 additions & 12 deletions community-release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<id>oss-maven-central</id>
<properties>
<serverId>central</serverId>
<nexusUrl>${central.nexusUrl}</nexusUrl>
<nexusUrl>oss.sonatype.org</nexusUrl>
<central.staging.deploy.id>${serverId}</central.staging.deploy.id>
<central.staging.deploy.url>${nexusUrl}</central.staging.deploy.url>
</properties>
Expand All @@ -154,7 +154,7 @@
<!-- the execution default-deploy (defined in camunda-release-parent) deploys into camunda nexus -->
<!-- add additional execution to deploy to maven central -->
<execution>
<id>default-deploy</id>
<id>deploy-to-maven-central</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
Expand All @@ -174,16 +174,6 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>${central.staging.deploy.id}</id>
<url>${central.staging.deploy.url}/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>${central.staging.deploy.id}</id>
<url>${central.staging.deploy.url}/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
</profiles>

Expand Down

0 comments on commit bb0f600

Please sign in to comment.