diff --git a/Mavenfile b/Mavenfile index 9e966649..2cb2b530 100644 --- a/Mavenfile +++ b/Mavenfile @@ -44,6 +44,6 @@ plugin :invoker, '3.10.1' do :goals => ['verify'], :projectsDirectory => 'integration', :pomIncludes => [ '*/pom.xml' ], - :pomExcludes => Java::JavaLang::System.getProperty('jruby.version').start_with?('10.1') ? ['rails7_test/pom.xml'] : [], + :pomExcludes => [], :streamLogs => true ) end