diff --git a/LICENSE-header.txt b/LICENSE-header.txt new file mode 100644 index 00000000..ae6f28c4 --- /dev/null +++ b/LICENSE-header.txt @@ -0,0 +1,16 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "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 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ diff --git a/checkstyle.xml b/checkstyle.xml index b790ec37..89cd3898 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -20,26 +20,50 @@ limitations under the License. "-//Puppy Crawl//DTD Check Configuration 1.1//EN" "http://www.puppycrawl.com/dtds/configuration_1_1.dtd"> - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + - - - - - - + + + diff --git a/pom.xml b/pom.xml index 0dd2c631..e2004de8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 org.apache.commons @@ -15,7 +15,7 @@ The Commons CSV library provides a simple interface for reading and writing CSV files of various types. - + junit @@ -44,6 +44,13 @@ CSV files of various types. yonik@apache.org Apache + + Gary Gregory + ggregory + ggregory@apache.org + http://www.garygregory.com + -5 + @@ -63,24 +70,63 @@ CSV files of various types. + 1.0 + + RC1 csv CSV 12313222 1.5 1.5 - + + UTF-8 + UTF-8 + UTF-8 + ${basedir}/LICENSE-header.txt + org.apache.maven.plugins maven-checkstyle-plugin - 2.1 + 2.9.1 ${basedir}/checkstyle.xml false + ${basedir}/LICENSE-header.txt + + org.apache.maven.plugins + maven-pmd-plugin + 2.7.1 + + ${maven.compile.target} + + + + org.codehaus.mojo + findbugs-maven-plugin + 2.5.2 + + + org.codehaus.mojo + taglist-maven-plugin + 2.4 + + + TODO + NOPMD + NOTE + + + + + org.codehaus.mojo + javancss-maven-plugin + 2.0 +