Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@ maven/jruby/src/it/osgi_*
maven/jruby/src/it/j2ee_wlp
maven/jruby-complete/src/it/osgi*
maven/jruby-complete/pom.xml
maven/pom.xml

# IntelliJ project files
.idea
6 changes: 4 additions & 2 deletions maven/pom.rb
Original file line number Diff line number Diff line change
@@ -7,8 +7,10 @@
inherit 'org.jruby:jruby-parent', version
packaging 'pom'

properties( 'tesla.dump.pom' => 'pom.xml',
'tesla.dump.readonly' => true )
# it looks like some people have problems with this artifact as parent
# TODO set the parent pom to pom.rb inside the children
properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true )

plugin_management do
plugin 'org.codehaus.mojo:build-helper-maven-plugin' do

0 comments on commit 8091cfe

Please sign in to comment.