lidavidm commented on code in PR #40844:
URL: https://github.com/apache/arrow/pull/40844#discussion_r1541718842
##########
java/gandiva/pom.xml:
##########
@@ -132,18 +132,15 @@
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
- <version>0.6.1</version>
- <configuration>
-
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}
- </protocArtifact>
- <protoSourceRoot>proto</protoSourceRoot>
- </configuration>
<executions>
+ <id>src</id>
Review Comment:
This file is causing trouble in some of the CI pipelines
```
Error: Malformed POM /arrow/java/gandiva/pom.xml: Unrecognised tag: 'id'
(position: START_TAG seen ...<executions>\n <id>... @136:25)
@ /arrow/java/gandiva/pom.xml, line 136, column 25
@
[INFO] 0 goals, 0 executed
Error: The build could not read 1 project -> [Help 1]
Error:
Error: The project org.apache.arrow.gandiva:arrow-gandiva:16.0.0-SNAPSHOT
(/arrow/java/gandiva/pom.xml) has 1 error
Error: Malformed POM /arrow/java/gandiva/pom.xml: Unrecognised tag:
'id' (position: START_TAG seen ...<executions>\n <id>...
@136:25) @ /arrow/java/gandiva/pom.xml, line 136, column 25 -> [Help 2]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]