You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2022/05/19 05:32:53 UTC

[clerezza] branch master updated: CLEREZZA-1063: Fix pom.xml in tutorial module

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4bdecd16 CLEREZZA-1063: Fix pom.xml in tutorial module
4bdecd16 is described below

commit 4bdecd167359e27f7feb3393e148d8251e2becd4
Author: Hasan <ha...@apache.org>
AuthorDate: Thu May 19 07:32:00 2022 +0200

    CLEREZZA-1063: Fix pom.xml in tutorial module
---
 tutorial/pom.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/tutorial/pom.xml b/tutorial/pom.xml
index e8ceed05..6e71174a 100644
--- a/tutorial/pom.xml
+++ b/tutorial/pom.xml
@@ -39,7 +39,6 @@
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>exec-maven-plugin</artifactId>
                 <version>1.6.0</version>
-<!--
                 <executions>
                     <execution>
                         <id>first-example</id>
@@ -60,7 +59,11 @@
                         </configuration>
                     </execution>
                 </executions>
--->
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-site-plugin</artifactId>
+                <version>3.8.2</version>
             </plugin>
         </plugins>
     </build>
@@ -96,4 +99,4 @@
             <version>2.0.3</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>