You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2007/11/09 20:16:08 UTC

svn commit: r593625 - /maven/components/trunk/maven-core/pom.xml

Author: jdcasey
Date: Fri Nov  9 11:16:06 2007
New Revision: 593625

URL: http://svn.apache.org/viewvc?rev=593625&view=rev
Log:
formats.

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/pom.xml?rev=593625&r1=593624&r2=593625&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Fri Nov  9 11:16:06 2007
@@ -146,19 +146,19 @@
           </excludes>
         </configuration>
       </plugin>
-          <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>aspectj-maven-plugin</artifactId>
-            
-            <executions>
-              <execution>
-                <id>weave-compat</id>
-                <goals>
-                  <goal>compile</goal>
-                </goals>
-              </execution>
-            </executions>
-          </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>aspectj-maven-plugin</artifactId>
+        
+        <executions>
+          <execution>
+            <id>weave-compat</id>
+            <goals>
+              <goal>compile</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 </project>