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 f329b57  Remove obsolete xsite-maven-plugin configuration in 
sparql/pom.xml
f329b57 is described below

commit f329b57ca208fb0a5f53eab8910c65fb504f70b5
Author: Hasan <[email protected]>
AuthorDate: Thu Feb 10 07:23:31 2022 +0100

    Remove obsolete xsite-maven-plugin configuration in sparql/pom.xml
---
 sparql/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/sparql/pom.xml b/sparql/pom.xml
index 4399619..74e9fb3 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -96,24 +96,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.xsite</groupId>
-                <artifactId>xsite-maven-plugin</artifactId>
-                <configuration>
-                    
<sourceDirectoryPath>${basedir}/src/site/xsite</sourceDirectoryPath>
-                    <sitemapPath>content/sitemap.xml</sitemapPath>
-                    <skinPath>templates/skin.html</skinPath>
-                    
<outputDirectoryPath>${basedir}/target/site/documentation</outputDirectoryPath>
-                </configuration>
-                <executions>
-                    <execution>
-                        <phase>site</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>

Reply via email to