You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/06/05 10:31:32 UTC

svn commit: r1746895 - /commons/proper/bcel/trunk/pom.xml

Author: sebb
Date: Sun Jun  5 10:31:31 2016
New Revision: 1746895

URL: http://svn.apache.org/viewvc?rev=1746895&view=rev
Log:
Alignment

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1746895&r1=1746894&r2=1746895&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml (original)
+++ commons/proper/bcel/trunk/pom.xml Sun Jun  5 10:31:31 2016
@@ -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 -->