Skip to content

Commit

Permalink
need pom.xml for building the OSGi bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 29, 2015
1 parent c300a1f commit 2fd45cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -85,6 +85,7 @@ install/updates.xml
maven/jruby/src/it/osgi_*
maven/jruby/src/it/j2ee_wlp
maven/jruby-complete/src/it/osgi*
maven/jruby-complete/pom.xml

# IntelliJ project files
.idea
Expand Down
4 changes: 2 additions & 2 deletions maven/jruby-complete/pom.rb
Expand Up @@ -9,8 +9,8 @@
inherit "org.jruby:jruby-artifacts:#{version}"
packaging 'bundle'

properties( 'tesla.dump.pom' => 'pom.xml',
'tesla.dump.readonly' => true,
properties( 'polyglot.dump.pom' => 'pom.xml',
'polyglot.dump.readonly' => true,
'main.basedir' => '${project.parent.parent.basedir}',
'jruby.complete.home' => '${project.build.outputDirectory}/META-INF/jruby.home' )

Expand Down

0 comments on commit 2fd45cb

Please sign in to comment.