We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd523bb commit 4ce2eacCopy full SHA for 4ce2eac
lib/pom.rb
@@ -87,6 +87,8 @@ def to_pathname
87
# this is not an artifact for maven central
88
plugin :deploy, :skip => true
89
90
+ plugin :invoker, :skipInstallation => true
91
+
92
gem 'ruby-maven', '3.1.1.0.8', :scope => :provided
93
94
execute :install_gems, :'package' do |ctx|
lib/pom.xml
@@ -123,6 +123,12 @@
123
<skip>true</skip>
124
</configuration>
125
</plugin>
126
+ <plugin>
127
+ <artifactId>maven-invoker-plugin</artifactId>
128
+ <configuration>
129
+ <skipInstallation>true</skipInstallation>
130
+ </configuration>
131
+ </plugin>
132
<plugin>
133
<groupId>io.tesla.polyglot</groupId>
134
<artifactId>tesla-polyglot-maven-plugin</artifactId>
0 commit comments