Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit f39d27d

Browse files
committed
Update License plugin and readme for it
1 parent 0eabad2 commit f39d27d

5 files changed

Lines changed: 7 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<artifactId>jsr375-proposals</artifactId>
66
<version>1.0-SNAPSHOT</version>
77
<packaging>pom</packaging>
8-
8+
<inceptionYear>2015</inceptionYear>
9+
910
<dependencies>
1011
<dependency>
1112
<groupId>javax</groupId>
@@ -41,7 +42,7 @@
4142
</execution>
4243
</executions>
4344
<configuration>
44-
<header>../../header.txt</header>
45+
<header>../../../src/license/header.txt</header>
4546
<properties>
4647
<owner>Oracle</owner>
4748
<currentYear>2015</currentYear>
@@ -55,7 +56,7 @@
5556
<exclude>src/main/resources/**</exclude>
5657
</excludes>
5758
<headerDefinitions>
58-
<headerDefinition>../../headers.xml</headerDefinition>
59+
<headerDefinition>../../../src/license/headers.xml</headerDefinition>
5960
</headerDefinitions>
6061
<mapping>
6162
<java>JAVA_STYLE</java>
@@ -77,6 +78,5 @@
7778
</plugin>
7879
</plugins>
7980
</build>
80-
<inceptionYear>2015</inceptionYear>
8181
</project>
8282

src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License Maven Plugin
2+
To treat license headers in a unified and compliant way, this project uses the Mycila Licnse Maven Plugin
3+
http://code.mycila.com/license-maven-plugin/

misc/call-identity-store-via-cdi-events-style-a license.launch renamed to src/license/call-identity-store-via-cdi-events-style-a license.launch

File renamed without changes.

0 commit comments

Comments
 (0)