Skip to content

Commit

Permalink
Disable header update temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Painter committed Oct 9, 2023
1 parent 8bc2128 commit ddb73fa
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,27 +155,27 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
<configuration>
<licenseName>lgpl_v3</licenseName>
<organizationName>JADAPTIVE Limited</organizationName>
<inceptionYear>2002</inceptionYear>
<includes>
<include>**/*.java</include>
</includes>
</configuration>
<executions>
<execution>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
</execution>
</executions>
</plugin>
<!-- <plugin>-->
<!-- <groupId>org.codehaus.mojo</groupId>-->
<!-- <artifactId>license-maven-plugin</artifactId>-->
<!-- <version>2.2.0</version>-->
<!-- <configuration>-->
<!-- <licenseName>lgpl_v3</licenseName>-->
<!-- <organizationName>JADAPTIVE Limited</organizationName>-->
<!-- <inceptionYear>2002</inceptionYear>-->
<!-- <includes>-->
<!-- <include>**/*.java</include>-->
<!-- </includes>-->
<!-- </configuration>-->
<!-- <executions>-->
<!-- <execution>-->
<!-- <goals>-->
<!-- <goal>update-file-header</goal>-->
<!-- </goals>-->
<!-- <phase>process-sources</phase>-->
<!-- </execution>-->
<!-- </executions>-->
<!-- </plugin>-->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
Expand Down

0 comments on commit ddb73fa

Please sign in to comment.