]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.tycho.configuration/pom.xml
Merge "possibleVariable from resource into SCL"
[simantics/platform.git] / releng / org.simantics.tycho.configuration / pom.xml
index cc1fbd3c7fa5185d0d652c083d9a8843f7985e66..91de535718b4af971fa1494ac00ab5aee290b570 100644 (file)
@@ -8,22 +8,30 @@
        <packaging>pom</packaging>
 
        <properties>
-               <tycho.version>0.26.0</tycho.version>
-               <tycho.extras.version>0.26.0</tycho.extras.version>
+               <tycho.version>1.0.0</tycho.version>
+               <tycho.extras.version>1.0.0</tycho.extras.version>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>
        </properties>
 
        <repositories>
-               <!--
-               <repository>
-                       <id>mars</id>
-                       <url>${mars-repo.url}</url>
-                       <layout>p2</layout>
-               </repository>
-               -->
        </repositories>
 
+       <pluginRepositories>
+               <pluginRepository>
+                       <id>graph-builder-snapshot</id>
+                       <name>Graph Builder Repository</name>
+                       <url>https://repo.simupedia.com/repository/graph-builder-release</url>
+                       <layout>default</layout>
+                       <releases>
+                               <updatePolicy>never</updatePolicy>
+                       </releases>
+                       <snapshots>
+                               <updatePolicy>always</updatePolicy>
+                       </snapshots>
+               </pluginRepository>
+       </pluginRepositories>
+
        <build>
                <plugins>
                        <plugin>
@@ -50,6 +58,7 @@
                                <artifactId>target-platform-configuration</artifactId>
                                <version>${tycho.version}</version>
                                <configuration>
+                                       <includePackedArtifacts>true</includePackedArtifacts>
                                        <target>
                                                <artifact>
                                                        <groupId>org.simantics</groupId>
                                                </artifact>
                                        </target>
                                        <environments>
-<!--
-                                               <environment>
-                                                       <os>linux</os>
-                                                       <ws>gtk</ws>
-                                                       <arch>x86</arch>
-                                               </environment>
                                                <environment>
                                                        <os>linux</os>
                                                        <ws>gtk</ws>
                                                        <arch>x86_64</arch>
                                                </environment>
--->
                                                <environment>
                                                        <os>win32</os>
                                                        <ws>win32</ws>
                                                        <ws>win32</ws>
                                                        <arch>x86_64</arch>
                                                </environment>
-<!--
                                                <environment>
                                                        <os>macosx</os>
                                                        <ws>cocoa</ws>
                                                        <arch>x86_64</arch>
                                                </environment>
--->
                                        </environments>
                                </configuration>
                        </plugin>
                                <artifactId>tycho-source-feature-plugin</artifactId>
                                <version>${tycho.extras.version}</version>
                        </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>
 </project>