File tree 1 file changed +7
-7
lines changed
src/main/filtered-resources/META-INF/plexus
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 67
67
<!-- START SNIPPET: jar-lifecycle -->
68
68
<phases >
69
69
<process-resources >
70
- org.apache.maven.plugins:maven-resources-plugin:3.0.2 :resources
70
+ org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin} :resources
71
71
</process-resources >
72
72
<compile >
73
- org.apache.maven.plugins:maven-compiler-plugin:3.5.1 :compile
73
+ org.apache.maven.plugins:maven-compiler-plugin:${version.maven-compiler-plugin} :compile
74
74
</compile >
75
75
<process-test-resources >
76
- org.apache.maven.plugins:maven-resources-plugin:3.0.2 :testResources
76
+ org.apache.maven.plugins:maven-resources-plugin:${version.maven-resources-plugin} :testResources
77
77
</process-test-resources >
78
78
<test-compile >
79
- org.apache.maven.plugins:maven-compiler-plugin:3.5.1 :testCompile
79
+ org.apache.maven.plugins:maven-compiler-plugin:${version.maven-compiler-plugin} :testCompile
80
80
</test-compile >
81
81
<test >
82
- org.apache.maven.plugins:maven-surefire-plugin:2.19.1 :test
82
+ org.apache.maven.plugins:maven-surefire-plugin:${version.maven-surefire} :test
83
83
</test >
84
84
<package >
85
85
org.apache.maven.plugins:maven-jar-plugin:${project.version}:jar
86
86
</package >
87
87
<install >
88
- org.apache.maven.plugins:maven-install-plugin:2.5.2 :install
88
+ org.apache.maven.plugins:maven-install-plugin:${version.maven-install-plugin} :install
89
89
</install >
90
90
<deploy >
91
- org.apache.maven.plugins:maven-deploy-plugin:2.8.2 :deploy
91
+ org.apache.maven.plugins:maven-deploy-plugin:${version.maven-deploy-plugin} :deploy
92
92
</deploy >
93
93
</phases >
94
94
<!-- END SNIPPET: jar-lifecycle -->
You can’t perform that action at this time.
0 commit comments