Skip to content

Commit

Permalink
add source:jar and javadoc:jar
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Aug 3, 2023
1 parent 4a1a9a4 commit f13e89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f13e89a

Please sign in to comment.