Skip to content

Commit 0d94526

Browse files
committed
[pom] Remove license plugin override as true in license plugin now
worked with maven plugin author here and this is default behaviour now in latest usage we have.
1 parent a1876a3 commit 0d94526

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,6 @@
186186
<configuration>
187187
<sourceDirectories>src/main/java,src/main/kotlin</sourceDirectories>
188188
</configuration>
189-
<plugin>
190-
<groupId>com.mycila</groupId>
191-
<artifactId>license-maven-plugin</artifactId>
192-
<configuration>
193-
<mapping>
194-
<java>SLASHSTAR_STYLE</java>
195-
<kt>SLASHSTAR_STYLE</kt>
196-
</mapping>
197-
</configuration>
198189
</plugin>
199190
<!-- Add Kotlin source to the generated source JAR file-->
200191
<plugin>

0 commit comments

Comments
 (0)