We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1141e9b commit d4ceb0aCopy full SHA for d4ceb0a
1 file changed
pom.xml
@@ -146,6 +146,7 @@ CSV files of various types.
146
<project.inceptionYear>2005</project.inceptionYear>
147
<maven.compiler.source>1.8</maven.compiler.source>
148
<maven.compiler.target>1.8</maven.compiler.target>
149
+ <commons.javadoc.java.link>http://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
150
<!-- Ensure copies work OK (can be removed later when this is in parent POM) -->
151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
152
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
0 commit comments