add source:jar and javadoc:jar
This commit is contained in:
parent
4a1a9a4320
commit
f13e89af3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Download Plugins with Maven
|
||||
run: mvn -B antrun:run --file pom.xml
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
run: mvn -B source:jar javadoc:jar package --file pom.xml
|
||||
- name: Run Fess
|
||||
run: bash src/test/resources/before_script.sh
|
||||
- name: Run Integration Test
|
||||
|
|
Loading…
Add table
Reference in a new issue