You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2018/11/04 14:31:29 UTC

[archiva] 03/04: For consistent config using inherited=false

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

martin_s pushed a commit to branch feature/site-git-migration
in repository https://gitbox.apache.org/repos/asf/archiva.git

commit faafb6625833ac96d7c38b55ddc64eaad76d977d
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun Nov 4 15:30:17 2018 +0100

    For consistent config using inherited=false
---
 archiva-docs/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index f7d70cf..1672a6a 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -196,6 +196,7 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
             <version>1.6.0</version>
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <id>prepare-checkout</id>