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 2021/05/17 06:39:35 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: reduce duplication of site config

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 d98312a  releng: reduce duplication of site config
d98312a is described below

commit d98312a53a37f9c78bd910a37aca37c07d4a75bb
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 17 08:39:23 2021 +0200

    releng: reduce duplication of site config
---
 pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 267b6e6..8c14460 100644
--- a/pom.xml
+++ b/pom.xml
@@ -152,6 +152,7 @@
                         <!--
                             make sure this plugin in installed in the local repository before the integration tests run
                             maybe switching back to a reactor project might be better again
+                            Or use https://maven.apache.org/plugins/maven-invoker-plugin/install-mojo.html
                          -->
                         <phase>pre-integration-test</phase>
                         <goals>
@@ -197,15 +198,8 @@
                 <configuration>
                     <generateReports>true</generateReports>
                     <relativizeDecorationLinks>false</relativizeDecorationLinks>
-                    <skipDeploy>true</skipDeploy>
+                    <skip>false</skip>
                 </configuration>
-                <dependencies>
-                    <dependency>
-                        <groupId>org.apache.maven.doxia</groupId>
-                        <artifactId>doxia-module-markdown</artifactId>
-                        <version>1.9.1</version>
-                    </dependency>
-                </dependencies>
             </plugin>
             <!-- ====================================================================== -->
             <!-- S C M   P U B L I S H   P L U G I N                                    -->