Skip to content
Snippets Groups Projects
Commit c490926a authored by Alexander Diewald's avatar Alexander Diewald
Browse files

CI: Cleanup pom files & platform update

parent 83cfcdf4
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@
<!-- For fetching platform-specific artifacts -->
<repositories>
<repository>
<id>2018-12</id>
<id>2019-12</id>
<layout>p2</layout>
<url>https://download.eclipse.org/releases/2018-12</url>
<url>https://download.eclipse.org/releases/2019-12</url>
</repository>
</repositories>
......
......@@ -80,6 +80,23 @@
</repository>
</repositories>
</profile>
<profile>
<id>af3-p2-local</id>
<activation>
<property>
<name>!build.af3</name>
</property>
</activation>
<repositories>
<repository>
<!-- Place more centrally and combine with af3 profile -->
<id>af3-p2</id>
<layout>p2</layout>
<!-- In jenkins, the tooling update site must be copied to this location. -->
<url>file:${user.dir}/releng/org.fortiss.af3.update/target/repository/</url>
</repository>
</repositories>
</profile>
</profiles>
<build>
......@@ -117,11 +134,6 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
......
Subproject commit 762038dede0e62664960c007e00c750569449e97
Subproject commit c7110861a8e2aafc51da0583a2126af56a01ea98
......@@ -27,23 +27,6 @@
<module>af3</module>
</modules>
</profile>
<profile>
<id>af3-p2-local</id>
<activation>
<property>
<name>!build.af3</name>
</property>
</activation>
<repositories>
<repository>
<!-- Place more centrally and combine with af3 profile -->
<id>af3-p2</id>
<layout>p2</layout>
<!-- In jenkins, the tooling update site must be copied to this location. -->
<url>file:${user.dir}/releng/org.fortiss.af3.update/target/repository/</url>
</repository>
</repositories>
</profile>
<!-- For local debugging, the profiles "af3" and "tooling" can be used such that source code
changes are immediately picked up. In the default case, the product produced by
"mvn verify -Paf3,tooling,emf-generation" is used (esp. in Jenkins).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment