Skip to content

Commit

Permalink
#2 Create self contained update site to reoslve dependency issues.
Browse files Browse the repository at this point in the history
Signed-off-by: Arne Deutsch <Arne.Deutsch@itemis.de>
  • Loading branch information
ArneDeutsch committed Jan 25, 2018
1 parent 29b3acf commit 4fec4a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions com.itemis.jbc.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<includeAllDependencies>true</includeAllDependencies>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 4fec4a1

Please sign in to comment.