We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479a50a commit 4e1ba7dCopy full SHA for 4e1ba7d
2 files changed
shaded/pom.rb
@@ -33,7 +33,7 @@
33
)
34
end
35
36
- plugin :'com.coderplus.maven.plugins:copy-rename-maven-plugin' do
+ plugin :'com.coderplus.maven.plugins:copy-rename-maven-plugin', '1.0' do
37
execute_goals 'copy',
38
id: 'copy to lib/jruby.jar',
39
phase: 'package',
shaded/pom.xml
@@ -70,6 +70,7 @@ DO NOT MODIFY - GENERATED CODE
70
<plugin>
71
<groupId>com.coderplus.maven.plugins</groupId>
72
<artifactId>copy-rename-maven-plugin</artifactId>
73
+ <version>1.0</version>
74
<executions>
75
<execution>
76
<id>copy to lib/jruby.jar</id>
0 commit comments