Skip to content

Commit

Permalink
AVRO-3880: [Java][Build] Upgrade maven-antrun-plugin to 3.1.0 (#2542)
Browse files Browse the repository at this point in the history
* AVRO-3880: [Java][Build] Upgrade maven-antrun-plugin to 3.1.0

* Apply spotless

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
sarutak and martin-g authored Jan 19, 2024
1 parent 16c60f6 commit 2d10818
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 14 deletions.
6 changes: 6 additions & 0 deletions lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<file-management.version>3.1.0</file-management.version>
<javacc-plugin.version>3.0.3</javacc-plugin.version>
<javacc.version>7.0.13</javacc.version>
<maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
</properties>

<modules>
Expand Down Expand Up @@ -435,6 +436,11 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven-antrun-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
4 changes: 2 additions & 2 deletions lang/java/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<execution>
<phase>generate-test-sources</phase>
<configuration>
<tasks>
<target>
<mkdir dir="target/protobuf-tmp"/>
<exec executable="protoc">
<arg value="--java_out=src/test/java/"/>
Expand All @@ -65,7 +65,7 @@
<arg value="--java_out=src/test/java/"/>
<arg value="src/test/protobuf/test_multiple_files.proto"/>
</exec>
</tasks>
</target>
</configuration>
<goals>
<goal>run</goal>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2d10818

Please sign in to comment.