You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by ma...@apache.org on 2012/08/16 18:01:47 UTC

git commit: Fix POM formatting.

Updated Branches:
  refs/heads/master 2932e9e4a -> fd6fae494


Fix POM formatting.

No-op change, just for testing my karma.


Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/fd6fae49
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/fd6fae49
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/fd6fae49

Branch: refs/heads/master
Commit: fd6fae494218f2a8061cb7c2d39d7ef65cf544be
Parents: 2932e9e
Author: Matthias Friedrich <ma...@mafr.de>
Authored: Thu Aug 16 18:00:31 2012 +0200
Committer: Matthias Friedrich <ma...@mafr.de>
Committed: Thu Aug 16 18:00:31 2012 +0200

----------------------------------------------------------------------
 pom.xml |   96 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 49 insertions(+), 47 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/fd6fae49/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6fcb21f..dfa8b3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -690,56 +690,58 @@ under the License.
           </configuration>
         </plugin>
         <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-site-plugin</artifactId>
-         <version>3.1</version>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.1</version>
           <dependencies>
-           <dependency>
-             <groupId>org.apache.maven.wagon</groupId>
-             <artifactId>wagon-ssh</artifactId>
-             <version>1.0</version>
-           </dependency>
-           <dependency>
-             <groupId>org.apache.maven.doxia</groupId>
-             <artifactId>doxia-module-markdown</artifactId>
-             <version>1.3</version>
-           </dependency>
-         </dependencies>
-           <configuration>
-           <inputEncoding>UTF-8</inputEncoding>
-           <outputEncoding>UTF-8</outputEncoding>
-           <reportPlugins>
-             <plugin>
-               <groupId>org.codehaus.mojo</groupId>
-               <artifactId>cobertura-maven-plugin</artifactId>
-               <version>2.5.1</version>
-             </plugin>
-             <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-checkstyle-plugin</artifactId>
-               <version>2.9.1</version>
-               <configuration>
-                <configLocation>${project.parent.basedir}/res/checkstyle.xml</configLocation> 
-               </configuration>   
-            </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-javadoc-plugin</artifactId>
-               <version>2.8.1</version> 
-                 <configuration>
-                   <show>public</show> 
-                   <nohelp>true</nohelp>
-                 </configuration>         
-                 <reportSets><reportSet>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>1.0</version>
+            </dependency>
+            <dependency>
+              <groupId>org.apache.maven.doxia</groupId>
+              <artifactId>doxia-module-markdown</artifactId>
+              <version>1.3</version>
+            </dependency>
+          </dependencies>
+          <configuration>
+            <inputEncoding>UTF-8</inputEncoding>
+            <outputEncoding>UTF-8</outputEncoding>
+            <reportPlugins>
+              <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                <version>2.5.1</version>
+              </plugin>
+              <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <version>2.9.1</version>
+                <configuration>
+                  <configLocation>${project.parent.basedir}/res/checkstyle.xml</configLocation> 
+                </configuration>   
+              </plugin>
+              <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.8.1</version> 
+                <configuration>
+                  <show>public</show> 
+                  <nohelp>true</nohelp>
+                </configuration>         
+                <reportSets>
+		  <reportSet>
                     <id>generate-javadoc</id>
                     <reports>
-                       <report>aggregate</report>
-                  </reports>
-                </reportSet></reportSets>
-            </plugin>
-           </reportPlugins>
-         </configuration>
-       </plugin>
+                      <report>aggregate</report>
+                    </reports>
+                  </reportSet>
+		</reportSets>
+              </plugin>
+            </reportPlugins>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>