Skip to content

Commit e774767

Browse files
committed
Updated dependencies in org.omg.sysml POM.
- Also restored -DskipTests=true in maven-publish workflow.
1 parent 7d65001 commit e774767

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Remove -snapshot from version
2929
run: ./mvnw -B versions:set -DremoveSnapshot=true
3030
- name: Publish to Github Packages
31-
run: ./mvnw -B deploy
31+
run: ./mvnw -B deploy -DskipTests=true
3232
env:
3333
GITHUB_TOKEN: ${{ github.token }} # GITHUB_TOKEN is the default env for the password
3434
- name: Upload SysML Library .kpar files

org.omg.sysml/pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,26 @@
1616
<dependencies>
1717
<dependency>
1818
<groupId>org.omg.sysml</groupId>
19-
<artifactId>org.omg.sysml.model.bundle</artifactId>
19+
<artifactId>org.omg.sysml.model</artifactId>
2020
<version>${revision}</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.omg.sysml</groupId>
24-
<artifactId>org.omg.sysml.logic.bundle</artifactId>
24+
<artifactId>org.omg.sysml.logic</artifactId>
2525
<version>${revision}</version>
2626
</dependency>
2727
</dependencies>
2828

2929
<build>
3030
<plugins>
31+
<plugin>
32+
<groupId>org.eclipse.tycho</groupId>
33+
<artifactId>target-platform-configuration</artifactId>
34+
<version>${tycho-version}</version>
35+
<configuration>
36+
<pomDependencies>wrapAsBundle</pomDependencies>
37+
</configuration>
38+
</plugin>
3139
<plugin>
3240
<groupId>org.apache.maven.plugins</groupId>
3341
<artifactId>maven-clean-plugin</artifactId>

0 commit comments

Comments
 (0)