--- org/rhq/rhq-parent/3.0.0.EmbJopr2/rhq-parent-3.0.0.EmbJopr2.pom.orig	2010-08-10 17:10:03.616965847 +0800
+++ org/rhq/rhq-parent/3.0.0.EmbJopr2/rhq-parent-3.0.0.EmbJopr2.pom	2010-08-10 18:50:38.384541727 +0800
@@ -419,11 +419,11 @@
       <scope>provided</scope>
     </dependency>
 
-    <dependency>
+<!--    <dependency>
       <groupId>i18nlog</groupId>
       <artifactId>i18nlog</artifactId>
       <version>${i18nlog.version}</version>
-    </dependency>
+    </dependency> -->
 
     <!-- for the JAXB annotations -->
     <dependency>
@@ -589,7 +589,7 @@
       <!-- Set the 'maven.version' property to the version of Maven being used,
            so we can include the Maven version in the MANIFEST.MF files of all
            build artifacts. -->
-      <plugin>
+<!--      <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>build-helper-maven-plugin</artifactId>
          <executions>
@@ -600,7 +600,7 @@
              </goals>
            </execution>
          </executions>
-      </plugin>
+      </plugin>  -->
 
       <plugin>
         <artifactId>maven-antrun-plugin</artifactId>
@@ -639,7 +639,7 @@
         </executions>
       </plugin>
 
-      <plugin>
+<!--      <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
             <executions>
@@ -653,16 +653,16 @@
                         <executable>git</executable>
                         <arguments>
                             <argument>log</argument>
-                            <argument>--pretty=format:buildNumber = %h</argument>
+                            <argument>-pretty=format:buildNumber = %h</argument>
                             <argument>-n1</argument>
                         </arguments>
                         <outputFile>${project.build.directory}/build-number.properties</outputFile>
                     </configuration>
                 </execution>
             </executions>
-      </plugin>
+      </plugin> -->
 
-      <plugin>
+<!--      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
         <executions>       
@@ -680,7 +680,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin> -->
 
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
@@ -813,7 +813,7 @@
             <configuration>
               <rules>
                 <requireMavenVersion>
-                  <version>2.0.10</version>
+                  <version>2.0.8</version>
                 </requireMavenVersion>
                 <requireJavaVersion>
                   <version>[1.5,1.8)</version> <!-- 1.5.x, 1.6.x, 1.7.x -->
@@ -1083,13 +1083,13 @@
 
 
   <reporting>
-    <plugins>
+<!--    <plugins>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
         <version>2.3.1</version>
       </plugin>
-    </plugins>
+    </plugins> -->
   </reporting>
 
 </project>
