[JWebUnit-development] SF.net SVN: jwebunit:[852] trunk/jwebunit-commons-tests/pom.xml
Brought to you by:
henryju
|
From: <he...@us...> - 2010-10-18 07:42:00
|
Revision: 852
http://jwebunit.svn.sourceforge.net/jwebunit/?rev=852&view=rev
Author: henryju
Date: 2010-10-18 07:41:54 +0000 (Mon, 18 Oct 2010)
Log Message:
-----------
Prevents deployment of tests.
Modified Paths:
--------------
trunk/jwebunit-commons-tests/pom.xml
Modified: trunk/jwebunit-commons-tests/pom.xml
===================================================================
--- trunk/jwebunit-commons-tests/pom.xml 2010-10-05 14:40:30 UTC (rev 851)
+++ trunk/jwebunit-commons-tests/pom.xml 2010-10-18 07:41:54 UTC (rev 852)
@@ -38,5 +38,7 @@
</dependencies>
<properties>
<topDirectoryLocation>..</topDirectoryLocation>
+ <!-- Prevents deployment as this module is not intended to be used by end-users -->
+ <maven.deploy.skip>true</maven.deploy.skip>
</properties>
</project>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|