Skip to content

Commit

Permalink
[build] try to avoid strange travis build error on -Posgi
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Feb 5, 2015
1 parent dd523bb commit 4ce2eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pom.rb
Expand Up @@ -87,6 +87,8 @@ def to_pathname
# this is not an artifact for maven central
plugin :deploy, :skip => true

plugin :invoker, :skipInstallation => true

gem 'ruby-maven', '3.1.1.0.8', :scope => :provided

execute :install_gems, :'package' do |ctx|
Expand Down
6 changes: 6 additions & 0 deletions lib/pom.xml
Expand Up @@ -123,6 +123,12 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<skipInstallation>true</skipInstallation>
</configuration>
</plugin>
<plugin>
<groupId>io.tesla.polyglot</groupId>
<artifactId>tesla-polyglot-maven-plugin</artifactId>
Expand Down

0 comments on commit 4ce2eac

Please sign in to comment.