|
100 | 100 | <commons.module.name>org.apache.commons.csv</commons.module.name> |
101 | 101 | <commons.jira.id>CSV</commons.jira.id> |
102 | 102 | <commons.jira.pid>12313222</commons.jira.pid> |
103 | | - <maven.compiler.source>1.8</maven.compiler.source> |
104 | | - <maven.compiler.target>1.8</maven.compiler.target> |
| 103 | + <maven.compiler.source>8</maven.compiler.source> |
| 104 | + <maven.compiler.target>8</maven.compiler.target> |
105 | 105 | <!-- Ensure copies work OK (can be removed later when this is in parent POM) --> |
106 | 106 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
107 | 107 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
152 | 152 | <includeTestSourceDirectory>true</includeTestSourceDirectory> |
153 | 153 | </configuration> |
154 | 154 | </plugin> |
| 155 | + <plugin> |
| 156 | + <groupId>org.apache.maven.plugins</groupId> |
| 157 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 158 | + <version>${commons.javadoc.version}</version> |
| 159 | + <configuration combine.self="append"> |
| 160 | + <failOnWarnings>true</failOnWarnings> |
| 161 | + <links combine.self="override"> |
| 162 | + <!-- this link is problematic <link>${commons.javadoc.java.link}</link> --> |
| 163 | + <link>${commons.javadoc.javaee.link}</link> |
| 164 | + </links> |
| 165 | + </configuration> |
| 166 | + </plugin> |
155 | 167 | <plugin> |
156 | 168 | <groupId>org.apache.maven.plugins</groupId> |
157 | 169 | <artifactId>maven-pmd-plugin</artifactId> |
|
391 | 403 | <scope>test</scope> |
392 | 404 | </dependency> |
393 | 405 |
|
394 | | - <!-- |
| 406 | + <!-- |
395 | 407 | Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with: |
396 | 408 | curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o $TMPDIR/csv-1.0.jar |
397 | | - mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar |
| 409 | + mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar |
398 | 410 | --> |
399 | 411 | <dependency> |
400 | 412 | <groupId>org.skife.kasparov</groupId> |
|
491 | 503 | <email>ggregory at apache.org</email> |
492 | 504 | <url>https://www.garygregory.com</url> |
493 | 505 | <organization>The Apache Software Foundation</organization> |
494 | | - <organizationUrl>https://www.apache.org/</organizationUrl> |
| 506 | + <organizationUrl>https://www.apache.org/</organizationUrl> |
495 | 507 | <roles> |
496 | 508 | <role>PMC Member</role> |
497 | 509 | </roles> |
|
0 commit comments