Skip to content

Commit dc4f2df

Browse files
committed
introduced release plugin
1 parent 92eb4b3 commit dc4f2df

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

pom.xml

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -166,33 +166,16 @@
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>

0 commit comments

Comments
 (0)