Github user vrozov commented on a diff in the pull request:
https://github.com/apache/incubator-apex-core/pull/290#discussion_r58264813
--- Diff: pom.xml ---
@@ -335,6 +336,11 @@
<version>2.17</version>
<dependencies>
<dependency>
+ <groupId>org.apache.apex</groupId>
+ <artifactId>apex-codestyle-config</artifactId>
+ <version>${project.version}</version>
--- End diff --
Yes, I think `apex-codestyle-config` should be a separate project (source
code may still be part of Apex repository) with it's own version and release
cycle. It then can be released to maven prior to making changes to Apex pom.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---