You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/09/12 19:04:51 UTC

[flink] 01/04: [FLINK-25868][build] Limit japicmp to jar modules

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.15
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 5448f5682214b3a3e344b4fd6dca68b948626358
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Feb 1 15:08:05 2022 +0100

    [FLINK-25868][build] Limit japicmp to jar modules
    
    Skips quickstart and pom modules.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c77559f71f..d2493f4b316 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2157,6 +2157,9 @@ under the License.
 							<skipPomModules>true</skipPomModules>
 							<!-- Don't break build on newly added maven modules -->
 							<ignoreNonResolvableArtifacts>true</ignoreNonResolvableArtifacts>
+							<packagingSupporteds>
+								<packagingSupported>jar</packagingSupported>
+							</packagingSupporteds>
 						</parameter>
 						<projectBuildDir>${rootDir}/${japicmp.outputDir}/${project.artifactId}</projectBuildDir>
 						<dependencies>