Author: lukaszlenart Date: Tue Dec 31 11:29:15 2013 New Revision: 1554402 URL: http://svn.apache.org/r1554402 Log: Applies the same naming pattern and removes unused profile
Modified: struts/struts2/trunk/apps/blank/pom.xml struts/struts2/trunk/apps/jboss-blank/pom.xml struts/struts2/trunk/apps/mailreader/pom.xml struts/struts2/trunk/apps/pom.xml struts/struts2/trunk/apps/portlet/pom.xml struts/struts2/trunk/apps/rest-showcase/pom.xml struts/struts2/trunk/apps/showcase/pom.xml Modified: struts/struts2/trunk/apps/blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/blank/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/blank/pom.xml (original) +++ struts/struts2/trunk/apps/blank/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <artifactId>struts2-blank</artifactId> <packaging>war</packaging> - <name>Blank Webapp</name> + <name>Struts 2 Blank Webapp</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/blank/</connection> Modified: struts/struts2/trunk/apps/jboss-blank/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/jboss-blank/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/jboss-blank/pom.xml (original) +++ struts/struts2/trunk/apps/jboss-blank/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <artifactId>struts2-jboss-blank</artifactId> <packaging>war</packaging> - <name>JBoss Blank Webapp</name> + <name>Struts 2 JBoss Blank Webapp</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/jboss-blank/</connection> Modified: struts/struts2/trunk/apps/mailreader/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/mailreader/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/mailreader/pom.xml (original) +++ struts/struts2/trunk/apps/mailreader/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <artifactId>struts2-mailreader</artifactId> <packaging>war</packaging> - <name>Mail Reader Webapp</name> + <name>Struts 2 Mail Reader Webapp</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/mailreader/</connection> Modified: struts/struts2/trunk/apps/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/pom.xml (original) +++ struts/struts2/trunk/apps/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <groupId>org.apache.struts</groupId> <artifactId>struts2-apps</artifactId> <packaging>pom</packaging> - <name>Webapps</name> + <name>Struts 2 Webapps</name> <modules> <module>blank</module> <module>jboss-blank</module> @@ -49,78 +49,6 @@ <profiles> <profile> - <id>hostedqa</id> - <dependencies> - <dependency> - <groupId>com.hostedqa</groupId> - <artifactId>hostedqa-remote-ant</artifactId> - <version>1.7</version> - <scope>test</scope> - </dependency> - </dependencies> - <repositories> - <repository> - <id>codehaus</id> - <name>codehaus</name> - <url>http://repository.codehaus.org</url> - </repository> - <repository> - <id>maven-hostedqa</id> - <name>maven-hostedqa</name> - <snapshots> - <enabled>true</enabled> - <updatePolicy>always</updatePolicy> - <checksumPolicy>ignore</checksumPolicy> - </snapshots> - <releases> - <enabled>true</enabled> - </releases> - <url>http://maven.hostedqa.com</url> - </repository> - </repositories> - <build> - <resources> - <!-- Include resources under src/main/java in WEB-INF/classes --> - <resource> - <directory>src/main/java</directory> - <includes> - <include>**/*.properties</include> - <include>**/*.xml</include> - </includes> - </resource> - </resources> - <plugins> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <groupId>org.apache.maven.plugins</groupId> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>run</goal> - </goals> - <configuration> - <tasks> - <taskdef resource="hostedqatasks" classpathref="maven.plugin.classpath" /> - <upload file="${project.build.directory}/${project.build.finalName}.war" account="struts" email="${email}" password="${password}" resourceId="${resourceId}" /> - - <playsuite suiteId="${suiteId}" clientConfigs="${clientConfigs}" appConfigs="${appConfigs}" account="struts" email="${email}" password="${password}" /> - </tasks> - </configuration> - </execution> - </executions> - <dependencies> - <dependency> - <groupId>com.hostedqa</groupId> - <artifactId>hostedqa-remote-ant</artifactId> - <version>1.7</version> - </dependency> - </dependencies> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>release</id> <activation> <property> Modified: struts/struts2/trunk/apps/portlet/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/portlet/pom.xml (original) +++ struts/struts2/trunk/apps/portlet/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <artifactId>struts2-portlet</artifactId> <packaging>war</packaging> - <name>Portlet Webapp</name> + <name>Struts 2 Portlet Webapp</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/portlet/</connection> Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/rest-showcase/pom.xml (original) +++ struts/struts2/trunk/apps/rest-showcase/pom.xml Tue Dec 31 11:29:15 2013 @@ -32,7 +32,7 @@ <artifactId>struts2-rest-showcase</artifactId> <packaging>war</packaging> <version>2.3.17-SNAPSHOT</version> - <name>Struts 2 Rest Showcase Example</name> + <name>Struts 2 Rest Showcase Webapp</name> <description>Struts 2 Rest Showcase Example</description> <dependencies> Modified: struts/struts2/trunk/apps/showcase/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=1554402&r1=1554401&r2=1554402&view=diff ============================================================================== --- struts/struts2/trunk/apps/showcase/pom.xml (original) +++ struts/struts2/trunk/apps/showcase/pom.xml Tue Dec 31 11:29:15 2013 @@ -31,7 +31,7 @@ <artifactId>struts2-showcase</artifactId> <packaging>war</packaging> - <name>Showcase Webapp</name> + <name>Struts 2 Showcase Webapp</name> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/showcase/</connection>