Author: dwoods
Date: Mon Apr 5 20:02:35 2010
New Revision: 930944
URL: http://svn.apache.org/viewvc?rev=930944&view=rev
Log:
cleanup indenting
Modified:
openjpa/trunk/pom.xml
Modified: openjpa/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=930944&r1=930943&r2=930944&view=diff
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Mon Apr 5 20:02:35 2010
@@ -549,39 +549,39 @@
<build>
<pluginManagement>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- <excludes>
- <exclude>none</exclude>
- </excludes>
- <testExcludes>
- <exclude>**</exclude>
- </testExcludes>
- </configuration>
- <executions>
- <execution>
- <id>compile-java5</id>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <fork>true</fork>
-
<executable>${java5.home}/bin/javac</executable>
- <compilerVersion>1.5</compilerVersion>
- <maxmem>${test.jvm.maxheapsize}</maxmem>
+ <source>1.5</source>
+ <target>1.5</target>
<excludes>
- <exclude>**</exclude>
+ <exclude>none</exclude>
</excludes>
<testExcludes>
- <exclude>none</exclude>
+ <exclude>**</exclude>
</testExcludes>
</configuration>
- <goals>
- <goal>testCompile</goal>
- </goals>
- </execution>
- </executions>
+ <executions>
+ <execution>
+ <id>compile-java5</id>
+ <configuration>
+ <fork>true</fork>
+
<executable>${java5.home}/bin/javac</executable>
+ <compilerVersion>1.5</compilerVersion>
+
<maxmem>${test.jvm.maxheapsize}</maxmem>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ <testExcludes>
+ <exclude>none</exclude>
+ </testExcludes>
+ </configuration>
+ <goals>
+ <goal>testCompile</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>