File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 67
67
cache : ' maven'
68
68
- name : Build with Maven
69
69
if : ${{ matrix.java == '8' }} # If 8 exclude the examples directory
70
- run : mvn -B install --file pom.xml -pl '!examples'
70
+ run : mvn -B install --file pom.xml -pl '!software.amazon.lambda:powertools- examples'
71
71
- name : Build with Maven
72
72
if : ${{ ! matrix.java == '8' }} # If not 8 don't exclude the examples directory
73
73
run : mvn -B install --file pom.xml
Original file line number Diff line number Diff line change 39
39
# path: '**/spotbugsXml.xml'
40
40
# # Can be simplified post this issue is fixed https://github.com/jwgmeligmeyling/spotbugs-github-action/issues/9
41
41
- name : Build with Maven for spotbugs check to mark build as fail if voilations found
42
- run : mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true -pl '!examples'
42
+ run : mvn -Pbuild-with-spotbugs -B install --file pom.xml -DskipTests -Dmaven.javadoc.skip=true -Dspotbugs.failOnError=true -pl '!software.amazon.lambda:powertools- examples'
You can’t perform that action at this time.
0 commit comments