Skip to content

Commit

Permalink
[FLINK-12353][tools] Collect japicmp output under tools/japicmp-output
Browse files Browse the repository at this point in the history
  • Loading branch information
Myasuka authored and zentol committed Jul 5, 2019
1 parent ee66854 commit dc872ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ out/
tools/flink
tools/flink-*
tools/releasing/release
tools/japicmp-output
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ under the License.
<generated.docs.dir>./docs/_includes/generated</generated.docs.dir>
<hive.version>2.3.4</hive.version>
<hivemetastore.hadoop.version>2.7.2</hivemetastore.hadoop.version>
<jamicmp.referenceVersion>1.8.0</jamicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
</properties>

<dependencies>
Expand Down Expand Up @@ -1370,6 +1372,8 @@ under the License.
<!-- Tools: watchdog -->
<exclude>tools/artifacts/**</exclude>
<exclude>tools/flink*/**</exclude>
<!-- Tools: japicmp output -->
<exclude>tools/japicmp-output/**</exclude>
<!-- artifacts created during release process -->
<exclude>tools/releasing/release/**</exclude>
<!-- manually installed version on travis -->
Expand Down Expand Up @@ -1778,7 +1782,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>1.8.0</version>
<version>${jamicmp.referenceVersion}</version>
<type>${project.packaging}</type>
</dependency>
</oldVersion>
Expand Down Expand Up @@ -1819,6 +1823,7 @@ under the License.
<!-- Don't break build on newly added maven modules -->
<ignoreNonResolvableArtifacts>true</ignoreNonResolvableArtifacts>
</parameter>
<projectBuildDir>${rootDir}/${japicmp.outputDir}/${project.artifactId}</projectBuildDir>
<dependencies>
<dependency>
<groupId>org.apache.flink</groupId>
Expand Down
31 changes: 0 additions & 31 deletions tools/collect_japicmp_reports.sh

This file was deleted.

0 comments on commit dc872ee

Please sign in to comment.