Skip to content

Commit

Permalink
Skip deploying test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 11, 2023
1 parent 3e309fb commit e0caa00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions rocker-test-java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<version>1.4.1-SNAPSHOT</version>
</parent>

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

<build>
<plugins>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions rocker-test-java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<properties>
<java.version>1.8</java.version>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<build>
Expand Down
6 changes: 5 additions & 1 deletion rocker-test-reload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<artifactId>rocker</artifactId>
<version>1.4.1-SNAPSHOT</version>
</parent>


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

<build>
<plugins>
<plugin>
Expand Down

0 comments on commit e0caa00

Please sign in to comment.