]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - pom.xml
Revised native library loading for VTK
[simantics/3d.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4d4a832df590fa1d14f13b85132bfa24b85ffe8f..a406b5a706aed23b3ec8ba9905a2caf4ab329145 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
                <branch-spec>master</branch-spec>
                <simantics-download-site>http://www.simantics.org/download</simantics-download-site>
                <tycho-version>1.0.0</tycho-version>
+               <tycho-extras-version>1.0.0</tycho-extras-version>
        </properties>
 
        <repositories>
@@ -48,6 +49,7 @@
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho-version}</version>
                                <configuration>
+                                       <includePackedArtifacts>true</includePackedArtifacts>
                                        <ignoreTychoRepositories>true</ignoreTychoRepositories>
                                        <resolver>p2</resolver>
                                        <environments>
                                        </environments>
                                </configuration>
                        </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho.extras</groupId>
+                               <artifactId>tycho-pack200b-plugin</artifactId>
+                               <version>${tycho-extras-version}</version>
+                               <executions>
+                                       <execution>
+                                               <id>pack200-pack</id>
+                                               <goals>
+                                                       <goal>pack</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-p2-plugin</artifactId>
+                               <version>${tycho-version}</version>
+                               <executions>
+                                       <execution>
+                                               <id>attach-p2-metadata</id>
+                                               <phase>package</phase>
+                                               <goals>
+                                                       <goal>p2-metadata</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                               <configuration>
+                                       <defaultP2Metadata>false</defaultP2Metadata>
+                               </configuration>
+                       </plugin>
 
                </plugins>
        </build>