Author: lcorneliussen
Date: Tue Jun 11 19:03:05 2013
New Revision: 1491908

URL: http://svn.apache.org/r1491908
Log:
[NPANDAY-488] MSDeploy packaging (without config transforms)

* fix goal names for msdeploy integration tests

Modified:
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_452_SilverlightAppTest/SilverlightApplication1.Web/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
    
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_452_SilverlightAppTest/SilverlightApplication1.Web/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_452_SilverlightAppTest/SilverlightApplication1.Web/pom.xml?rev=1491908&r1=1491907&r2=1491908&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_452_SilverlightAppTest/SilverlightApplication1.Web/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_452_SilverlightAppTest/SilverlightApplication1.Web/pom.xml
 Tue Jun 11 19:03:05 2013
@@ -47,7 +47,7 @@
           <execution>
             <id>create-msdeploy-package</id>
             <goals>
-              <goal>create-package</goal>
+              <goal>create-iisApp-package</goal>
             </goals>
           </execution>
         </executions>

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml?rev=1491908&r1=1491907&r2=1491908&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/HelloWorld_WebRole/pom.xml
 Tue Jun 11 19:03:05 2013
@@ -66,7 +66,7 @@
         <executions>
           <execution>
             <goals>
-              <goal>create-package</goal>
+              <goal>create-iisApp-package</goal>
             </goals>
           </execution>
         </executions>

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml?rev=1491908&r1=1491907&r2=1491908&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/HelloWorld_WebRole/pom.xml
 Tue Jun 11 19:03:05 2013
@@ -66,7 +66,7 @@
         <executions>
           <execution>
             <goals>
-              <goal>create-package</goal>
+              <goal>create-iisApp-package</goal>
             </goals>
           </execution>
         </executions>

Modified: 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml?rev=1491908&r1=1491907&r2=1491908&view=diff
==============================================================================
--- 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml
 (original)
+++ 
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml
 Tue Jun 11 19:03:05 2013
@@ -71,7 +71,7 @@
           <execution>
             <id>create-msdeploy-package</id>
             <goals>
-              <goal>create-package</goal>
+              <goal>create-iisApp-package</goal>
             </goals>
           </execution>
         </executions>


Reply via email to