You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/23 16:49:17 UTC

svn commit: r729008 - /maven/enforcer/trunk/enforcer-api/pom.xml

Author: vsiveton
Date: Tue Dec 23 07:49:17 2008
New Revision: 729008

URL: http://svn.apache.org/viewvc?rev=729008&view=rev
Log:
o fixed formatting

Modified:
    maven/enforcer/trunk/enforcer-api/pom.xml

Modified: maven/enforcer/trunk/enforcer-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/enforcer-api/pom.xml?rev=729008&r1=729007&r2=729008&view=diff
==============================================================================
--- maven/enforcer/trunk/enforcer-api/pom.xml (original)
+++ maven/enforcer/trunk/enforcer-api/pom.xml Tue Dec 23 07:49:17 2008
@@ -69,26 +69,26 @@
         </executions>
       </plugin>
       <plugin>
-      	<groupId>org.apache.maven.plugins</groupId>
-      	<artifactId>maven-assembly-plugin</artifactId>
-      	<version>2.2-beta-2</version>
-      	<executions>
-      		<execution>
-      			<id>custom-rule</id>
-      			<phase>pre-site</phase>
-      			<goals>
-      				<goal>single</goal>
-      			</goals>
-                <configuration>
-                  <finalName>custom-rule</finalName>
-                  <outputDirectory>target/site</outputDirectory>
-                  <descriptors>
-                   <descriptor>src/main/assembly/custom-rule-sample.xml</descriptor>
-                  </descriptors>
-                  <appendAssemblyId>false</appendAssemblyId>
-                </configuration>
-      		</execution>
-      	</executions>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <version>2.2-beta-2</version>
+        <executions>
+          <execution>
+            <id>custom-rule</id>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+            <configuration>
+              <finalName>custom-rule</finalName>
+              <outputDirectory>target/site</outputDirectory>
+              <descriptors>
+                <descriptor>src/main/assembly/custom-rule-sample.xml</descriptor>
+              </descriptors>
+              <appendAssemblyId>false</appendAssemblyId>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>