extracted repo creation into separate project and reduced unnecessary zip work

This commit is contained in:
Martin Lippert
2016-12-05 14:51:57 +01:00
parent 65352534e1
commit 2ef4f82c3d
4 changed files with 236 additions and 96 deletions

View File

@@ -56,7 +56,7 @@
<dist.springide-pathpostfix>${dist.dependencies-version-path}</dist.springide-pathpostfix>
<dist.eclipse-integration-commons-version>${dist.dependencies-version-path}</dist.eclipse-integration-commons-version>
<tycho-version>0.25.0</tycho-version>
<tycho-version>0.26.0</tycho-version>
<encoding>UTF-8</encoding>
</properties>
@@ -153,6 +153,7 @@
</repositories>
<modules>
<module>org.springframework.boot.ide.product.e47</module>
<module>org.springframework.boot.ide.repository.e47</module>
</modules>
</profile>
@@ -263,6 +264,15 @@
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<skipArchive>true</skipArchive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jarsigner-plugin</artifactId>
@@ -342,7 +352,7 @@
<version>${tycho-version}</version>
<configuration>
<format>yyyyMMddHHmm-'${p2.qualifier}'</format>
<archiveSite>true</archiveSite>
<archiveSite>false</archiveSite>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>