Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jan 21, 2015
1 parent fc374cc commit bb25da8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 33 deletions.
4 changes: 2 additions & 2 deletions functional-test/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>functional-test</artifactId>
<!--if we want to use pom packaging, we need to explicitly enable some plugins and various things-->
Expand Down Expand Up @@ -748,7 +748,7 @@
<echo>==========================================================</echo>
<echo>to ask cargo to start up then wait so that tests can be run manually: mvn clean package cargo:run -Dfunctional-test -Dmysql.port=13306</echo>
<!-- placeholder. Actual content should be populated by running server/etc/scripts/functional-test-db-snapshot.sh -->
<touch file="${project.build.directory}/database.sql"/>
<touch file="${project.build.directory}/database.sql" />
</target>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>server</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
<name>Zanata server modules</name>
<packaging>pom</packaging>
<parent>
Expand Down
2 changes: 1 addition & 1 deletion zanata-model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>zanata-model</artifactId>
<name>Zanata model</name>
Expand Down
7 changes: 2 additions & 5 deletions zanata-test-war/pom.xml
@@ -1,13 +1,10 @@
<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>zanata-test-war</artifactId>
<name>zanata-test-war</name>
Expand Down
32 changes: 8 additions & 24 deletions zanata-war/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.zanata</groupId>
<artifactId>server</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.7.0-SNAPSHOT</version>
</parent>
<artifactId>zanata-war</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -995,11 +995,8 @@
</goals>
<configuration>
<target>
<fail message="'arquillian.jboss.home' property must be set to run integration tests in this profile"
unless="arquillian.jboss.home"/>
<copy overwrite="true"
file="${project.basedir}/src/test/resources/arquillian/standalone-arquillian.xml"
tofile="${arquillian.jboss.home}/standalone/configuration/standalone-arquillian.xml" />
<fail message="'arquillian.jboss.home' property must be set to run integration tests in this profile" unless="arquillian.jboss.home" />
<copy overwrite="true" file="${project.basedir}/src/test/resources/arquillian/standalone-arquillian.xml" tofile="${arquillian.jboss.home}/standalone/configuration/standalone-arquillian.xml" />
</target>
</configuration>
</execution>
Expand Down Expand Up @@ -1151,25 +1148,12 @@
</goals>
<configuration>
<target>
<copy
overwrite="true"
file="${project.basedir}/src/test/resources/arquillian/standalone-arquillian-wildfly.xml"
tofile="${wildfly.home}/standalone/configuration/standalone.xml" />
<copy overwrite="true" file="${project.basedir}/src/test/resources/arquillian/standalone-arquillian-wildfly.xml" tofile="${wildfly.home}/standalone/configuration/standalone.xml" />
<mkdir dir="${project.build.directory}/downloads/" />
<get
src="http://sourceforge.net/projects/zanata/files/wildfly/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip/download"
dest="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip"
usetimestamp="true" />
<get
src="http://sourceforge.net/projects/zanata/files/wildfly/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip/download"
dest="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip"
usetimestamp="true" />
<unzip
src="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip"
dest="${wildfly.home}" />
<unzip
src="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip"
dest="${wildfly.home}" />
<get src="http://sourceforge.net/projects/zanata/files/wildfly/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip/download" dest="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip" usetimestamp="true" />
<get src="http://sourceforge.net/projects/zanata/files/wildfly/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip/download" dest="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip" usetimestamp="true" />
<unzip src="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-mojarra-2.1.28.zip" dest="${wildfly.home}" />
<unzip src="${project.build.directory}/downloads/wildfly-8.1.0.Final-module-hibernate-main-4.2.15.Final.zip" dest="${wildfly.home}" />
</target>
</configuration>
</execution>
Expand Down

0 comments on commit bb25da8

Please sign in to comment.