]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Skip archive creation for P2-repository builds
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sat, 21 Oct 2017 10:19:15 +0000 (13:19 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Sat, 21 Oct 2017 10:19:15 +0000 (13:19 +0300)
There is no point in creating an archive of the P2
repositories created for repository and product builds.
This shaves a few seconds off of the total SDK build time.

refs #7396

releng/org.simantics.desktop.rcp.product/pom.xml
releng/org.simantics.sdk.repository/pom.xml

index ccee59257530634c697971c953d71760f9d0080d..d651068c90c8474372b80f5d2deb3fc14e8e89c5 100644 (file)
@@ -21,6 +21,7 @@
                                <version>${tycho.version}</version>
                                <configuration>
                                        <includeAllDependencies>true</includeAllDependencies>
+                                       <skipArchive>true</skipArchive>
                                </configuration>
                        </plugin>
                        <plugin>
index 683a1e5801d9e31ca579f8d20abdf1e6bad3bfe7..f4934422f19d82fbe7fb504752adeaff580d8520 100644 (file)
        </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.-->