Skip to content

Commit

Permalink
Do not sign not deployed artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Dec 22, 2023
1 parent ea18646 commit 94b96c4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions log4j-core-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<bnd.baseline.skip>true</bnd.baseline.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.install.skip>true</maven.install.skip>
<sign.skip>true</sign.skip>
<spotbugs.skip>true</spotbugs.skip>
</properties>
<dependencies>
Expand Down
1 change: 1 addition & 0 deletions log4j-layout-template-json-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<properties>

<maven.deploy.skip>true</maven.deploy.skip>
<sign.skip>true</sign.skip>

<!--
~ OSGi and JPMS options
Expand Down
2 changes: 2 additions & 0 deletions log4j-osgi-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<bnd.baseline.skip>true</bnd.baseline.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.install.skip>true</maven.install.skip>
<sign.skip>true</sign.skip>

<spotbugs.skip>true</spotbugs.skip>
<spifly.version>1.3.7</spifly.version>
</properties>
Expand Down
2 changes: 2 additions & 0 deletions log4j-perf-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
<maven.test.skip>true</maven.test.skip>
<maven.deploy.skip>true</maven.deploy.skip>
<maven.install.skip>true</maven.install.skip>
<sign.skip>true</sign.skip>

<module.name>org.apache.logging.log4j.perf</module.name>
<maven.compiler.release>9</maven.compiler.release>
<surefire.jdkToolchain>[9, )</surefire.jdkToolchain>
Expand Down

0 comments on commit 94b96c4

Please sign in to comment.