Author: bentmann
Date: Sun Jul 11 17:54:03 2010
New Revision: 963119
URL: http://svn.apache.org/viewvc?rev=963119&view=rev
Log:
o Decoupled test from MDEPLOY-112
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/verify.bsh
Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml?rev=963119&r1=963118&r2=963119&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/pom.xml Sun
Jul 11 17:54:03 2010
@@ -24,7 +24,7 @@ under the License.
<groupId>org.apache.maven.its.deploy.45</groupId>
<artifactId>test</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>0.1</version>
<packaging>war</packaging>
<name>MDEPLOY-45</name>
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/verify.bsh
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/verify.bsh?rev=963119&r1=963118&r2=963119&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/verify.bsh
(original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/verify.bsh
Sun Jul 11 17:54:03 2010
@@ -34,7 +34,7 @@ try
return false;
}
- File deployedFile = new File ( target,
"org/apache/maven/its/deploy/45/test/0.1-SNAPSHOT/test-0.1-SNAPSHOT-mdp45.war"
);
+ File deployedFile = new File ( target,
"org/apache/maven/its/deploy/45/test/0.1/test-0.1-mdp45.war" );
if ( !deployedFile.exists() || deployedFile.isDirectory() )
{
System.err.println( "deployedFile file is missing or a directory." );