POM: Comment-out unnecessary functionality.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/caeaebec Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/caeaebec Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/caeaebec Branch: refs/heads/1.0-release Commit: caeaebec8ce903fcbbb7ed0e12718c865872ca5c Parents: 3c4bdd4 Author: Gilles <er...@apache.org> Authored: Mon Sep 12 01:07:05 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Mon Sep 12 01:07:05 2016 +0200 ---------------------------------------------------------------------- pom.xml | 107 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 54 insertions(+), 53 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/caeaebec/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c792240..f07a8ab 100644 --- a/pom.xml +++ b/pom.xml @@ -220,61 +220,62 @@ </configuration> </plugin> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <configuration> - <target> - <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-tools.jar"> - <metainf dir="${basedir}" includes="NOTICE.txt,LICENSE.txt" /> - <manifest> - <attribute name="Specification-Title" value="${project.name} Tools" /> - <attribute name="Implementation-Title" value="${project.name} Tools" /> - <attribute name="Implementation-Vendor" value="${project.organization.name}" /> - <attribute name="Implementation-Version" value="${project.version}" /> - <attribute name="Implementation-Vendor-Id" value="org.apache" /> - <attribute name="Implementation-Build" value="${implementation.build}"/> - <attribute name="X-Compile-Source-JDK" value="${maven.compiler.source}" /> - <attribute name="X-Compile-Target-JDK" value="${maven.compiler.target}" /> - </manifest> - <fileset dir="${project.build.directory}/test-classes" - includes="org/apache/commons/rng/PerfTestUtils*" /> - </jar> - </target> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> + <!-- <plugin> --> + <!-- <artifactId>maven-antrun-plugin</artifactId> --> + <!-- <executions> --> + <!-- <execution> --> + <!-- <phase>package</phase> --> + <!-- <configuration> --> + <!-- <target> --> + <!-- <jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-tools.jar"> --> + <!-- <metainf dir="${basedir}" includes="NOTICE.txt,LICENSE.txt" /> --> + <!-- <manifest> --> + <!-- <attribute name="Specification-Title" value="${project.name} Tools" /> --> + <!-- <attribute name="Implementation-Title" value="${project.name} Tools" /> --> + <!-- <attribute name="Implementation-Vendor" value="${project.organization.name}" /> --> + <!-- <attribute name="Implementation-Version" value="${project.version}" /> --> + <!-- <attribute name="Implementation-Vendor-Id" value="org.apache" /> --> + <!-- <attribute name="Implementation-Build" value="${implementation.build}"/> --> + <!-- <attribute name="X-Compile-Source-JDK" value="${maven.compiler.source}" /> --> + <!-- <attribute name="X-Compile-Target-JDK" value="${maven.compiler.target}" /> --> + <!-- </manifest> --> + <!-- <fileset dir="${project.build.directory}/test-classes" --> + <!-- includes="org/apache/commons/rng/PerfTestUtils*" /> --> + <!-- </jar> --> + <!-- </target> --> + <!-- </configuration> --> + <!-- <goals> --> + <!-- <goal>run</goal> --> + <!-- </goals> --> + <!-- </execution> --> + <!-- </executions> --> + <!-- </plugin> --> <!-- Attaches the commons-rng tools JAR to the Maven lifecycle to ensure they will be signed and deployed as normal --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <version>1.7</version> - <executions> - <execution> - <id>attach-artifacts</id> - <phase>package</phase> - <goals> - <goal>attach-artifact</goal> - </goals> - <configuration> - <artifacts> - <artifact> - <file>${project.build.directory}/${project.artifactId}-${project.version}-tools.jar</file> - <type>jar</type> - <classifier>tools</classifier> - </artifact> - </artifacts> - </configuration> - </execution> - </executions> - </plugin> + <!-- <plugin> --> + <!-- <groupId>org.codehaus.mojo</groupId> --> + <!-- <artifactId>build-helper-maven-plugin</artifactId> --> + <!-- <version>1.7</version> --> + <!-- <executions> --> + <!-- <execution> --> + <!-- <id>attach-artifacts</id> --> + <!-- <phase>package</phase> --> + <!-- <goals> --> + <!-- <goal>attach-artifact</goal> --> + <!-- </goals> --> + <!-- <configuration> --> + <!-- <artifacts> --> + <!-- <artifact> --> + <!-- <file>${project.build.directory}/${project.artifactId}-${project.version}-tools.jar</file> --> + <!-- <type>jar</type> --> + <!-- <classifier>tools</classifier> --> + <!-- </artifact> --> + <!-- </artifacts> --> + <!-- </configuration> --> + <!-- </execution> --> + <!-- </executions> --> + <!-- </plugin> --> + <!-- MathJax --> <plugin> <groupId>org.apache.maven.plugins</groupId>