Skip to content

Commit

Permalink
Github Actions: change mvn target to package only for products
Browse files Browse the repository at this point in the history
  • Loading branch information
ichsteffen committed May 30, 2024
1 parent 863f465 commit a0b1367
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,20 @@ jobs:
- name: Build with Maven (product)
run: |
cd org.eclipse.rmf.releng.product
mvn clean install -P platform-eclipse-2023-06
mvn clean package -P platform-eclipse-2023-06
- name: Archive production artifacts (Win x86_64)
uses: actions/upload-artifact@v3
with:
name: org.eclipse.rmf.reqif10.pror.product-win32.win32.x86_64
path: |
org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product-win32.win32.x86_64.zip
- name: Archive production artifacts (MacOS x86_64)
uses: actions/upload-artifact@v3
with:
name: org.eclipse.rmf.reqif10.pror.product-macosx.cocoa.x86_64
path: |
org.eclipse.rmf.releng.product/target/products/org.eclipse.rmf.reqif10.pror.product-macosx.cocoa.x86_64.tar.gz
- name: Archive production artifacts (Linux x86_64)
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit a0b1367

Please sign in to comment.