Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
remove extra maven phase sources:jar
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed May 21, 2021
1 parent 926d4a1 commit fc4c1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/stable-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
assembly: stable
packages: openjdk11-jdk
documentation-dir: target/apidocs
maven-stable-artifact-phases: clean,install,package,source:jar,javadoc:jar,gpg:sign,deploy
maven-stable-artifact-phases: clean,install,javadoc:jar,package,gpg:sign,deploy
env:
ossrh_username: ${{secrets.OSSRH_USERNAME}}
ossrh_password: ${{secrets.OSSRH_PASSWORD}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<configuration>
<classifier>sources</classifier>
<classesDirectory>${project.build.directory}/target/generated-sources/swagger/src/gen/java/main</classesDirectory>
<includes>**/*</includes>
<includes>**/*.java</includes>
</configuration>
<id>pack-docs</id>
<phase>package</phase>
Expand Down

0 comments on commit fc4c1f6

Please sign in to comment.