Remove obsolete Maven1 files
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@766304 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ced5fe0a22
commit
11e18f48ff
|
@ -1,30 +0,0 @@
|
||||||
###############################################################################
|
|
||||||
#
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
# Additional maven build customizations to support compilation in jdk 1.3.
|
|
||||||
# To compile and jar under jdk 1.3, rename this file to "build.properties" and
|
|
||||||
# set the maven.compile.executable property to the full path to javac in your
|
|
||||||
# local jdk 1.3 installation.
|
|
||||||
#
|
|
||||||
###############################################################################
|
|
||||||
|
|
||||||
maven.dist.crlf.filter=**/*.txt
|
|
||||||
maven.compile.source=${null}
|
|
||||||
maven.compile.fork=true
|
|
||||||
maven.compile.executable=${user.home}/jdk1.3.1_16/bin/javac
|
|
||||||
maven.jar.manifest=${basedir}/src/conf/manifestMods.txt
|
|
71
maven.xml
71
maven.xml
|
@ -1,71 +0,0 @@
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<project xmlns:deploy="deploy" default="jar:jar" xmlns:ant="jelly:ant">
|
|
||||||
|
|
||||||
<goal name="cut-math-release">
|
|
||||||
<attainGoal name="convert-snapshots" />
|
|
||||||
<attainGoal name="dist" />
|
|
||||||
</goal>
|
|
||||||
|
|
||||||
<preGoal name="dist:build-bin">
|
|
||||||
<attainGoal name="announcement:generate" />
|
|
||||||
<copy todir="${maven.dist.bin.assembly.dir}">
|
|
||||||
<fileset file='${basedir}/NOTICE.txt'/>
|
|
||||||
<fileset file='${basedir}/RELEASE-NOTES.txt'/>
|
|
||||||
</copy>
|
|
||||||
</preGoal>
|
|
||||||
|
|
||||||
<preGoal name="dist:build-src">
|
|
||||||
<copy todir="${maven.dist.src.assembly.dir}">
|
|
||||||
<fileset file='${basedir}/checkstyle.xml'/>
|
|
||||||
<fileset file='${basedir}/license-header.txt'/>
|
|
||||||
<fileset file='${basedir}/build.properties.sample'/>
|
|
||||||
<fileset file='${basedir}/NOTICE.txt'/>
|
|
||||||
<fileset file='${basedir}/RELEASE-NOTES.txt'/>
|
|
||||||
<fileset file='${basedir}/release-notes.jsl'/>
|
|
||||||
</copy>
|
|
||||||
<delete dir="${maven.dist.src.assembly.dir}/src/experimental" />
|
|
||||||
<delete dir="${maven.dist.src.assembly.dir}/src/mantissa" />
|
|
||||||
<move todir="${maven.dist.src.assembly.dir}-src">
|
|
||||||
<fileset dir="${maven.dist.src.assembly.dir}"/>
|
|
||||||
</move>
|
|
||||||
</preGoal>
|
|
||||||
|
|
||||||
<!-- Uncomment when ant plugin relative path bug is fixed (still present in 1.8)
|
|
||||||
<preGoal name="dist">
|
|
||||||
<attainGoal name="ant" />
|
|
||||||
</preGoal>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<!-- Limit maven resources included in site generation -->
|
|
||||||
<postGoal name="xdoc:copy-resources">
|
|
||||||
<copy todir="${maven.docs.dest}/images">
|
|
||||||
<fileset file='${maven.docs.src}/../resources/images/**'/>
|
|
||||||
</copy>
|
|
||||||
<copy todir="${maven.docs.dest}/style">
|
|
||||||
<fileset file='${maven.docs.src}/../resources/style/**'/>
|
|
||||||
</copy>
|
|
||||||
<copy todir="${maven.docs.dest}/userguide">
|
|
||||||
<fileset file='${maven.docs.src}/../resources/userguide/**'/>
|
|
||||||
</copy>
|
|
||||||
<delete includeEmptyDirs="true">
|
|
||||||
<fileset dir="${maven.docs.dest}"
|
|
||||||
includes="${maven.xdoc.copy.excludes},${maven.xdoc.copy.excludes.classic}"/>
|
|
||||||
</delete>
|
|
||||||
</postGoal>
|
|
||||||
|
|
||||||
</project>
|
|
|
@ -1,106 +0,0 @@
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#
|
|
||||||
##
|
|
||||||
# Properties that override Maven build defaults
|
|
||||||
#
|
|
||||||
# Note: To compile/jar under jdk 1.3 (to reproduce the math 1.1 release),
|
|
||||||
# additional properties in build.properties.sample need to be set.
|
|
||||||
# Settings below will compile with 1.3 source and target compiler settings
|
|
||||||
# but will use the jdk used to launch maven.
|
|
||||||
##
|
|
||||||
|
|
||||||
maven.repo.remote=http://repo1.maven.org/maven
|
|
||||||
|
|
||||||
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
|
|
||||||
|
|
||||||
maven.checkstyle.properties=${basedir}/checkstyle.xml
|
|
||||||
maven.checkstyle.header.file=${basedir}/license-header.txt
|
|
||||||
maven.xdoc.poweredby.image=maven-feather.png
|
|
||||||
|
|
||||||
#If you wish to skip tests when doing builds, uncomment
|
|
||||||
#maven.test.skip = true
|
|
||||||
#If you want the build to succeed if tests fail, uncomment
|
|
||||||
#maven.test.failure = false
|
|
||||||
|
|
||||||
maven.junit.fork=true
|
|
||||||
#maven.linkcheck.enable=true
|
|
||||||
|
|
||||||
maven.xdoc.date=left
|
|
||||||
maven.xdoc.version=${pom.currentVersion}
|
|
||||||
maven.xdoc.developmentProcessUrl=http://commons.apache.org/charter.html
|
|
||||||
maven.docs.dest=${maven.build.dir}/site
|
|
||||||
maven.docs.src=${basedir}/src/site/xdoc
|
|
||||||
|
|
||||||
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
|
|
||||||
http://commons.apache.org/collections/api/
|
|
||||||
|
|
||||||
maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
|
|
||||||
|
|
||||||
# Jar Manifest Additional Attributes
|
|
||||||
maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK,X-Compile-Target-JDK
|
|
||||||
maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache
|
|
||||||
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
|
|
||||||
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
|
|
||||||
|
|
||||||
maven.jar.override = on
|
|
||||||
maven.jar.clover = 1.3.2
|
|
||||||
maven.compile.target=1.3
|
|
||||||
maven.compile.source=1.3
|
|
||||||
|
|
||||||
maven.announcement.file=${basedir}/RELEASE-NOTES.txt
|
|
||||||
maven.announcement.stylesheet.path=${basedir}/release-notes.jsl
|
|
||||||
|
|
||||||
######################################################################
|
|
||||||
# Deployment Repository Settings
|
|
||||||
#
|
|
||||||
# 'apache.releases' is the mirrored public release repository
|
|
||||||
# 'apache.snapshots' is the internal repository for snapshots
|
|
||||||
#
|
|
||||||
# By default, deployment is to the internal apache repository.
|
|
||||||
# To deploy to the mirrored distribution repository, use
|
|
||||||
#
|
|
||||||
# maven -Dmaven.repo.list=apache.releases jar:deploy
|
|
||||||
#
|
|
||||||
# The following properties need to be set in local build.properties:
|
|
||||||
#
|
|
||||||
# maven.repo.apache.releases.username - apache user name (defaults to user.name)
|
|
||||||
# maven.repo.apache.releases.privatekey - path to local private ssh key (defaults to ${user.home}/.ssh/id_dsa)
|
|
||||||
# maven.repo.apache.releases.passphrase - passphrase for private ssh key (defaults to empty)
|
|
||||||
#
|
|
||||||
######################################################################
|
|
||||||
# Repository to deploy to - internal apache repo
|
|
||||||
maven.repo.list=apache.snapshots
|
|
||||||
|
|
||||||
# Repository to deploy snapshots
|
|
||||||
maven.repo.apache.snapshots=scp://people.apache.org
|
|
||||||
maven.repo.apache.snapshots.directory=/www/people.apache.org/repository
|
|
||||||
maven.repo.apache.snapshots.username=${maven.repo.apache.username}
|
|
||||||
maven.repo.apache.snapshots.privatekey=${maven.repo.apache.privatekey}
|
|
||||||
maven.repo.apache.snapshots.passphrase=${maven.repo.apache.passphrase}
|
|
||||||
maven.repo.apache.snapshots.group=apcvs
|
|
||||||
|
|
||||||
# Release repository - rsynched to mirrors
|
|
||||||
maven.repo.apache.releases=scp://people.apache.org
|
|
||||||
maven.repo.apache.releases.directory=/www/www.apache.org/dist/java-repository
|
|
||||||
maven.repo.apache.releases.group=apcvs
|
|
||||||
#maven.repo.apache.releases.username=
|
|
||||||
#maven.repo.apache.releases.privatekey=
|
|
||||||
#maven.repo.apache.releases.passphrase=
|
|
||||||
|
|
||||||
###############################################################################
|
|
||||||
# properties to exclude extra images from site. Will be built in to xdoc plugin.
|
|
||||||
maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/**
|
|
||||||
maven.xdoc.copy.excludes.classic=images/external-classic.png,images/help_logo.gif,images/icon_arrowfolderclosed1_sml.gif,images/icon_arrowwaste1_sml.gif,images/icon_arrowwaste2_sml.gif,images/icon_doc_lrg.gif,images/icon_doc_sml.gif,images/icon_error_lrg.gif,images/icon_folder_lrg.gif,images/icon_folder_sml.gif,images/icon_help_sml.gif,images/icon_info_lrg.gif,images/icon_members_lrg.gif,images/icon_sortdown.gif,images/icon_sortup.gif,images/icon_success_lrg.gif,images/icon_usergroups_lrg.gif,images/icon_arrowfolderopen2_sml.gif,images/icon_warning_lrg.gif,images/newwindow-classic.png,images/nw_maj_rond.gif,images/strich.gif,images/sw_maj_rond.gif,images/sw_med_rond.gif
|
|
284
project.xml
284
project.xml
|
@ -1,284 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
|
|
||||||
<!--
|
|
||||||
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
contributor license agreements. See the NOTICE file distributed with
|
|
||||||
this work for additional information regarding copyright ownership.
|
|
||||||
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
(the "License"); you may not use this file except in compliance with
|
|
||||||
the License. You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
<!-- $Revision$ $Date$ -->
|
|
||||||
|
|
||||||
<project>
|
|
||||||
<pomVersion>3</pomVersion>
|
|
||||||
<name>Math</name>
|
|
||||||
<groupId>commons-math</groupId>
|
|
||||||
<artifactId>commons-math</artifactId>
|
|
||||||
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
|
||||||
<inceptionYear>2003</inceptionYear>
|
|
||||||
<shortDescription>Commons Math</shortDescription>
|
|
||||||
<description>The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.</description>
|
|
||||||
<logo>/images/math.gif</logo>
|
|
||||||
<url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
|
|
||||||
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
|
|
||||||
<organization>
|
|
||||||
<name>The Apache Software Foundation</name>
|
|
||||||
<url>http://commons.apache.org/</url>
|
|
||||||
<logo>http://commons.apache.org/images/logo.png</logo>
|
|
||||||
</organization>
|
|
||||||
<licenses>
|
|
||||||
<license>
|
|
||||||
<name>The Apache Software License, Version 2.0</name>
|
|
||||||
<url>/LICENSE.txt</url>
|
|
||||||
<distribution>repo</distribution>
|
|
||||||
</license>
|
|
||||||
</licenses>
|
|
||||||
<gumpRepositoryId>commons</gumpRepositoryId>
|
|
||||||
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
|
|
||||||
<siteAddress>people.apache.org</siteAddress>
|
|
||||||
<siteDirectory>/www/commons.apache.org/${pom.artifactId.substring(8)}/</siteDirectory>
|
|
||||||
<distributionDirectory>/www/people.apache.org/builds/commons/${pom.artifactId.substring(8)}/</distributionDirectory>
|
|
||||||
<repository>
|
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
|
|
||||||
<url>http://svn.apache.org/viewvc/commons/proper/math/trunk/</url>
|
|
||||||
</repository>
|
|
||||||
<mailingLists>
|
|
||||||
<mailingList>
|
|
||||||
<name>Commons Dev List</name>
|
|
||||||
<subscribe>dev-subscribe@commons.apache.org</subscribe>
|
|
||||||
<unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
|
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
|
|
||||||
</mailingList>
|
|
||||||
<mailingList>
|
|
||||||
<name>Commons User List</name>
|
|
||||||
<subscribe>user-subscribe@commons.apache.org</subscribe>
|
|
||||||
<unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
|
|
||||||
<archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
|
|
||||||
</mailingList>
|
|
||||||
</mailingLists>
|
|
||||||
<versions>
|
|
||||||
<version>
|
|
||||||
<id>1.0-RC1</id>
|
|
||||||
<name>1.0</name>
|
|
||||||
<tag>MATH_1_0_RC1</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.0-RC2</id>
|
|
||||||
<name>1.0</name>
|
|
||||||
<tag>MATH_1_0_RC2</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.0</id>
|
|
||||||
<name>1.0</name>
|
|
||||||
<tag>MATH_1_0</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.1-RC1</id>
|
|
||||||
<name>1.1</name>
|
|
||||||
<tag>MATH_1_1_RC1</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.1-RC3</id>
|
|
||||||
<name>1.1</name>
|
|
||||||
<tag>MATH_1_1_RC3</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.1-RC4</id>
|
|
||||||
<name>1.1</name>
|
|
||||||
<tag>MATH_1_1_RC4</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.1-RC5</id>
|
|
||||||
<name>1.1</name>
|
|
||||||
<tag>MATH_1_1_RC5</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.1</id>
|
|
||||||
<name>1.1</name>
|
|
||||||
<tag>MATH_1_1</tag>
|
|
||||||
</version>
|
|
||||||
<version>
|
|
||||||
<id>1.2-RC2</id>
|
|
||||||
<name>1.2</name>
|
|
||||||
<tag>MATH_1_2_RC2</tag>
|
|
||||||
</version>
|
|
||||||
</versions>
|
|
||||||
<developers>
|
|
||||||
<developer>
|
|
||||||
<name>Albert Davidson Chou</name>
|
|
||||||
<id>achou</id>
|
|
||||||
<email>achou at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Mark Diggory</name>
|
|
||||||
<id>mdiggory</id>
|
|
||||||
<email>mdiggory at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Robert Burrell Donkin</name>
|
|
||||||
<id>rdonkin</id>
|
|
||||||
<email>rdonkin at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Tim O'Brien</name>
|
|
||||||
<id>tobrien</id>
|
|
||||||
<email>tobrien at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Luc Maisonobe</name>
|
|
||||||
<id>luc</id>
|
|
||||||
<email>luc at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>J. Pietschmann</name>
|
|
||||||
<id>pietsch</id>
|
|
||||||
<email>j3322ptm at yahoo dot de</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Phil Steitz</name>
|
|
||||||
<id>psteitz</id>
|
|
||||||
<email>psteitz at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
<developer>
|
|
||||||
<name>Brent Worden</name>
|
|
||||||
<id>brentworden</id>
|
|
||||||
<email>brentworden at apache dot org</email>
|
|
||||||
</developer>
|
|
||||||
</developers>
|
|
||||||
<contributors>
|
|
||||||
<contributor>
|
|
||||||
<name>C. Scott Ananian</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Rodrigo di Lorenzo Lopes</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Hasan Diwan</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Ken Geis</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Elliotte Rusty Harold</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Matthias Hummel</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Piotr Kochanski</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Fredrik Norin</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Todd C. Parnell</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Joni Salonen</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Christopher Schuck</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Mauro Talevi</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Kim van der Linde</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Jörg Weimar</name>
|
|
||||||
</contributor>
|
|
||||||
<contributor>
|
|
||||||
<name>Xiaogang Zhang</name>
|
|
||||||
</contributor>
|
|
||||||
</contributors>
|
|
||||||
<dependencies>
|
|
||||||
<dependency>
|
|
||||||
<groupId>maven-plugins</groupId>
|
|
||||||
<artifactId>maven-cobertura-plugin</artifactId>
|
|
||||||
<version>1.1.1</version>
|
|
||||||
<url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
|
|
||||||
<type>plugin</type>
|
|
||||||
<properties>
|
|
||||||
<scope>test</scope>
|
|
||||||
<comment>
|
|
||||||
Required only for generating test coverage reports.
|
|
||||||
</comment>
|
|
||||||
</properties>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>maven</groupId>
|
|
||||||
<artifactId>maven-xdoc-plugin</artifactId>
|
|
||||||
<version>1.9.2</version>
|
|
||||||
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
|
|
||||||
<type>plugin</type>
|
|
||||||
<properties>
|
|
||||||
<comment>
|
|
||||||
<strong>Site Only</strong> - v1.9.2 (minimum)
|
|
||||||
required for building the project web site.
|
|
||||||
</comment>
|
|
||||||
</properties>
|
|
||||||
</dependency>
|
|
||||||
</dependencies>
|
|
||||||
<build>
|
|
||||||
<nagEmailAddress>dev@commons.apache.org</nagEmailAddress>
|
|
||||||
<sourceDirectory>src/java</sourceDirectory>
|
|
||||||
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
|
|
||||||
<unitTest>
|
|
||||||
<includes>
|
|
||||||
<include>**/*Test.java</include>
|
|
||||||
</includes>
|
|
||||||
<excludes>
|
|
||||||
<exclude>**/*AbstractTest.java</exclude>
|
|
||||||
</excludes>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>${pom.build.unitTestSourceDirectory}</directory>
|
|
||||||
<includes>
|
|
||||||
<include>**/*.xml</include>
|
|
||||||
<include>**/*.txt</include>
|
|
||||||
</includes>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
</unitTest>
|
|
||||||
<resources>
|
|
||||||
<resource>
|
|
||||||
<directory>${basedir}</directory>
|
|
||||||
<includes>
|
|
||||||
<include>NOTICE.txt</include>
|
|
||||||
</includes>
|
|
||||||
<targetPath>META-INF</targetPath>
|
|
||||||
</resource>
|
|
||||||
</resources>
|
|
||||||
</build>
|
|
||||||
<reports>
|
|
||||||
<report>maven-changes-plugin</report>
|
|
||||||
<report>maven-cobertura-plugin</report>
|
|
||||||
<report>maven-pmd-plugin</report>
|
|
||||||
<!--
|
|
||||||
<report>maven-changelog-plugin</report>
|
|
||||||
<report>maven-developer-activity-plugin</report>
|
|
||||||
<report>maven-file-activity-plugin</report>
|
|
||||||
-->
|
|
||||||
<report>maven-checkstyle-plugin</report>
|
|
||||||
<report>maven-javadoc-plugin</report>
|
|
||||||
<report>maven-jdepend-plugin</report>
|
|
||||||
<report>maven-junit-report-plugin</report>
|
|
||||||
<report>maven-jxr-plugin</report>
|
|
||||||
<report>maven-license-plugin</report>
|
|
||||||
<!--
|
|
||||||
<report>maven-tasklist-plugin</report>
|
|
||||||
<report>maven-linkcheck-plugin</report>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</reports>
|
|
||||||
</project>
|
|
39
testOnly.sh
39
testOnly.sh
|
@ -1,39 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
|
||||||
# this work for additional information regarding copyright ownership.
|
|
||||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
# (the "License"); you may not use this file except in compliance with
|
|
||||||
# the License. You may obtain a copy of the License at
|
|
||||||
#
|
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
#
|
|
||||||
# Unless required by applicable law or agreed to in writing, software
|
|
||||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
# See the License for the specific language governing permissions and
|
|
||||||
# limitations under the License.
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
# $Id$
|
|
||||||
#
|
|
||||||
# Runs only the unit tests in the package(s) specified by the argument.
|
|
||||||
#
|
|
||||||
# Usage:
|
|
||||||
# testOnly.sh <package-spec>
|
|
||||||
#
|
|
||||||
# Examples:
|
|
||||||
# testOnly.sh complex - runs all tests in the complex package
|
|
||||||
# testOnly.sh stat/descriptive - runs tests in stat/descriptive package
|
|
||||||
# testOnly.sh stat/** - runs tests in all subpackages of stat
|
|
||||||
#
|
|
||||||
# Requires:
|
|
||||||
# version 1.7 or later of the maven test plugin
|
|
||||||
#
|
|
||||||
# Assumes:
|
|
||||||
# * Test class names end in "Test.java"
|
|
||||||
# * A test class is abstract iff its name embeds the string "Abstract"
|
|
||||||
#------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
maven -Dtestmatchpattern="**/$1/*Test.java" \
|
|
||||||
-Dtestnotmatchpattern="**/*Abstract*" test:match
|
|
Loading…
Reference in New Issue