From 1dcb6d7dcab42730cb2d26c2137ed372d74f5663 Mon Sep 17 00:00:00 2001 From: Ian Young <ian@iay.org.uk> Date: Mon, 2 Dec 2024 13:10:42 +0000 Subject: [PATCH] Remove site building --- pom.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/pom.xml b/pom.xml index bd10776..6c24228 100644 --- a/pom.xml +++ b/pom.xml @@ -119,25 +119,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <dependencies> - <!-- add optional Markdown processor --> - <dependency> - <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-module-markdown</artifactId> - <version>1.7</version> - </dependency> - <!-- support DAV protocol for site deploy --> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>2.10</version> - </dependency> - </dependencies> - </plugin> - </plugins> </build> @@ -216,10 +197,6 @@ <id>iay-snapshot</id> <url>https://nexus2.cs.iay.org.uk/nexus/content/repositories/snapshots</url> </snapshotRepository> - <site> - <id>iay-site</id> - <url>dav:https://apps.iay.org.uk/nexus/content/sites/site/${project.artifactId}/${project.version}/</url> - </site> </distributionManagement> </project>