Start working on license headers management.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 16 Jul 2020 05:03:00 +0000 (07:03 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 16 Jul 2020 05:03:00 +0000 (07:03 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index c7d5725e1380f2a72b6bcd9ec169ff10b0453edd..5c94eef04a2d143ad40799346af49a0b0eb25ffd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <distribution>repo</distribution>
                </license>
        </licenses>
+       <build>
+               <plugins>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>license-maven-plugin</artifactId>
+                               <version>2.0.0</version>
+                               <configuration>
+                                       <projectName>Argeo Commons</projectName>
+                                       <licenseName>lgpl_v3</licenseName>
+                                       <excludes>
+                                               <exclude>**/springutil/*</exclude>
+                                               <exclude>**/org/argeo/jcr/fs/Text.java</exclude>
+                                       </excludes>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
        <dependencies>
                <dependency>
                        <groupId>org.argeo.tp</groupId>