[ https://issues.apache.org/jira/browse/FLINK-2739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabian Hueske updated FLINK-2739: --------------------------------- Fix Version/s: (was: 0.10.0) 1.0.0 > Release script depends on the order of parent module information > ---------------------------------------------------------------- > > Key: FLINK-2739 > URL: https://issues.apache.org/jira/browse/FLINK-2739 > Project: Flink > Issue Type: Bug > Components: release > Affects Versions: 0.9, 0.10.0 > Reporter: Maximilian Michels > Priority: Minor > Fix For: 1.0.0 > > > {{tools/generate_specific_pom.sh}} expects the parent module information of > poms to match the order > {noformat} > <groupId>..</groupId><artifactId>..</artifactId><version>..</version> > {noformat} > However, Maven doesn't enforce any order on these xml tags. > If the order does not match, the script fails to change the version > information of the parent module which can lead to compilation and checkstyle > errors: > {noformat} > "Failed to execute goal > org.apache.maven.plugins:maven-checkstyle-plugin:2.12.1:check (validate) on > project flink-language-binding-generic: Failed during checkstyle execution: > Unable to find suppressions file at location: /tools/maven/suppressions.xml: > Could not find resource '/tools/maven/suppressions.xml'." > {noformat} > Fixes like {{7984acc}} are necessary to compensate for the script's behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)