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:
Steffen Schaefer
2015-11-26 16:45:41 +01:00
parent 3d996854ca
commit d549d23ef4
4 changed files with 127 additions and 92 deletions
+8
View File
@@ -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>