File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments