aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSebastian Bazley <sebb@apache.org>2016-06-05 10:31:31 +0000
committerSebastian Bazley <sebb@apache.org>2016-06-05 10:31:31 +0000
commit05d9a9d6f97304faa1fb532052955821ee809c03 (patch)
treef5cf8b3648cb3a6d1814a0eb76c64dcdc8352b7c /pom.xml
parent9ed4a4dbc87bca7ca0865f032fd6313b8b84720c (diff)
downloadapache-commons-bcel-05d9a9d6f97304faa1fb532052955821ee809c03.tar.gz
Alignment
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1746895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 73ad79b9..a5c922f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -386,21 +386,19 @@
<profiles>
<!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' -->
<profile>
- <id>jdk-rt</id>
- <build>
+ <id>jdk-rt</id>
+ <build>
<plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/PerformanceTest.java</include>
- </includes>
- </configuration>
- </plugin>
-
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <includes>
+ <include>**/PerformanceTest.java</include>
+ </includes>
+ </configuration>
+ </plugin>
</plugins>
</build>
-
</profile>
<!-- Profile to build and run the benchmarks. Use 'mvn test -Pbenchmark', and add '-Dbenchmark=foo' to run only the foo benchmark -->