Skip to content

Commit

Permalink
list directory conects
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 25, 2024
1 parent bba6723 commit c81dd7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bom-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:
key: maven-${{ hashFiles('**pom.xml') }}
restore-keys: |
maven-
- name: Listings
run: ls -l
- name: Build
run:
ls - l
mvn -B package --file ${{inputs.baseDir}}pom.xml -U
- name: Publish
run: mvn deploy --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true
- name: Publish To Central
if: inputs.publishToCentral
run:
ls - l
mvn org.apache.maven.plugins:maven-gpg-plugin:sign deploy -Psonatype-distribution,release --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true
4 changes: 2 additions & 2 deletions .github/workflows/bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ jobs:
key: maven-${{ hashFiles('**pom.xml') }}
restore-keys: |
maven-
- name: Listings
run: ls -l
- name: Build
run:
ls - l
mvn -B package --file ${{inputs.baseDir}}pom.xml -U
- name: Publish
run: mvn deploy --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true
- name: Publish To Central
if: inputs.publishToCentral
run:
ls - l
mvn org.apache.maven.plugins:maven-gpg-plugin:sign deploy -Psonatype-distribution,release --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true -Dgpg.passphrase=${{secrets.GPG_PASSPHRASE}}
4 changes: 2 additions & 2 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ jobs:
key: maven-${{ hashFiles('**pom.xml') }}
restore-keys: |
maven-
- name: Listings
run: ls -l
- name: Build
run:
ls - l
mvn -B clean compile test package --file ${{inputs.baseDir}}pom.xml -U
- name: Publish
run: mvn deploy --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true
- name: Publish To Central
if: inputs.publishToCentral
run:
ls - l
mvn org.apache.maven.plugins:maven-gpg-plugin:sign deploy -Psonatype-distribution,release --file ${{inputs.baseDir}}pom.xml -Dignore.moditect=true

0 comments on commit c81dd7a

Please sign in to comment.