Author: brett
Date: Fri Dec 30 03:09:59 2011
New Revision: 1225738
URL: http://svn.apache.org/viewvc?rev=1225738&view=rev
Log:
move up common pieces
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_488_MSDeployPackageSimpleWebApp/pom.xml
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml?rev=1225738&r1=1225737&r2=1225738&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/BootstrapTest/pom.xml
Fri Dec 30 03:09:59 2011
@@ -141,7 +141,40 @@
<artifactId>wix-maven-plugin</artifactId>
<version>${npanday.version}</version>
</plugin>
+ <plugin>
+ <groupId>org.apache.npanday.plugins</groupId>
+ <artifactId>custom-lifecycle-maven-plugin</artifactId>
+ <version>${npanday.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.npanday.plugins</groupId>
+ <artifactId>msdeploy-maven-plugin</artifactId>
+ <version>${npanday.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.npanday.plugins</groupId>
+ <artifactId>azure-maven-plugin</artifactId>
+ <version>${npanday.version}</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.npanday.plugins</groupId>
+ <artifactId>aspnet-maven-plugin</artifactId>
+ <version>${npanday.version}</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>standalone</id>
+ <activation>
+ <property>
+ <name>!npanday.version</name>
+ </property>
+ </activation>
+ <properties>
+ <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
+ </properties>
+ </profile>
+ </profiles>
</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml?rev=1225738&r1=1225737&r2=1225738&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_AzureSupportOneWebRole/pom.xml
Fri Dec 30 03:09:59 2011
@@ -36,49 +36,8 @@
<frameworkVersion>4.0</frameworkVersion>
</properties>
- <profiles>
- <profile>
- <id>standalone</id>
- <activation>
- <property>
- <name>!npanday.version</name>
- </property>
- </activation>
- <properties>
- <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
- </properties>
- </profile>
- </profiles>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>maven-compile-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>custom-lifecycle-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>msdeploy-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>azure-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
<modules>
<module>HelloWorld</module>
<module>HelloWorld_WebRole</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml?rev=1225738&r1=1225737&r2=1225738&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithMultipleRoles/pom.xml
Fri Dec 30 03:09:59 2011
@@ -36,50 +36,9 @@
<frameworkVersion>4.0</frameworkVersion>
</properties>
- <profiles>
- <profile>
- <id>standalone</id>
- <activation>
- <property>
- <name>!npanday.version</name>
- </property>
- </activation>
- <properties>
- <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
- </properties>
- </profile>
- </profiles>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>maven-compile-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>custom-lifecycle-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>msdeploy-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>azure-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
<modules>
<module>HelloWorld</module>
<module>HelloWorld_WebRole</module>
<module>HelloWorld_WorkerRole</module>
</modules>
-</project>
\ No newline at end of file
+</project>
Modified:
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml?rev=1225738&r1=1225737&r2=1225738&view=diff
==============================================================================
---
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
(original)
+++
incubator/npanday/npanday-its/trunk/src/test/resources/NPANDAY_480_CloudServiceWithWorkerRole/pom.xml
Fri Dec 30 03:09:59 2011
@@ -36,49 +36,8 @@
<frameworkVersion>4.0</frameworkVersion>
</properties>
- <profiles>
- <profile>
- <id>standalone</id>
- <activation>
- <property>
- <name>!npanday.version</name>
- </property>
- </activation>
- <properties>
- <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
- </properties>
- </profile>
- </profiles>
-
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>maven-compile-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>custom-lifecycle-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>msdeploy-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>azure-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
-
<modules>
<module>HelloWorld</module>
<module>HelloWorld_WorkerRole</module>
</modules>
-</project>
\ No newline at end of file
+</project>
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=1225738&r1=1225737&r2=1225738&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
Fri Dec 30 03:09:59 2011
@@ -42,39 +42,6 @@
<frameworkVersion>4.0</frameworkVersion>
</properties>
- <profiles>
- <profile>
- <id>standalone</id>
- <activation>
- <property>
- <name>!npanday.version</name>
- </property>
- </activation>
- <properties>
- <npanday.version>1.5.0-incubating-SNAPSHOT</npanday.version>
- </properties>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>maven-compile-plugin</artifactId>
- <version>${npanday.version}</version>
- <configuration>
- <frameworkVersion>4.0</frameworkVersion>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.npanday.plugins</groupId>
- <artifactId>custom-lifecycle-maven-plugin</artifactId>
- <version>${npanday.version}</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
-
<build>
<sourceDirectory>.</sourceDirectory>
<plugins>
@@ -86,7 +53,6 @@
<plugin>
<groupId>org.apache.npanday.plugins</groupId>
<artifactId>aspnet-maven-plugin</artifactId>
- <version>${npanday.version}</version>
<executions>
<execution>
<id>prepare-package</id>
@@ -113,4 +79,4 @@
</plugin>
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>