We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c89c6 commit 33891a1Copy full SHA for 33891a1
lib/pmdtester/builders/pmd_report_builder.rb
@@ -256,7 +256,7 @@ def build_pmd_with_maven
256
# build command since PMD migrated to central portal
257
'./mvnw clean package -V ' \
258
'-PfastSkip ' \
259
- '-Dmaven.test.skip=true ' \
+ '-DskipTests ' \
260
'-T1C -B'
261
else
262
extra_java_home = "#{Dir.home}/openjdk11"
test/test_pmd_report_builder.rb
@@ -388,7 +388,7 @@ def stub_pmd_build_maven_new_pmd7_build
388
PmdTester::Cmd.stubs(:execute_successfully).with do |cmd, extra_java_home|
389
if cmd == './mvnw clean package -V ' \
390
391
392
'-T1C -B' &&
393
extra_java_home.nil?
394
FileUtils.mkdir_p 'pmd-dist/target'
0 commit comments