Skip to content

Commit

Permalink
added missing details
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmanishdesai committed Oct 29, 2023
1 parent 62be9e3 commit b7582ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
<name>csv-validator</name>
<url>http://maven.apache.org</url>

<description>
This parser can be used to parse csv and validate individual records.
It returns successful, failed and all records present in file.
It also states why the records were failed.
</description>

<licenses>
<license>
<name>The MIT License</name>
<url>https://github.com/kunalmanishdesai/csv-validator/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>kunalmanishdesai</id>
<name>Kunal Desai</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/kunalmanishdesai/csv-validator.git</connection>
<developerConnection>scm:git:https://github.com/kunalmanishdesai/csv-validator.git</developerConnection>
Expand Down

0 comments on commit b7582ae

Please sign in to comment.