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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new da7dc7dcf generate markdown wikipages even when setting -DskipTests - 
use -Dskip-markdown-pages-generation to skip this step
da7dc7dcf is described below

commit da7dc7dcf13434feabd013f071c6a24eb61888d0
Author: Juan Pablo Santos Rodríguez <juanpablo.san...@gmail.com>
AuthorDate: Wed May 1 17:01:40 2024 +0200

    generate markdown wikipages even when setting -DskipTests - use 
-Dskip-markdown-pages-generation to skip this step
---
 jspwiki-markdown/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/jspwiki-markdown/pom.xml b/jspwiki-markdown/pom.xml
index 2b19c5495..50edc57fe 100644
--- a/jspwiki-markdown/pom.xml
+++ b/jspwiki-markdown/pom.xml
@@ -134,6 +134,10 @@
     </dependency>
   </dependencies>
 
+  <properties>
+    <skip-markdown-pages-generation>false</skip-markdown-pages-generation>
+  </properties>
+
   <build>
     <plugins>
       <plugin>
@@ -162,6 +166,7 @@
             <id>generate-markdown-pages</id>
             <goals><goal>test</goal></goals>
             <configuration>
+              <skipTests>${skip-markdown-pages-generation}</skipTests>
               <test>WikiSyntaxConverter</test>
             </configuration>
           </execution>

Reply via email to