Skip to content
Snippets Groups Projects
Commit c09b4e94 authored by Tuukka Lehtonen's avatar Tuukka Lehtonen
Browse files

Parametrized build with branch-spec.

-Dbranch-spec=master or release/1.26.0, etc. can
now be used to run the build based on different
versions of the Simantics SDK.

refs #6879
parent ed90ddf0
Branches release/1.26.0 release/1.27.0 release/1.28.0
Tags v1.26.0 v1.27.0 v1.28.0
No related merge requests found
......@@ -6,16 +6,20 @@
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<!-- common settings for all modules -->
<properties>
<branch-spec>master</branch-spec>
<simantics-download-site>http://www.simantics.org/download</simantics-download-site>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tycho-version>0.26.0</tycho-version>
</properties>
<repositories>
<!-- configure p2 repository to resolve against -->
<repository>
<id>simantics-sdk</id>
<layout>p2</layout>
<url>http://www.simantics.org/download/master/sdk</url>
<url>${simantics-download-site}/${branch-spec}/sdk</url>
</repository>
</repositories>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment