This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch javadoc8 in repository https://gitbox.apache.org/repos/asf/commons-csv.git
commit 9aa40153acd44026d155afd0b16434d34b2512a6 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sun Jan 19 22:54:05 2025 +0100 Fix javadoc generation --- pom.xml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ffae92a8..d2a7a878 100644 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,14 @@ <includeTestSourceDirectory>true</includeTestSourceDirectory> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>${commons.javadoc.version}</version> + <configuration combine.self="append"> + <release>8</release> + </configuration> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-pmd-plugin</artifactId> @@ -391,10 +399,10 @@ <scope>test</scope> </dependency> - <!-- + <!-- Not in Maven Central, download manually from http://kasparov.skife.org/csv/csv-1.0.jar and install with: curl https://repo.marketcetera.org/maven/org/skife/kasparov/csv/1.0/csv-1.0.jar -o $TMPDIR/csv-1.0.jar - mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar + mvn install:install-file -Dfile=$TMPDIR/csv-1.0.jar -DgroupId=org.skife.kasparov -DartifactId=csv -Dversion=1.0 -Dpackaging=jar --> <dependency> <groupId>org.skife.kasparov</groupId> @@ -491,7 +499,7 @@ <email>ggregory at apache.org</email> <url>https://www.garygregory.com</url> <organization>The Apache Software Foundation</organization> - <organizationUrl>https://www.apache.org/</organizationUrl> + <organizationUrl>https://www.apache.org/</organizationUrl> <roles> <role>PMC Member</role> </roles>
