linghengqian commented on issue #36672:
URL:
https://github.com/apache/shardingsphere/issues/36672#issuecomment-3641743168
- Once I remove the Maven plugin import for NBT from `test/native/pom.xml`,
`./mvnw -PgenerateMetadata -e -T 1C clean verify` works fine, what the heck?
Did Oracle Labs add extra Maven goals that I didn't notice to the Maven
lifecycle?
```xml
<build>
<plugins>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>${native-maven-plugin.version}</version>
</plugin>
</plugins>
</build>
```
```shell
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.80
s -- in org.apache.shardingsphere.test.natived.jdbc.modes.cluster.SimpleTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
```
--
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]