[releng] bind moving tar files to package stage

By having this in the package stage, you can do a mvn package
without a build failure. It also means that you don't have
to do a mvn install for build to complete, which
means not having to unnecessarily modify mvn's local repo

Change-Id: I82242698bf9aeaba80b1e4a81353f47a15736180
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
diff --git a/releng/org.eclipse.remote.proxy.server.product/pom.xml b/releng/org.eclipse.remote.proxy.server.product/pom.xml
index c8821f1..88cac5c 100644
--- a/releng/org.eclipse.remote.proxy.server.product/pom.xml
+++ b/releng/org.eclipse.remote.proxy.server.product/pom.xml
@@ -59,8 +59,8 @@
 					<artifactId>maven-antrun-plugin</artifactId>
 					<executions>
 						<execution>
-							<id>deploy</id>
-							<phase>install</phase>
+							<id>copy-built-proxy-servers-to-individual-bundles</id>
+							<phase>package</phase>
 							<goals>
 								<goal>run</goal>
 							</goals>