fix: revert vitro installer packaging to war (#269)
* fix: revert vitro installer packaging to war * chore: fix for github action
This commit is contained in:
parent
733a88ddcb
commit
03624e5d1b
2 changed files with 15 additions and 3 deletions
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
|
@ -10,7 +10,15 @@ jobs:
|
|||
MAVEN_OPTS: -Xmx1024M
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
path: Vitro
|
||||
|
||||
- name: Checkout vitro languages
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: vivo-project/Vitro-languages
|
||||
path: Vitro-languages
|
||||
|
||||
- name: Maven Cache
|
||||
uses: actions/cache@v2
|
||||
|
@ -25,4 +33,8 @@ jobs:
|
|||
java-version: 11
|
||||
|
||||
- name: Maven Build
|
||||
run: mvn clean install
|
||||
run: |
|
||||
cd ./Vitro-languages
|
||||
mvn clean install
|
||||
cd ../Vitro
|
||||
mvn clean install
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<groupId>org.vivoweb</groupId>
|
||||
<artifactId>vitro-installer-webapp</artifactId>
|
||||
<version>1.12.3-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<parent>
|
||||
<groupId>org.vivoweb</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue