|
15 | 15 | ${project.groupId}:${project.artifactId}:${project.version}:kapt |
16 | 16 | </process-sources> |
17 | 17 | <process-resources> |
18 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources |
| 18 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:resources |
19 | 19 | </process-resources> |
20 | 20 | <compile> |
21 | 21 | ${project.groupId}:${project.artifactId}:${project.version}:compile-kotlin, |
|
25 | 25 | ${project.groupId}:${project.artifactId}:${project.version}:test-kapt |
26 | 26 | </process-test-sources> |
27 | 27 | <process-test-resources> |
28 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources |
| 28 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:testResources |
29 | 29 | </process-test-resources> |
30 | 30 | <test-compile> |
31 | 31 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile-kotlin, |
32 | 32 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile |
33 | 33 | </test-compile> |
34 | 34 | <test> |
35 | | - org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test |
| 35 | + org.apache.maven.plugins:maven-surefire-plugin:${mavenTestPluginVersion}:test |
36 | 36 | </test> |
37 | 37 | <package> |
38 | | - org.apache.maven.plugins:maven-jar-plugin:3.3.0:jar |
| 38 | + org.apache.maven.plugins:maven-jar-plugin:${mavenJarPluginVersion}:jar |
39 | 39 | </package> |
40 | 40 | <install> |
41 | | - org.apache.maven.plugins:maven-install-plugin:3.0.1:install |
| 41 | + org.apache.maven.plugins:maven-install-plugin:${mavenInstallPluginVersion}:install |
42 | 42 | </install> |
43 | 43 | <deploy> |
44 | | - org.apache.maven.plugins:maven-deploy-plugin:3.0.0:deploy |
| 44 | + org.apache.maven.plugins:maven-deploy-plugin:${mavenDeployPluginVersion}:deploy |
45 | 45 | </deploy> |
46 | 46 | </phases> |
47 | 47 |
|
|
64 | 64 | ${project.groupId}:${project.artifactId}:${project.version}:kapt |
65 | 65 | </process-sources> |
66 | 66 | <process-resources> |
67 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources |
| 67 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:resources |
68 | 68 | </process-resources> |
69 | 69 | <compile> |
70 | 70 | ${project.groupId}:${project.artifactId}:${project.version}:compile-kotlin, |
|
74 | 74 | ${project.groupId}:${project.artifactId}:${project.version}:test-kapt |
75 | 75 | </process-test-sources> |
76 | 76 | <process-test-resources> |
77 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources |
| 77 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:testResources |
78 | 78 | </process-test-resources> |
79 | 79 | <test-compile> |
80 | 80 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile-kotlin, |
81 | 81 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile |
82 | 82 | </test-compile> |
83 | 83 | <test> |
84 | | - org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test |
| 84 | + org.apache.maven.plugins:maven-surefire-plugin:${mavenTestPluginVersion}:test |
85 | 85 | </test> |
86 | 86 | <package> |
87 | | - org.apache.maven.plugins:maven-ejb-plugin:3.2.1:ejb |
| 87 | + org.apache.maven.plugins:maven-ejb-plugin:${mavenEjbPluginVersion}:ejb |
88 | 88 | </package> |
89 | 89 | <install> |
90 | | - org.apache.maven.plugins:maven-install-plugin:3.0.1:install |
| 90 | + org.apache.maven.plugins:maven-install-plugin:${mavenInstallPluginVersion}:install |
91 | 91 | </install> |
92 | 92 | <deploy> |
93 | | - org.apache.maven.plugins:maven-deploy-plugin:3.3.0:deploy |
| 93 | + org.apache.maven.plugins:maven-deploy-plugin:${mavenDeployPluginVersion}:deploy |
94 | 94 | </deploy> |
95 | 95 | </phases> |
96 | 96 |
|
|
113 | 113 | ${project.groupId}:${project.artifactId}:${project.version}:kapt |
114 | 114 | </process-sources> |
115 | 115 | <process-resources> |
116 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources |
| 116 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:resources |
117 | 117 | </process-resources> |
118 | 118 | <compile> |
119 | 119 | ${project.groupId}:${project.artifactId}:${project.version}:compile-kotlin, |
|
123 | 123 | ${project.groupId}:${project.artifactId}:${project.version}:test-kapt |
124 | 124 | </process-test-sources> |
125 | 125 | <process-test-resources> |
126 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources |
| 126 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:testResources |
127 | 127 | </process-test-resources> |
128 | 128 | <test-compile> |
129 | 129 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile-kotlin, |
130 | 130 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile |
131 | 131 | </test-compile> |
132 | 132 | <test> |
133 | | - org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test |
| 133 | + org.apache.maven.plugins:maven-surefire-plugin:${mavenTestPluginVersion}:test |
134 | 134 | </test> |
135 | 135 | <package> |
136 | | - org.apache.maven.plugins:maven-war-plugin:2.2:war |
| 136 | + org.apache.maven.plugins:maven-war-plugin:${mavenWarPluginVersion}:war |
137 | 137 | </package> |
138 | 138 | <install> |
139 | | - org.apache.maven.plugins:maven-install-plugin:3.0.1:install |
| 139 | + org.apache.maven.plugins:maven-install-plugin:${mavenInstallPluginVersion}:install |
140 | 140 | </install> |
141 | 141 | <deploy> |
142 | | - org.apache.maven.plugins:maven-deploy-plugin:3.3.0:deploy |
| 142 | + org.apache.maven.plugins:maven-deploy-plugin:${mavenDeployPluginVersion}:deploy |
143 | 143 | </deploy> |
144 | 144 | </phases> |
145 | 145 |
|
|
162 | 162 | ${project.groupId}:${project.artifactId}:${project.version}:kapt |
163 | 163 | </process-sources> |
164 | 164 | <process-resources> |
165 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:resources |
| 165 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:resources |
166 | 166 | </process-resources> |
167 | 167 | <compile> |
168 | 168 | ${project.groupId}:${project.artifactId}:${project.version}:compile-kotlin, |
|
172 | 172 | ${project.groupId}:${project.artifactId}:${project.version}:test-kapt |
173 | 173 | </process-test-sources> |
174 | 174 | <process-test-resources> |
175 | | - org.apache.maven.plugins:maven-resources-plugin:3.3.0:testResources |
| 175 | + org.apache.maven.plugins:maven-resources-plugin:${mavenResourcesPluginVersion}:testResources |
176 | 176 | </process-test-resources> |
177 | 177 | <test-compile> |
178 | 178 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile-kotlin, |
179 | 179 | ${project.groupId}:${project.artifactId}:${project.version}:test-compile |
180 | 180 | </test-compile> |
181 | 181 | <test> |
182 | | - org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test |
| 182 | + org.apache.maven.plugins:maven-surefire-plugin:${mavenTestPluginVersion}:test |
183 | 183 | </test> |
184 | 184 | <package> |
185 | | - org.apache.maven.plugins:maven-rar-plugin:3.0.0:rar |
| 185 | + org.apache.maven.plugins:maven-rar-plugin:${mavenJarPluginVersion}:rar |
186 | 186 | </package> |
187 | 187 | <install> |
188 | | - org.apache.maven.plugins:maven-install-plugin:3.0.1:install |
| 188 | + org.apache.maven.plugins:maven-install-plugin:${mavenInstallPluginVersion}:install |
189 | 189 | </install> |
190 | 190 | <deploy> |
191 | | - org.apache.maven.plugins:maven-deploy-plugin:3.3.0:deploy |
| 191 | + org.apache.maven.plugins:maven-deploy-plugin:${mavenDeployPluginVersion}:deploy |
192 | 192 | </deploy> |
193 | 193 | </phases> |
194 | 194 |
|
|
0 commit comments