summaryrefslogtreecommitdiffstats
path: root/cps-path-parser/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cps-path-parser/pom.xml')
-rw-r--r--cps-path-parser/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml
index d9c150881..d0da105aa 100644
--- a/cps-path-parser/pom.xml
+++ b/cps-path-parser/pom.xml
@@ -89,4 +89,29 @@
</dependency>
</dependencies>
+ <profiles>
+ <profile>
+ <id>default</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>%regex[.*PerfTest.*]</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>include-performance</id>
+ </profile>
+ </profiles>
+
</project>