[maven-release-plugin]  copy for tag parent-pom-1-RC3

git-svn-id: https://svn.apache.org/repos/asf/uima/build/tags/parent-pom-1-RC3@1033143 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 37a77f5..0829d0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -568,24 +568,6 @@
             </execution>

           </executions>

         </plugin>      

-

-        <!-- this overrides the apache:7 pom to 

-             use this resource bundle which

-             allows additional text after the NOTICE file -->

-        <plugin>

-          <groupId>org.apache.maven.plugins</groupId>

-          <artifactId>maven-remote-resources-plugin</artifactId>

-          <executions>      

-            <execution>

-              <goals><goal>process</goal></goals>

-              <configuration>

-                <resourceBundles>

-                  <resourceBundle>org.apache.uima:uima-build-resources:${uimaBuildResourcesVersion}</resourceBundle>

-                </resourceBundles>

-              </configuration>

-            </execution>

-          </executions>

-        </plugin>

                      

       </plugins>

     </pluginManagement>

@@ -637,7 +619,29 @@
           </execution>

         </executions>

       </plugin>     

-      

+

+      <!-- this overrides the apache:7 pom to 

+           use this resource bundle which

+           allows additional text after the NOTICE file

+           

+           Note: putting this in the pluginManagement section

+           fails to override the configuration from the

+           Apache common parent pom -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-remote-resources-plugin</artifactId>

+        <executions>      

+          <execution>

+            <goals><goal>process</goal></goals>

+            <configuration>

+              <resourceBundles>

+                <resourceBundle>org.apache.uima:uima-build-resources:${uimaBuildResourcesVersion}</resourceBundle>

+              </resourceBundles>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+              

       <plugin>

         <groupId>org.apache.rat</groupId>

         <artifactId>apache-rat-plugin</artifactId>