]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.tycho.configuration/pom.xml
Allow customizing TextElement default vertical alignment
[simantics/platform.git] / releng / org.simantics.tycho.configuration / pom.xml
index 81bfafa92f0f5fb1aa94929aebfaeddfbd217b3f..320857f517050d1bf8bbec7097f308f2a31a4dcb 100644 (file)
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
-       <modelVersion>4.0.0</modelVersion>\r
-       <groupId>org.simantics</groupId>\r
-       <artifactId>org.simantics.tycho.configuration</artifactId>\r
-       <version>1.0.0-SNAPSHOT</version>\r
-       <packaging>pom</packaging>\r
-\r
-       <properties>\r
-               <tycho.version>0.25.0</tycho.version>\r
-               <tycho.extras.version>0.25.0</tycho.extras.version>\r
-               <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>\r
-               <mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>\r
-       </properties>\r
-\r
-       <repositories>\r
-               <!--\r
-               <repository>\r
-                       <id>mars</id>\r
-                       <url>${mars-repo.url}</url>\r
-                       <layout>p2</layout>\r
-               </repository>\r
-               -->\r
-       </repositories>\r
-\r
-       <build>\r
-               <plugins>\r
-                       <plugin>\r
-                               <groupId>org.eclipse.tycho</groupId>\r
-                               <artifactId>tycho-maven-plugin</artifactId>\r
-                               <version>${tycho.version}</version>\r
-                               <extensions>true</extensions>\r
-                       </plugin>\r
-                       <plugin>\r
-                               <groupId>org.eclipse.tycho</groupId>\r
-                               <artifactId>target-platform-configuration</artifactId>\r
-                               <version>${tycho.version}</version>\r
-                               <configuration>\r
-                                       <target>\r
-                                               <artifact>\r
-                                                       <groupId>org.simantics</groupId>\r
-                                                       <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>\r
-                                                       <version>1.0.0-SNAPSHOT</version>\r
-                                               </artifact>\r
-                                       </target>\r
-                                       <environments>\r
-<!--\r
-                                               <environment>\r
-                                                       <os>linux</os>\r
-                                                       <ws>gtk</ws>\r
-                                                       <arch>x86</arch>\r
-                                               </environment>\r
-                                               <environment>\r
-                                                       <os>linux</os>\r
-                                                       <ws>gtk</ws>\r
-                                                       <arch>x86_64</arch>\r
-                                               </environment>\r
--->\r
-                                               <environment>\r
-                                                       <os>win32</os>\r
-                                                       <ws>win32</ws>\r
-                                                       <arch>x86</arch>\r
-                                               </environment>\r
-                                               <environment>\r
-                                                       <os>win32</os>\r
-                                                       <ws>win32</ws>\r
-                                                       <arch>x86_64</arch>\r
-                                               </environment>\r
-<!--\r
-                                               <environment>\r
-                                                       <os>macosx</os>\r
-                                                       <ws>cocoa</ws>\r
-                                                       <arch>x86_64</arch>\r
-                                               </environment>\r
--->\r
-                                       </environments>\r
-                               </configuration>\r
-                       </plugin>\r
-               </plugins>\r
-       </build>\r
-</project>\r
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>org.simantics</groupId>
+       <artifactId>org.simantics.tycho.configuration</artifactId>
+       <version>1.0.0-SNAPSHOT</version>
+       <packaging>pom</packaging>
+
+       <properties>
+               <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>
+       </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>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-maven-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                               <extensions>true</extensions>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-versions-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-packaging-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                               <configuration>
+                                       <format>'v'yyyyMMdd-HHmmss</format>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>target-platform-configuration</artifactId>
+                               <version>${tycho.version}</version>
+                               <configuration>
+                                       <includePackedArtifacts>true</includePackedArtifacts>
+                                       <target>
+                                               <artifact>
+                                                       <groupId>org.simantics</groupId>
+                                                       <artifactId>org.simantics.sdk.build.targetdefinition</artifactId>
+                                                       <version>1.0.0-SNAPSHOT</version>
+                                               </artifact>
+                                       </target>
+                                       <environments>
+                                               <environment>
+                                                       <os>linux</os>
+                                                       <ws>gtk</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                               <environment>
+                                                       <os>win32</os>
+                                                       <ws>win32</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                               <environment>
+                                                       <os>macosx</os>
+                                                       <ws>cocoa</ws>
+                                                       <arch>x86_64</arch>
+                                               </environment>
+                                       </environments>
+                               </configuration>
+                       </plugin>
+                       <plugin>
+                               <groupId>org.eclipse.tycho.extras</groupId>
+                               <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>