mirror of https://github.com/apache/jclouds.git
Made the license copyright holder parameterizable.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2707 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
dd437931b5
commit
1d2b1495a2
4
pom.xml
4
pom.xml
|
@ -66,7 +66,7 @@
|
|||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
<encoding>${sourceEncoding}</encoding>
|
||||
<quiet>true</quiet>
|
||||
<links>
|
||||
<link>http://java.sun.com/javase/6/docs/api/</link>
|
||||
|
@ -91,6 +91,7 @@ pageTracker._trackPageview();
|
|||
<artifactId>maven-license-plugin</artifactId>
|
||||
<version>1.5.0</version>
|
||||
<configuration>
|
||||
<encoding>${sourceEncoding}</encoding>
|
||||
<aggregate>true</aggregate>
|
||||
<header>project/src/etc/header.txt</header>
|
||||
<excludes>
|
||||
|
@ -104,6 +105,7 @@ pageTracker._trackPageview();
|
|||
<properties>
|
||||
<year>${project.inceptionYear}</year>
|
||||
<email>info@cloudconscious.com</email>
|
||||
<copyrightHolder>Cloud Conscious, LLC</copyrightHolder>
|
||||
</properties>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue