Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execution default of goal io.github.zentol.japicmp:japicmp-maven-plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank #119

Closed
jweicai opened this issue Mar 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jweicai
Copy link

jweicai commented Mar 14, 2024

[INFO] Flink : Connectors : Clickhouse Parent ............. SUCCESS [ 7.019 s]
[INFO] Flink : Connectors : Clickhouse .................... FAILURE [ 11.835 s]
[INFO] Flink : Connectors : SQL : Clickhouse .............. SKIPPED
[INFO] Flink : Connectors : Clickhouse : E2E Tests ........ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.104 s
[INFO] Finished at: 2024-03-14T21:11:57+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.github.zentol.japicmp:japicmp-maven-plugin:0.16.0_m325:cmp (default) on project flink-connector-clickhouse: Execution default of goal io.github.zentol.japicmp:japicmp-maven-plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command

@itinycheng
Copy link
Owner

Hi @jweicai
It's a known compilation issue, remove the plugin in pom.xml as a temporary solution:

        <plugin>
		<!-- activate API compatibility checks -->
		<groupId>io.github.zentol.japicmp</groupId>
		<artifactId>japicmp-maven-plugin</artifactId>
	</plugin>

@itinycheng itinycheng self-assigned this Mar 15, 2024
@itinycheng itinycheng added the bug Something isn't working label Mar 15, 2024
@itinycheng itinycheng pinned this issue Mar 15, 2024
@itinycheng itinycheng changed the title 编译失败 Execution default of goal io.github.zentol.japicmp:japicmp-maven-plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank Mar 15, 2024
@jweicai
Copy link
Author

jweicai commented Mar 18, 2024

Thanks, it works

lxorc added a commit to lxorc/flink-connector-clickhouse that referenced this issue Mar 20, 2024
…plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank bug itinycheng#119
itinycheng pushed a commit that referenced this issue Jun 12, 2024
…plugin:0.16.0_m325:cmp failed: version can neither be null, empty nor blank bug #119
@itinycheng itinycheng unpinned this issue Jun 13, 2024
@czy006 czy006 closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants