Prepare To Split Test Execution
Add profile to skip asterix-app tests, in preparation for splitting +1
Verified tests into two Jenkins jobs
Change-Id: Id424018aca3f633823a082fe9f5b7b4fa249e8a6
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1577
Reviewed-by: Till Westmann <tillw@apache.org>
Tested-by: Michael Blow <mblow@apache.org>
diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index ede8cb1..70312e2 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -190,6 +190,23 @@
</plugins>
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>skip.asterix-app.tests</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.16</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
<dependencies>
<dependency>
<groupId>org.apache.hyracks</groupId>