File tree Expand file tree Collapse file tree 1 file changed +6
-23
lines changed Expand file tree Collapse file tree 1 file changed +6
-23
lines changed Original file line number Diff line number Diff line change 166
166
</excludes >
167
167
</configuration >
168
168
</plugin >
169
- <!--
170
169
<plugin >
171
- <groupId>org.codehaus.mojo </groupId>
172
- <artifactId>license- maven-plugin</artifactId>
173
- <version>1.12 </version>
170
+ <groupId >org.apache.maven.plugins </groupId >
171
+ <artifactId >maven-release -plugin</artifactId >
172
+ <version >2.5.3 </version >
174
173
<configuration >
175
- <verbose>false</verbose >
176
- <addJavaLicenseAfterPackage >false</addJavaLicenseAfterPackage >
177
- <canUpdateDescription>false</canUpdateDescription >
174
+ <localCheckout >true</ localCheckout >
175
+ <pushChanges >false</pushChanges >
176
+ <mavenExecutorId >forked-path</ mavenExecutorId >
178
177
</configuration >
179
- <executions>
180
- <execution>
181
- <id>first</id>
182
- <goals>
183
- <goal>update-file-header</goal>
184
- </goals>
185
- <phase>process-sources</phase>
186
- <configuration>
187
- <licenseName>apache_v2</licenseName>
188
- <roots>
189
- <root>src/main/java</root>
190
- </roots>
191
- </configuration>
192
- </execution>
193
- </executions>
194
178
</plugin >
195
- -->
196
179
</plugins >
197
180
</build >
198
181
<profiles >
You can’t perform that action at this time.
0 commit comments