Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Indriya P2
Commits
e391a6b7
Commit
e391a6b7
authored
2 years ago
by
Kai-Holger Brassel
Browse files
Options
Download
Email Patches
Plain Diff
Switch to simpler p2-maven-plugin; housekeeping
parent
c7491530
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
.gitlab-ci.yml
pom.xml
+30
-74
pom.xml
with
32 additions
and
76 deletions
+32
-76
.gitlab-ci.yml
+
2
-
2
View file @
e391a6b7
variables
:
variables
:
RELEASE_DIR
:
"
public/
release_target_211
"
RELEASE_DIR
:
"
public/
p2repo
"
pages
:
pages
:
stage
:
deploy
stage
:
deploy
tags
:
tags
:
-
docker
-
docker
image
:
maven:3.
6.3-adoptopenjdk-15
image
:
maven:3.
8.4-eclipse-temurin-17-alpine
script
:
script
:
-
mvn --version
-
mvn --version
-
mvn clean install
# build p2 repo
-
mvn clean install
# build p2 repo
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
30
-
74
View file @
e391a6b7
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.hft-stuttgart
</groupId>
<artifactId>
de.hft-stuttgart.indriya.parent
</artifactId>
<version>
1.0.0
</version>
<packaging>
pom
</packaging>
<name>
Indriya P2 site parent POM
</name>
<properties>
<groupId>
de.hft-stuttgart
</groupId>
<tycho-version>
2.1.0
</tycho-version>
<artifactId>
indriya-p2-site
</artifactId>
</properties>
<packaging>
pom
</packaging>
<version>
1.2.0
</version>
<build>
<name>
Indriya P2 update site
</name>
<plugins>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
tycho-maven-plugin
</artifactId>
<version>
${tycho-version}
</version>
<configuration>
<source>
15
</source>
<target>
15
</target>
<encoding>
UTF-8
</encoding>
</configuration>
<extensions>
true
</extensions>
</plugin>
<plugin>
<groupId>
org.eclipse.tycho
</groupId>
<artifactId>
target-platform-configuration
</artifactId>
<version>
${tycho-version}
</version>
<configuration>
<pomDependencies>
consider
</pomDependencies>
<!-- executionEnvironment>JavaSE-15</executionEnvironment -->
<target>
<artifact>
<groupId>
de.hft-stuttgart
</groupId>
<artifactId>
de.hft-stuttgart.indriya.target
</artifactId>
<version>
1.0.0
</version>
</artifact>
</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
tech.units
</groupId>
<artifactId>
indriya
</artifactId>
<version>
2.1.1
</version>
</dependency>
<dependency>
<groupId>
jakarta.inject
</groupId>
<artifactId>
jakarta.inject-api
</artifactId>
<version>
2.0.0
</version>
</dependency>
<dependency>
<groupId>
jakarta.annotation
</groupId>
<artifactId>
jakarta.annotation-api
</artifactId>
<version>
2.0.0
</version>
</dependency>
<dependency>
<groupId>
tech.uom.lib
</groupId>
<artifactId>
uom-lib-common
</artifactId>
<version>
2.1
</version>
</dependency>
</dependencies>
<modules>
<module>
de.hft-stuttgart.indriya.target
</module>
<module>
de.hft-stuttgart.indriya.feature
</module>
<module>
de.hft-stuttgart.indriya.p2site
</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>
org.reficio
</groupId>
<artifactId>
p2-maven-plugin
</artifactId>
<version>
2.0.0
</version>
<executions>
<execution>
<id>
default-cli
</id>
<configuration>
<artifacts>
<!-- specify your depencies here -->
<!-- groupId:artifactId:version -->
<artifact><id>
tech.units:indriya:2.1.1
</id></artifact>
<artifact><id>
tech.units:indriya:2.1.3
</id></artifact>
</artifacts>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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