File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ jobs:
137137 mvn -Dmaven.repo.local=./maven-repo dependency:resolve-plugins -U --no-transfer-progress
138138 mvn -Dmaven.repo.local=./maven-repo compile -U --no-transfer-progress
139139 mvn -Dmaven.repo.local=./maven-repo dependency:go-offline --no-transfer-progress
140+ # ls -la /maven-repo/org/apache/maven/plugins/maven-resources-plugin/3.4.0/
140141 - uses : uraimo/run-on-arch-action@v3
141142 name : Test
142143 with :
@@ -178,6 +179,7 @@ jobs:
178179 echo "Architecture: `uname -a`"
179180 echo "MAVEN_OPTS: ${MAVEN_OPTS}"
180181 mvn --version
182+ # ls -la /work/maven-repo/org/apache/maven/plugins/maven-resources-plugin/3.4.0/
181183 cd /work && mvn -T 1 -o -nsu -Dspotless.check.skip=true -Dmaven.repo.local=/work/maven-repo --batch-mode --no-transfer-progress test
182184
183185 # This will test the build process using an external amalgamation, as well as the
Original file line number Diff line number Diff line change 162162 </configuration >
163163 </plugin >
164164
165+ <plugin >
166+ <groupId >org.apache.maven.plugins</groupId >
167+ <artifactId >maven-resources-plugin</artifactId >
168+ <version >3.4.0</version >
169+ </plugin >
170+
165171 <plugin >
166172 <groupId >org.apache.maven.plugins</groupId >
167173 <artifactId >maven-dependency-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments