[xmlsectool] branch master updated: Remove now unneeded project-specific site configuration
Ian Young
ian at iay.org.uk
Thu Aug 17 06:01:09 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=db8fbc5e3d7e6ebd2d2465985e737dc2baa60d0a
The following commit(s) were added to refs/heads/master by this push:
new db8fbc5 Remove now unneeded project-specific site configuration
db8fbc5 is described below
commit db8fbc5e3d7e6ebd2d2465985e737dc2baa60d0a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 17 11:01:00 2017 +0100
Remove now unneeded project-specific site configuration
---
pom.xml | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/pom.xml b/pom.xml
index 072ad4c..89633e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,29 +127,6 @@
</dependencies>
- <build>
- <plugins>
- <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.6</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>
-
<profiles>
<profile>
<id>release</id>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list