Author: skitching
Date: Sun Nov 19 00:36:36 2006
New Revision: 476770
URL: http://svn.apache.org/viewvc?view=rev&rev=476770
Log:
Add note re how to run unit tests.
Modified:
jakarta/commons/proper/logging/trunk/pom.xml
Modified: jakarta/commons/proper/logging/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/logging/trunk/pom.xml?view=diff&rev=476770&r1=476769&r2=476770
==============================================================================
--- jakarta/commons/proper/logging/trunk/pom.xml (original)
+++ jakarta/commons/proper/logging/trunk/pom.xml Sun Nov 19 00:36:36 2006
@@ -14,7 +14,14 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<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>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]