|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + #%L |
| 4 | + License Maven Plugin |
| 5 | + %% |
| 6 | + Copyright (C) 2008 - 2011 CodeLutin, Codehaus, Tony Chemit |
| 7 | + %% |
| 8 | + This program is free software: you can redistribute it and/or modify |
| 9 | + it under the terms of the GNU Lesser General Public License as |
| 10 | + published by the Free Software Foundation, either version 3 of the |
| 11 | + License, or (at your option) any later version. |
| 12 | +
|
| 13 | + This program is distributed in the hope that it will be useful, |
| 14 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + GNU General Lesser Public License for more details. |
| 17 | +
|
| 18 | + You should have received a copy of the GNU General Lesser Public |
| 19 | + License along with this program. If not, see |
| 20 | + <http://www.gnu.org/licenses/lgpl-3.0.html>. |
| 21 | + #L% |
| 22 | + --> |
| 23 | + |
| 24 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 25 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 26 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 27 | + |
| 28 | + <modelVersion>4.0.0</modelVersion> |
| 29 | + |
| 30 | + <groupId>org.codehaus.mojo.license.test</groupId> |
| 31 | + <artifactId>issue-423</artifactId> |
| 32 | + <version>@pom.version@</version> |
| 33 | + |
| 34 | + <name>License Test :: ISSUE-423</name> |
| 35 | + |
| 36 | + <properties> |
| 37 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 38 | + <license.verbose>true</license.verbose> |
| 39 | + </properties> |
| 40 | + |
| 41 | + <dependencies> |
| 42 | + <dependency> |
| 43 | + <groupId>commons-logging</groupId> |
| 44 | + <artifactId>commons-logging</artifactId> |
| 45 | + <version>1.1.1</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>org.apache.commons</groupId> |
| 49 | + <artifactId>commons-lang3</artifactId> |
| 50 | + <version>3.8.1</version> |
| 51 | + </dependency> |
| 52 | + </dependencies> |
| 53 | + |
| 54 | +</project> |
0 commit comments