See if flatten-pom helps with deployment.

Change-Id: Id6f0a9fd3b233851a96da8fcfbf56975900c9d70
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/releng/org.eclipse.remote.build/pom.xml b/releng/org.eclipse.remote.build/pom.xml
index e866a0e..2745168 100644
--- a/releng/org.eclipse.remote.build/pom.xml
+++ b/releng/org.eclipse.remote.build/pom.xml
@@ -101,6 +101,22 @@
 
 	<build>
 		<plugins>
+		      <plugin>
+		        <groupId>org.codehaus.mojo</groupId>
+		        <artifactId>flatten-maven-plugin</artifactId>
+		        <version>1.1.0</version>
+		        <configuration>
+		        </configuration>
+		        <executions>
+		          <execution>
+		            <id>flatten</id>
+		            <phase>process-resources</phase>
+		            <goals>
+		              <goal>flatten</goal>
+		            </goals>
+		          </execution>
+		        </executions>
+		      </plugin>
 			<plugin>
 				<groupId>org.eclipse.tycho</groupId>
 				<artifactId>tycho-maven-plugin</artifactId>