]> source.dussan.org Git - archiva.git/commitdiff
fix formatting
authorBrett Porter <brett@apache.org>
Fri, 6 Mar 2009 06:48:58 +0000 (06:48 +0000)
committerBrett Porter <brett@apache.org>
Fri, 6 Mar 2009 06:48:58 +0000 (06:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@750786 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-model/pom.xml

index e6f34f00fabe64741e7c94a08d594707ff645db2..08d05a6cab6cd8e01b282067914eb46847550f67 100755 (executable)
@@ -62,9 +62,9 @@
         <configuration>
           <version>1.0.0</version>
           <packageWithVersion>false</packageWithVersion>
-                 <models>
+          <models>
             <model>src/main/mdo/archiva-base.xml</model>
-                 </models>
+          </models>
         </configuration>
         <executions>
           <execution>
               <goal>xsd</goal>
             </goals>
           </execution>
-                 <execution>
-                       <id>archiva-jpox-jdo-mapping</id>
-                       <goals>
-                               <goal>generate</goal>
-                       </goals>
-                       <configuration>
-                               <generatorId>jpox-jdo-mapping</generatorId>
-                       </configuration>        
-                 </execution>
-                 <execution>
-                       <id>archiva-jpox-metadata-class</id>
-                       <goals>
-                               <goal>generate</goal>
-                       </goals>
-                       <configuration>
-                               <generatorId>jpox-metadata-class</generatorId>
-                       </configuration>        
-                 </execution>
+          <execution>
+            <id>archiva-jpox-jdo-mapping</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <generatorId>jpox-jdo-mapping</generatorId>
+            </configuration>
+          </execution>
+          <execution>
+            <id>archiva-jpox-metadata-class</id>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+            <configuration>
+              <generatorId>jpox-metadata-class</generatorId>
+            </configuration>
+          </execution>
         </executions>
       </plugin>
       <plugin>
           </execution>
         </executions>
       </plugin>
-         <!-- stupid hack because jpox/modello is not supported anymore and it has bugs -->
-         <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-antrun-plugin</artifactId>
-               <executions>
-                       <execution>
-                               <phase>process-sources</phase>
-                               <goals>
-                                       <goal>run</goal>
-                               </goals>
-                               <configuration>
-                                       <tasks>
-                                               <copy file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo" todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
-                                       </tasks>
-                               </configuration>
-                   </execution>
-               </executions>
+         <!-- stupid hack because jpox/modello is not supported anymore and it has bugs
+    -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>process-sources</phase>
+            <goals>
+              <goal>run</goal>
+            </goals>
+            <configuration>
+              <tasks>
+                <copy
+                  file="${project.build.directory}/generated-sources/modello/org/apache/maven/archiva/model/package.jdo"
+                  todir="${project.build.outputDirectory}/org/apache/maven/archiva/model/" />
+              </tasks>
+            </configuration>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>