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
<version>${tycho.version}</version>
<configuration>
<includeAllDependencies>true</includeAllDependencies>
+ <skipArchive>true</skipArchive>
</configuration>
</plugin>
<plugin>
</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.-->