|
1 | 1 | <?xml version="1.0"?> |
2 | | -<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor |
3 | | - license agreements. See the NOTICE file distributed with this work for additional |
4 | | - information regarding copyright ownership. The ASF licenses this file to |
5 | | - You under the Apache License, Version 2.0 (the "License"); you may not use |
6 | | - this file except in compliance with the License. You may obtain a copy of |
7 | | - the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required |
8 | | - by applicable law or agreed to in writing, software distributed under the |
9 | | - License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS |
10 | | - OF ANY KIND, either express or implied. See the License for the specific |
11 | | - language governing permissions and limitations under the License. --> |
| 2 | +<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with |
| 3 | + this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the |
| 4 | + "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 6 | + WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations |
| 7 | + under the License. --> |
12 | 8 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
13 | 9 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
14 | 10 | <parent> |
|
200 | 196 | <commons.rc.version>RC1</commons.rc.version> |
201 | 197 | <commons.jira.id>CODEC</commons.jira.id> |
202 | 198 | <commons.jira.pid>12310464</commons.jira.pid> |
203 | | - <!-- Ensure copies work OK (can be removed later when this is in parent |
204 | | - POM) --> |
| 199 | + <!-- Ensure copies work OK (can be removed later when this is in parent POM) --> |
205 | 200 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
206 | 201 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
207 | 202 | <commons.encoding>UTF-8</commons.encoding> |
208 | 203 | <commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link> |
209 | 204 | </properties> |
210 | 205 | <build> |
211 | 206 | <sourceDirectory>src/java</sourceDirectory> |
212 | | - <resources><resource><directory>src/resources</directory></resource></resources> |
| 207 | + <resources> |
| 208 | + <resource> |
| 209 | + <directory>src/resources</directory> |
| 210 | + </resource> |
| 211 | + </resources> |
213 | 212 | <testSourceDirectory>src/test</testSourceDirectory> |
214 | 213 | <plugins> |
215 | 214 | <plugin> |
|
0 commit comments