Skip to content

Commit cd58778

Browse files
committed
Added organisational info to pom
1 parent aeb27d0 commit cd58778

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

+8-6
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>ca.mcgill.sable</groupId>
55
<artifactId>soot</artifactId>
6-
<name>Soot</name>
6+
<name>Soot - a J*va Optimization Framework</name>
77
<version>3.1.0-SNAPSHOT</version>
88
<description>A Java Optimization Framework</description>
9+
<organization>
10+
<name>Sable</name>
11+
<url>http://www.sable.mcgill.ca/</url>
12+
</organization>
913
<licenses>
1014
<license>
1115
<name>GNU LESSER GENERAL PUBLIC LICENSE 2.1</name>
@@ -295,19 +299,17 @@
295299
<failOnMissingHeader>${licence-check.failOnMissingHeader}</failOnMissingHeader>
296300
<failOnNotUptodateHeader>${licence-check.failOnMissingHeader}</failOnNotUptodateHeader>
297301
<inceptionYear>1997</inceptionYear>
298-
<addJavaLicenseAfterPackage>true</addJavaLicenseAfterPackage>
299-
<organizationName>Sable</organizationName>
300-
<projectName>Soot - a J*va Optimization Framework</projectName>
302+
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
301303
<licenseName>lgpl_v2_1</licenseName>
302304
<roots>
303305
<root>src/</root>
304306
</roots>
305307
</configuration>
306308
<executions>
307309
<execution>
308-
<id>licence-check</id>
310+
<id>license-check</id>
309311
<goals>
310-
<goal>check-file-header</goal>
312+
<goal>check-file-header</goal>
311313
</goals>
312314
<phase>verify</phase>
313315
</execution>

0 commit comments

Comments
 (0)