Bug 442246 - Improve -Dnative compilation

Set native builds targets to install so maven users can get locally
build whatever possible.

Change-Id: Idbad88f7ec7ae56e11b57dbcd8cefb7cf384b384
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
index 8544201..38346d5 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/pom.xml
@@ -75,6 +75,7 @@
                 <configuration>
                   <target>
                     <property name="machine_gtk3" value="1"/>
+                    <property name="targets" value="install" />
                     <ant antfile="build.xml" target="build_libraries"/>
                   </target>
                 </configuration>