Author: lfryc(a)redhat.com
Date: 2010-07-12 04:19:20 -0400 (Mon, 12 Jul 2010)
New Revision: 17940
Added:
root/tests/metamer/trunk/build.sh
Modified:
root/tests/metamer/trunk/application/pom.xml
root/tests/metamer/trunk/release.sh
Log:
removed tomcat6 classifier from released application (necessary to run ftest without need
of classifier); modified release.sh to perform release; added build.sh which disables
ftest run
Modified: root/tests/metamer/trunk/application/pom.xml
===================================================================
--- root/tests/metamer/trunk/application/pom.xml 2010-07-12 08:10:50 UTC (rev 17939)
+++ root/tests/metamer/trunk/application/pom.xml 2010-07-12 08:19:20 UTC (rev 17940)
@@ -159,9 +159,6 @@
</configuration>
</execution>
</executions>
- <configuration>
- <classifier>tomcat6</classifier>
- </configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Added: root/tests/metamer/trunk/build.sh
===================================================================
--- root/tests/metamer/trunk/build.sh (rev 0)
+++ root/tests/metamer/trunk/build.sh 2010-07-12 08:19:20 UTC (rev 17940)
@@ -0,0 +1,2 @@
+#!/bin/bash
+mvn clean install -Dselenium.server.skip=true -Dselenium.test.skip=true $*
Modified: root/tests/metamer/trunk/release.sh
===================================================================
--- root/tests/metamer/trunk/release.sh 2010-07-12 08:10:50 UTC (rev 17939)
+++ root/tests/metamer/trunk/release.sh 2010-07-12 08:19:20 UTC (rev 17940)
@@ -17,3 +17,5 @@
mvn release:clean
read -p 'Press ENTER to prepare...'
mvn clean release:prepare ${CONF} || exit 1
+read -p 'Press ENTER to perform...'
+mvn release:perform ${CONF} || exit 1
Show replies by date