Commit cd58778 1 parent aeb27d0 commit cd58778 Copy full SHA for cd58778
File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >ca.mcgill.sable</groupId >
5
5
<artifactId >soot</artifactId >
6
- <name >Soot</name >
6
+ <name >Soot - a J*va Optimization Framework </name >
7
7
<version >3.1.0-SNAPSHOT</version >
8
8
<description >A Java Optimization Framework</description >
9
+ <organization >
10
+ <name >Sable</name >
11
+ <url >http://www.sable.mcgill.ca/</url >
12
+ </organization >
9
13
<licenses >
10
14
<license >
11
15
<name >GNU LESSER GENERAL PUBLIC LICENSE 2.1</name >
295
299
<failOnMissingHeader >${licence-check.failOnMissingHeader} </failOnMissingHeader >
296
300
<failOnNotUptodateHeader >${licence-check.failOnMissingHeader} </failOnNotUptodateHeader >
297
301
<inceptionYear >1997</inceptionYear >
298
- <addJavaLicenseAfterPackage >true</addJavaLicenseAfterPackage >
299
- <organizationName >Sable</organizationName >
300
- <projectName >Soot - a J*va Optimization Framework</projectName >
302
+ <addJavaLicenseAfterPackage >false</addJavaLicenseAfterPackage >
301
303
<licenseName >lgpl_v2_1</licenseName >
302
304
<roots >
303
305
<root >src/</root >
304
306
</roots >
305
307
</configuration >
306
308
<executions >
307
309
<execution >
308
- <id >licence -check</id >
310
+ <id >license -check</id >
309
311
<goals >
310
- <goal >check-file-header</goal >
312
+ <goal >check-file-header</goal >
311
313
</goals >
312
314
<phase >verify</phase >
313
315
</execution >
You can’t perform that action at this time.
0 commit comments