You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2014/05/26 06:46:21 UTC

svn commit: r1597516 - in /openmeetings/trunk/singlewebapp: openmeetings-web/pom.xml pom.xml

Author: solomax
Date: Mon May 26 04:46:20 2014
New Revision: 1597516

URL: http://svn.apache.org/r1597516
Log:
[OPENMEETINGS-940] maven build seems to be fixed

Modified:
    openmeetings/trunk/singlewebapp/openmeetings-web/pom.xml
    openmeetings/trunk/singlewebapp/pom.xml

Modified: openmeetings/trunk/singlewebapp/openmeetings-web/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/openmeetings-web/pom.xml?rev=1597516&r1=1597515&r2=1597516&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/openmeetings-web/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/openmeetings-web/pom.xml Mon May 26 04:46:20 2014
@@ -189,6 +189,25 @@
 				</executions>
 			</plugin>
 			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>wagon-maven-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>download-test-data</id>
+						<phase>process-resources</phase>
+						<goals>
+							<goal>download</goal>
+						</goals>
+						<configuration>
+							<url>https://openmeetings.googlecode.com/svn/repository</url>
+							<includes>backup_*.zip</includes>
+							<toDir>${old-backups.dir}</toDir>
+							<skip>${old-backups.dwnd.skip}</skip>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-surefire-plugin</artifactId><!-- maybe integration tests should be used -->
 				<inherited>true</inherited>
@@ -207,25 +226,6 @@
 					<skip>${maven.test.skip}</skip>
 				</configuration>
 			</plugin>
-			<plugin>
-				<groupId>org.codehaus.mojo</groupId>
-				<artifactId>wagon-maven-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>download-test-data</id>
-						<phase>process-test-resources</phase>
-						<goals>
-							<goal>download</goal>
-						</goals>
-						<configuration>
-							<url>https://openmeetings.googlecode.com/svn/repository</url>
-							<includes>backup_*.zip</includes>
-							<toDir>${old-backups.dir}</toDir>
-							<skip>${old-backups.dwnd.skip}</skip>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
 		</plugins>
 		<testResources>
 			<testResource>

Modified: openmeetings/trunk/singlewebapp/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?rev=1597516&r1=1597515&r2=1597516&view=diff
==============================================================================
--- openmeetings/trunk/singlewebapp/pom.xml (original)
+++ openmeetings/trunk/singlewebapp/pom.xml Mon May 26 04:46:20 2014
@@ -50,16 +50,16 @@
 		<jettison.version>1.3.5</jettison.version>
 	</properties>
 	<modules>
-		<module>openmeetings-core</module>
+		<module>openmeetings-util</module>
 		<module>openmeetings-db</module>
-		<module>openmeetings-flash</module>
+		<module>openmeetings-core</module>
 		<module>openmeetings-install</module>
-		<module>openmeetings-screenshare</module>
-		<module>openmeetings-server</module>
 		<module>openmeetings-service</module>
-		<module>openmeetings-util</module>
-		<module>openmeetings-web</module>
 		<module>openmeetings-webservice</module>
+		<module>openmeetings-web</module>
+		<module>openmeetings-flash</module>
+		<module>openmeetings-screenshare</module>
+		<module>openmeetings-server</module>
 	</modules>
 	<profiles>
 		<profile>