]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - releng/org.simantics.sdk.repository/pom.xml
Skip archive creation for P2-repository builds
[simantics/platform.git] / releng / org.simantics.sdk.repository / pom.xml
index b3d1dc628b9bcc7f5dbd38bb934a5b9a34681711..f4934422f19d82fbe7fb504752adeaff580d8520 100644 (file)
@@ -2,7 +2,7 @@
        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>
        <artifactId>org.simantics.sdk.repository</artifactId>
-       <version>1.29.0-SNAPSHOT</version>
+       <version>1.31.0-SNAPSHOT</version>
        <packaging>eclipse-repository</packaging>
 
        <parent>
        </parent>
 
        <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.eclipse.tycho</groupId>
+                               <artifactId>tycho-p2-repository-plugin</artifactId>
+                               <version>${tycho.version}</version>
+                               <configuration>
+                                       <skipArchive>true</skipArchive>
+                               </configuration>
+                       </plugin>
+               </plugins>
                <pluginManagement>
                        <plugins>
                                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->