Skip to content

Commit

Permalink
PLT-191: repo update
Browse files Browse the repository at this point in the history
  • Loading branch information
n5nk committed Nov 24, 2023
1 parent 35532ea commit 3392a48
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 @@ -55,6 +55,6 @@ jobs:
fi
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
run: mvn deploy -pl 'janusgraph-server, janusgraph-core, janusgraph-cql, janusgraph-berkeleyje, janusgraph-es, janusgraph-hbase, janusgraph-solr, janusgraph-lucene' -Dcheckstyle.skip -Drat.skip=true -Dit.skip=true -Denforcer.skip=true -Dmaven.javadoc.skip=true ${{ env.BUILD_MAVEN_OPTS }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3392a48

Please sign in to comment.