Add note re how to run unit tests.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@476770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -14,7 +14,14 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project>
|
<project>
|
||||||
|
<!--
|
||||||
|
- Note that due to the special requirements of logging unit-tests, most
|
||||||
|
- tests are executed in the "integration-test" phase rather than the
|
||||||
|
- "test" phase. Please run "mvn integration-test" to run the full suite of
|
||||||
|
- available unit tests.
|
||||||
|
-->
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-parent</artifactId>
|
<artifactId>commons-parent</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user