This repository was archived by the owner on Oct 21, 2020. It is now read-only.
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 166166 </excludes >
167167 </configuration >
168168 </plugin >
169- <!--
170169 <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 >
174173 <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 >
178177 </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>
194178 </plugin >
195- -->
196179 </plugins >
197180 </build >
198181 <profiles >
You can’t perform that action at this time.
0 commit comments