You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/07/22 08:10:41 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: JCRVLT-629 fail on uncovered source files by default

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new aec8023  JCRVLT-629 fail on uncovered source files by default
aec8023 is described below

commit aec80233dddf3e4861e168efceed3b46a44799a5
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Jul 22 10:10:36 2022 +0200

    JCRVLT-629 fail on uncovered source files by default
---
 .../org/apache/jackrabbit/filevault/maven/packaging/mojo/VaultMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/mojo/VaultMojo.java b/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/mojo/VaultMojo.java
index 5bd100a..0ef636a 100644
--- a/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/mojo/VaultMojo.java
+++ b/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/mojo/VaultMojo.java
@@ -95,7 +95,7 @@ public class VaultMojo extends AbstractSourceAndMetadataPackageMojo {
 
     /** Set to {@code true} to fail the build in case of files are being contained in the {@code jcrRootSourceDirectory} which are not
      * covered by the filter rules and therefore would not end up in the package. */
-    @Parameter(property = "vault.failOnUncoveredSourceFiles", required = true, defaultValue = "false")
+    @Parameter(property = "vault.failOnUncoveredSourceFiles", required = true, defaultValue = "true")
     private boolean failOnUncoveredSourceFiles;
 
     /** Set to {@code false} to not fail the build in case of files/folders being added to the resulting package more than once. Usually