Repository: commons-crypto Updated Branches: refs/heads/master c0c2e6fb9 -> cec53815a
CRYPTO-48: Setup site build as defined in commons-parent pom (Benedikt Ritter via Dapeng Sun) Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/cec53815 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/cec53815 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/cec53815 Branch: refs/heads/master Commit: cec53815afed5807af77e60ba28f9a1bcc6de3db Parents: c0c2e6f Author: Benedikt Ritter <brit...@apache.org> Authored: Tue May 3 15:09:40 2016 +0800 Committer: Sun Dapeng <s...@apache.org> Committed: Tue May 3 15:10:49 2016 +0800 ---------------------------------------------------------------------- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/cec53815/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2245a3e..9bfe8b6 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,13 @@ http://maven.apache.org/maven-v4_0_0.xsd"> https://git-wip-us.apache.org/repos/asf?p=commons-crypto.git </url> </scm> + <distributionManagement> + <site> + <id>commons.site</id> + <name>Apache Commons Site SVN</name> + <url>scm:svn:${commons.scmPubUrl}</url> + </site> + </distributionManagement> <developers> <developer> <name>Aaron T Myers</name> @@ -224,6 +231,15 @@ http://maven.apache.org/maven-v4_0_0.xsd"> </plugins> </build> </profile> + <profile> + <id>doclint-java8-disable</id> + <activation> + <jdk>[1.8,)</jdk> + </activation> + <properties> + <additionalparam>-Xdoclint:none</additionalparam> + </properties> + </profile> </profiles> <licenses> <license>