Bug 460487 - tycho.compiler-plugin steps on compiler output, if more
than one jar in a bundle

Minor tweaks
diff --git a/tests/eclipse-releng-test-parent/org.eclipse.releng.bug460487/pom.xml b/tests/eclipse-releng-test-parent/org.eclipse.releng.bug460487/pom.xml
index 78e3afe..6199f79 100644
--- a/tests/eclipse-releng-test-parent/org.eclipse.releng.bug460487/pom.xml
+++ b/tests/eclipse-releng-test-parent/org.eclipse.releng.bug460487/pom.xml
@@ -24,12 +24,14 @@
         </configuration>
         <executions>
               <execution>
+              <id>expressions</id>
                 <goals>
                   <goal>expressions</goal>
                 </goals>
                 <phase>compile</phase>
               </execution>
               <execution>
+              <id>effective-settings</id>
                 <goals>
                   <goal>effective-settings</goal>
                 </goals>