[MPOM-113] added more meaningful execution ids that "default"

git-svn-id: https://svn.apache.org/repos/asf/maven/pom/trunk@1743562 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/asf/pom.xml b/asf/pom.xml
index d48d8cc..c8075b0 100644
--- a/asf/pom.xml
+++ b/asf/pom.xml
@@ -289,6 +289,7 @@
         <artifactId>maven-remote-resources-plugin</artifactId>
         <executions>
           <execution>
+            <id>process-resource-bundles</id>
             <goals>
               <goal>process</goal>
             </goals>
@@ -390,6 +391,7 @@
             <artifactId>maven-gpg-plugin</artifactId>
             <executions>
               <execution>
+                <id>sign-release-artifacts</id>
                 <goals>
                   <goal>sign</goal>
                 </goals>