Author: jm
Date: 2013-01-23 19:53:48 -0800 (Wed, 23 Jan 2013)
New Revision: 31077
Modified:
core3/parent/branches/3.0.0-release/pom.xml
Log:
References #1684: Backported r31072. Updated licenses
Modified: core3/parent/branches/3.0.0-release/pom.xml
===================================================================
--- core3/parent/branches/3.0.0-release/pom.xml 2013-01-24 02:18:42 UTC (rev
31076)
+++ core3/parent/branches/3.0.0-release/pom.xml 2013-01-24 03:53:48 UTC (rev
31077)
@@ -143,6 +143,32 @@
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>license-maven-plugin</artifactId>
+ <version>1.3</version>
+ <configuration>
+ <verbose>false</verbose>
+ <addSvnKeyWords>true</addSvnKeyWords>
+ <organizationName>The Cytoscape
Consortium</organizationName>
+ <inceptionYear>2013</inceptionYear>
+ <licenseName>lgpl_v2_1</licenseName>
+
+
<failOnMissingHeader>true</failOnMissingHeader>
+ <ignoreTag>%% Ignore-License</ignoreTag>
+ <roots>
+ <root>src/main/java</root>
+ <root>src/test</root>
+
<root>target/generated-sources</root>
+ </roots>
+ <includes>
+ <include>**/*.java</include>
+ </includes>
+ <excludes>
+
<exclude>**/package-info.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
</plugins>
<!-- this is the preferred method of deployment transport
mechanism -->
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.