mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-27 07:56:38 +00:00
Moved install-android-sdk-windows to it's own Maven module
This causes the install not to be triggered for every module but only once. In addition we don't need to comment the activation condition and uncomment it on the release branch.
This commit is contained in:
@@ -265,6 +265,14 @@
|
||||
<properties>
|
||||
<p2-target>race-analysis-p2-empty</p2-target>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.sap.sailing</groupId>
|
||||
<artifactId>install-android-sdk</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user