This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 4cd13914 Fix docs-archive module 4cd13914 is described below commit 4cd13914eb8234c2161fec623071378d0242f65d Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sun Oct 23 23:03:15 2022 +0100 Fix docs-archive module Skip PMD using property Remove jdepend plugin. These is no longer present in commons parent. --- docs-archive/pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs-archive/pom.xml b/docs-archive/pom.xml index dc1fea62..d8c7c55a 100644 --- a/docs-archive/pom.xml +++ b/docs-archive/pom.xml @@ -38,6 +38,7 @@ <rng.parent.dir>${basedir}/..</rng.parent.dir> <maven.deploy.skip>true</maven.deploy.skip> <!-- Simple site --> + <pmd.skip>true</pmd.skip> <spotbugs.skip>true</spotbugs.skip> <checkstyle.skip>true</checkstyle.skip> <changes.jira.skip>true</changes.jira.skip> @@ -173,21 +174,6 @@ </reportSets> </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - <version>${commons.jdepend.version}</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <!-- Create an aggregate report from the *parent* directory using: mvn jacoco:report-aggregate -P docs