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 af71830 commit 2819706Copy full SHA for 2819706
Mavenfile
@@ -123,9 +123,8 @@ properties( 'jruby.plugins.version' => '1.1.8',
123
'mavengem-wagon.version' => '1.0.3', # for polyglot-ruby
124
# use this version of jruby for the jruby-maven-plugins
125
'jruby.versions' => MVN_JRUBY_VERSION, 'jruby.version' => MVN_JRUBY_VERSION,
126
- # dump pom.xml as readonly when running 'rmvn'
127
- 'polyglot.dump.pom' => 'pom.xml',
128
- 'polyglot.dump.readonly' => true )
+ # dump pom.xml when running 'rmvn'
+ 'polyglot.dump.pom' => 'pom.xml', 'polyglot.dump.readonly' => false )
129
130
# make sure we have the embedded jars in place before we run runit plugin
131
plugin! :dependency do
0 commit comments