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
commit 55280b91a646690c032f3e9d34ba7d09d9e068c4 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Thu Aug 19 09:18:30 2021 +0100 Remove examples from the binary distribution --- dist-archive/pom.xml | 112 --------------------------------------------------- 1 file changed, 112 deletions(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index f9dc62e..6834677 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -139,118 +139,6 @@ under the License. <classifier>javadoc</classifier> </dependency> - <!-- Module: Examples - JMH --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jmh</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jmh</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jmh</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - - <!-- Module: Examples - JPMS --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-app</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-app</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-app</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - - <!-- Module: Examples - Quadrature --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-quadrature</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-quadrature</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-quadrature</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - - <!-- Module: Examples - Sampling --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-sampling</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-sampling</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-sampling</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - - <!-- Module: Examples - Stress --> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-stress</artifactId> - <version>1.4-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-stress</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>sources</classifier> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-stress</artifactId> - <version>1.4-SNAPSHOT</version> - <classifier>javadoc</classifier> - </dependency> - </dependencies> <build> <plugins>