xintongsong opened a new issue, #35: URL: https://github.com/apache/flink-agents/issues/35
### Search before asking - [x] I searched in the [issues](https://github.com/apache/flink-agents/issues) and found nothing similar. ### Description Currently, maven modules of flink-agents are using `org.apache.flink` as group id and module name as artifact id. This would result in something like `org.apache.flink/api` or `org.apache.flink/runtime`, which do not properly indicate that the artifacts are from flink-agents. We should add a `flink-agents-` prefix for the artifact ids. ### How to reproduce NA ### Version and environment 0.1-snapshot ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
