Skip to content

Commit ed4f48f

Browse files
committed
Archived update site generation
The update site generation is now configured to produce the repository in zipped format. It can be found in releng/org.codechecker.eclipse.update/target/ as codechecker_eclipse_update.zip
1 parent 31f170c commit ed4f48f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

  • releng/org.codechecker.eclipse.update

releng/org.codechecker.eclipse.update/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,17 @@
88
<artifactId>org.codechecker.eclipse.update</artifactId>
99
<version>1.0.0-SNAPSHOT</version>
1010
<packaging>eclipse-repository</packaging>
11+
12+
<build>
13+
<plugins>
14+
<plugin>
15+
<groupId>org.eclipse.tycho</groupId>
16+
<artifactId>tycho-p2-repository-plugin</artifactId>
17+
<version>${tycho.version}</version>
18+
<configuration>
19+
<finalName>codechecker_eclipse_update</finalName>
20+
</configuration>
21+
</plugin>
22+
</plugins>
23+
</build>
1124
</project>

0 commit comments

Comments
 (0)