Skip to content

Commit

Permalink
skip it-module, testweb
Browse files Browse the repository at this point in the history
  • Loading branch information
intr3p1d committed May 30, 2024
1 parent c9dafac commit 6fc1246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-central-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Java Environment
run: env | grep '^JAVA'
- name: Publish package
run: ./mvnw --batch-mode deploy --file pom.xml -DskipTests=true -Pmaven.central.release
run: ./mvnw --batch-mode deploy --file pom.xml -P '!it-module,!agent-testweb-module' -DskipTests=true -Pmaven.central.release
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<artifactId>pinpoint-activemq-5-15-plugin-it</artifactId>

<packaging>pom</packaging>
<packaging>jar</packaging>

<properties>
<jdk.version>1.8</jdk.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<artifactId>pinpoint-activemq-5-17-plugin-it</artifactId>

<packaging>pom</packaging>
<packaging>jar</packaging>

<properties>
<jdk.version>11</jdk.version>
Expand Down

0 comments on commit 6fc1246

Please sign in to comment.