Skip to content

Commit

Permalink
MATP-1172 Update and complete Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
colinduplantis committed Apr 21, 2023
1 parent 2be1567 commit e51092c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 22 deletions.
22 changes: 0 additions & 22 deletions fork/commons-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,6 @@
<contributors>
</contributors>

<!--<scm>-->
<!--<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</connection>-->
<!--<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</developerConnection>-->
<!--<url>http://svn.apache.org/repos/asf/commons/sandbox/csv/trunk</url>-->
<!--</scm>-->

<!--<distributionManagement>-->
<!--<site>-->
<!--<id>apache.website</id>-->
<!--<name>Apache Website</name>-->
<!--<url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/sandbox/csv/</url>-->
<!--</site>-->
<!--</distributionManagement>-->

<properties>
<commons.componentid>csv</commons.componentid>
<commons.jira.componentid>12311182</commons.jira.componentid>
Expand Down Expand Up @@ -94,14 +80,6 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
</configuration>
</plugin>
</plugins>
</reporting>

Expand Down
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<configuration>
<failOnError>false</failOnError>
<show>private</show>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -1246,6 +1250,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<failOnError>false</failOnError>
<show>private</show>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit e51092c

Please sign in to comment.