Skip to content

Commit

Permalink
Simplify more maven build poms
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Jan 22, 2025
1 parent 12e33b2 commit f75455e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
6 changes: 0 additions & 6 deletions rocker-test-reload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
Expand Down
6 changes: 0 additions & 6 deletions rocker-test-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
Expand Down
8 changes: 1 addition & 7 deletions rocker-test-template17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,11 @@

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

<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.fizzed</groupId>
<artifactId>rocker-maven-plugin</artifactId>
Expand Down

0 comments on commit f75455e

Please sign in to comment.