Skip to content

Commit

Permalink
finalName for zipped p2 repository
Browse files Browse the repository at this point in the history
Change-Id: I5d9f95f25df63c1e36b9dfc0bf43bd97ebeb5825
  • Loading branch information
LorenzoBettini committed Jun 1, 2016
1 parent 5f77698 commit 33a176e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releng/org.eclipse.emf.parsley.repository/pom.xml
Expand Up @@ -15,6 +15,14 @@

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<finalName>${project.artifactId}-${qualifiedVersion}</finalName>
</configuration>
</plugin>
<plugin>
<!-- copy the p2 repository into the project root folder
to allow for easier archiving in CI server -->
Expand Down

0 comments on commit 33a176e

Please sign in to comment.