Skip to content

Commit 2819706

Browse files
committed
[build] let's not dump pom.xml as read-only
1 parent af71830 commit 2819706

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Mavenfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ properties( 'jruby.plugins.version' => '1.1.8',
123123
'mavengem-wagon.version' => '1.0.3', # for polyglot-ruby
124124
# use this version of jruby for the jruby-maven-plugins
125125
'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 )
126+
# dump pom.xml when running 'rmvn'
127+
'polyglot.dump.pom' => 'pom.xml', 'polyglot.dump.readonly' => false )
129128

130129
# make sure we have the embedded jars in place before we run runit plugin
131130
plugin! :dependency do

0 commit comments

Comments
 (0)