Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove site building
iay committed Dec 2, 2024
1 parent d9d1e83 commit 1dcb6d7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions 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>

0 comments on commit 1dcb6d7

Please sign in to comment.