Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
maven-releng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
af3
maven-releng
Commits
c490926a
Commit
c490926a
authored
Feb 13, 2020
by
Alexander Diewald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Cleanup pom files & platform update
Signed-off-by:
Alexander Diewald
<
diewald@fortiss.org
>
parent
83cfcdf4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
25 deletions
+20
-25
products/pom.xml
products/pom.xml
+2
-2
releng/org.fortiss.af3.configuration/pom.xml
releng/org.fortiss.af3.configuration/pom.xml
+17
-5
releng/org.fortiss.af3.target
releng/org.fortiss.af3.target
+1
-1
tests/pom.xml
tests/pom.xml
+0
-17
No files found.
products/pom.xml
View file @
c490926a
...
...
@@ -18,9 +18,9 @@
<!-- For fetching platform-specific artifacts -->
<repositories>
<repository>
<id>
201
8
-12
</id>
<id>
201
9
-12
</id>
<layout>
p2
</layout>
<url>
https://download.eclipse.org/releases/201
8
-12
</url>
<url>
https://download.eclipse.org/releases/201
9
-12
</url>
</repository>
</repositories>
...
...
releng/org.fortiss.af3.configuration/pom.xml
View file @
c490926a
...
...
@@ -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>
...
...
org.fortiss.af3.target
@
c7110861
Compare
762038de
...
c7110861
Subproject commit
762038dede0e62664960c007e00c750569449e97
Subproject commit
c7110861a8e2aafc51da0583a2126af56a01ea98
tests/pom.xml
View file @
c490926a
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment