Skip to content

Commit

Permalink
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -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|
6 changes: 6 additions & 0 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 4ce2eac

Please sign in to comment.