Skip to content

Commit

Permalink
CI: generate .modelapi JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom authored Jul 15, 2022
1 parent f207386 commit 6260326
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B test
run: |
mkdir -p bundles/org.eclipse.epsilon.emc.magicdraw.remote/lib
mvn -B package -f magicdraw-plugin/org.eclipse.epsilon.emc.magicdraw.modelapi/pom.xml
cp magicdraw-plugin/org.eclipse.epsilon.emc.magicdraw.modelapi/target/*-uberjar.jar bundles/org.eclipse.epsilon.emc.magicdraw.remote/lib
mvn -B test -f pom.xml

0 comments on commit 6260326

Please sign in to comment.