Skip to content

Commit

Permalink
[GEOS-10871] Force use of AntRun plugin 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jusabatier authored and pmauduit committed Feb 28, 2023
1 parent 9b98b81 commit c8425c0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions src/community/netcdf-ghrsst/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>process-resources</id>
Expand Down
1 change: 1 addition & 0 deletions src/community/release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>install</phase>
Expand Down
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>3.1.0</version>
<executions>
<execution>
<id>read-manifest</id>
Expand Down
1 change: 1 addition & 0 deletions src/release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>remove-dependencies</id>
Expand Down
6 changes: 3 additions & 3 deletions src/web/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<!-- Builds a valid data directory into the web app -->
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>3.1.0</version>
<executions>
<execution>
<id>configPackage</id>
Expand Down Expand Up @@ -269,9 +269,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<delete dir="${webappSourceDirectory}/data"></delete>
</tasks>
</target>
</configuration>
</execution>
</executions>
Expand Down
1 change: 1 addition & 0 deletions src/web/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>process-resources</id>
Expand Down

0 comments on commit c8425c0

Please sign in to comment.