Configure your license

To configure license either provide the license text as in example one or a path to your license in example two in the license tag:

 <project>
      ...
  <build>
    <plugins>
      <plugin>
        <groupId>com.vmlens</groupId>
		<artifactId>vmlens-maven-plugin</artifactId>
		<version>1.0.0</version>
        <configuration>
			<license>
			==== BEGIN vmlens licence ====
			QQgBY01uQuSfZ2WV7Il72FJ9aGjtUj
			HlQaHIbetRaVc/PmR/Y5Ty8HijIsRp
			kxI3bRXi8fwE6333386Y//FjQte6eA
			KJvWrf6TkH6eJo2AwKWX8FU4f1Ox9p
			krrrrrrddeeessddYSoauV2sryID20
			g20OS+ipG3ShTryL1s388=
		    ==== END vmlens licence ====
			</license>		
		</configuration>
	  </plugin>
    </plugins>
  </build>
</project>

Example 1: license text

 <project>
      ...
  <build>
    <plugins>
      <plugin>
        <groupId>com.vmlens</groupId>
		<artifactId>vmlens-maven-plugin</artifactId>
		<version>1.0.0</version>
        <configuration>
		    <license>/home/thomas/git-repo/workspace/test-maven-plugin/license/license.txt</license>
		</configuration>
	  </plugin>
    </plugins>
  </build>
</project>

Example 2: license path