Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>33</version>
<relativePath></relativePath>
<relativePath/>
</parent>

<groupId>org.apache.arrow</groupId>
Expand Down Expand Up @@ -78,7 +78,7 @@ under the License.
</issueManagement>

<properties>
<arrow.vector.classifier></arrow.vector.classifier>
<arrow.vector.classifier/>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>17</minimalJavaBuildVersion>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -208,7 +208,7 @@ under the License.
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.4</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -235,7 +235,7 @@ under the License.
<file>${maven.multiModuleProjectDirectory}/dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
<sortPom></sortPom>
<sortPom/>
</pom>
</configuration>
<executions>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ under the License.
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE.txt</resource>
<file>src/shade/LICENSE.txt</file>
Expand Down
2 changes: 1 addition & 1 deletion flight/flight-sql-jdbc-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ under the License.
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE.txt</resource>
<file>src/shade/LICENSE.txt</file>
Expand Down
4 changes: 2 additions & 2 deletions memory/memory-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ under the License.
<phase>test</phase>
<configuration>
<!-- Do not inherit the default add-opens flag and excludes -->
<argLine combine.self="override"></argLine>
<excludes combine.self="override"></excludes>
<argLine combine.self="override"/>
<excludes combine.self="override"/>
<includes>
<include>**/TestOpens.java</include>
</includes>
Expand Down
6 changes: 3 additions & 3 deletions performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ under the License.
<skip.perf.benchmarks>true</skip.perf.benchmarks>
<benchmark.filter>.*</benchmark.filter>
<benchmark.forks>1</benchmark.forks>
<benchmark.jvmargs></benchmark.jvmargs>
<benchmark.jvmargs/>
<benchmark.warmups>5</benchmark.warmups>
<benchmark.runs>5</benchmark.runs>
<benchmark.list></benchmark.list>
<benchmark.list/>
<benchmark.resultfile>jmh-result.json</benchmark.resultfile>
<benchmark.resultformat>json</benchmark.resultformat>
</properties>
Expand Down Expand Up @@ -143,7 +143,7 @@ under the License.
<executable>java</executable>
<arguments>
<argument>-classpath</argument>
<classpath></classpath>
<classpath/>
<argument>org.openjdk.jmh.Main</argument>
<argument>${benchmark.filter}</argument>
<argument>-f</argument>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ under the License.
<dep.avro.version>1.12.1</dep.avro.version>
<dep.parquet.version>1.17.0</dep.parquet.version>
<dep.mockito-bom.version>5.23.0</dep.mockito-bom.version>
<arrow.vector.classifier></arrow.vector.classifier>
<arrow.vector.classifier/>
<forkCount>2</forkCount>
<checkstyle.version>10.23.0</checkstyle.version>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
Expand Down Expand Up @@ -374,7 +374,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -387,7 +387,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -400,7 +400,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -413,7 +413,7 @@ under the License.
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
Expand Down Expand Up @@ -492,7 +492,7 @@ under the License.
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.44.4</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -734,7 +734,7 @@ under the License.
<file>${maven.multiModuleProjectDirectory}/dev/license/asf-xml.license</file>
<delimiter>(&lt;configuration|&lt;project)</delimiter>
</licenseHeader>
<sortPom></sortPom>
<sortPom/>
</pom>
<java>
<googleJavaFormat>
Expand Down
2 changes: 1 addition & 1 deletion tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ under the License.
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"></transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.IncludeResourceTransformer">
<resource>META-INF/LICENSE.txt</resource>
<file>src/shade/LICENSE.txt</file>
Expand Down
Loading