Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 635 Bytes

File metadata and controls

22 lines (17 loc) · 635 Bytes

License Maven Plugin

To treat license headers in a unified and compliant way, this project uses the Mycila License Maven Plugin http://code.mycila.com/license-maven-plugin/

In a (non-POM) project simply add:

<build>
	<plugins>
		<plugin>
			<groupId>com.mycila</groupId>
			<artifactId>license-maven-plugin</artifactId>
		</plugin>
	</plugins>
</build>

to the project's POM.

Templates and settings defined in license are based on the entire project cloned.

Should modules have a different hierarchy, it may be necessary to adjust the configuration of header and headerDefinition from the parent POM.