aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-05 12:46:59 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-05 12:46:59 +0000
commit25c211fa973870a27752c9f9175844af45524d74 (patch)
tree1d86c70bd43c0a7d7f5f7626be173b6b0be1175f /pom.xml
parented0519f6946f24ba4ce224d91377343cc6e74fdf (diff)
downloadapache-commons-bcel-25c211fa973870a27752c9f9175844af45524d74.tar.gz
Tabs and trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746905 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml26
1 files changed, 13 insertions, 13 deletions
diff --git a/pom.xml b/pom.xml
index 1c7887eb..086a178e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,7 +383,7 @@
</dependencies>
<profiles>
- <!--
+ <!--
Profile to ignore certain Clirr errors
To show all the errors, use -P!quieten-clirr or -Dclirr.allDifferences
-->
@@ -399,9 +399,9 @@
</properties>
</profile>
<!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' -->
- <profile>
- <id>jdk-rt</id>
- <build>
+ <profile>
+ <id>jdk-rt</id>
+ <build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
@@ -413,12 +413,12 @@
</plugin>
</plugins>
</build>
- </profile>
-
+ </profile>
+
<!-- Profile to build and run the benchmarks. Use 'mvn test -Pbenchmark', and add '-Dbenchmark=foo' to run only the foo benchmark -->
<profile>
<id>benchmark</id>
-
+
<dependencies>
<dependency>
<groupId>org.openjdk.jmh</groupId>
@@ -426,21 +426,21 @@
<version>1.3.4</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.3.4</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.5</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
@@ -448,12 +448,12 @@
<scope>test</scope>
</dependency>
</dependencies>
-
+
<properties>
<skipTests>true</skipTests>
<benchmark>org.apache</benchmark>
</properties>
-
+
<build>
<plugins>
<!-- Enable the compilation of the benchmarks -->
@@ -465,7 +465,7 @@
</testIncludes>
</configuration>
</plugin>
-
+
<!-- Hook the benchmarks to the test phase -->
<plugin>
<groupId>org.codehaus.mojo</groupId>