|
28 | 28 | <url>https://commons.apache.org/proper/commons-csv/</url> |
29 | 29 | <inceptionYear>2005</inceptionYear> |
30 | 30 | <description>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</description> |
31 | | - |
32 | 31 | <dependencies> |
33 | 32 | <dependency> |
34 | 33 | <groupId>org.junit.jupiter</groupId> |
|
76 | 75 | <scope>test</scope> |
77 | 76 | </dependency> |
78 | 77 | </dependencies> |
79 | | - |
80 | 78 | <developers> |
81 | 79 | <developer> |
82 | 80 | <id>bayard</id> |
|
135 | 133 | <name>Bob Smith</name> |
136 | 134 | </contributor> |
137 | 135 | </contributors> |
138 | | - |
139 | 136 | <scm> |
140 | 137 | <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-csv.git</connection> |
141 | 138 | <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-csv.git</developerConnection> |
142 | 139 | <url>https://gitbox.apache.org/repos/asf?p=commons-csv.git</url> |
143 | 140 | </scm> |
144 | | - |
145 | 141 | <issueManagement> |
146 | 142 | <system>jira</system> |
147 | 143 | <url>https://issues.apache.org/jira/browse/CSV</url> |
148 | 144 | </issueManagement> |
149 | | - |
150 | 145 | <ciManagement> |
151 | 146 | <system>github</system> |
152 | 147 | <url>https://github.com/apache/commons-csv/actions</url> |
153 | 148 | </ciManagement> |
154 | | - |
155 | 149 | <distributionManagement> |
156 | 150 | <site> |
157 | 151 | <id>apache.website</id> |
158 | 152 | <name>Apache Commons Site</name> |
159 | 153 | <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-csv/</url> |
160 | 154 | </site> |
161 | 155 | </distributionManagement> |
162 | | - |
163 | 156 | <properties> |
164 | 157 | <commons.release.version>1.13.0</commons.release.version> |
165 | 158 | <commons.release.desc>(Java 8 or above)</commons.release.desc> |
|
180 | 173 | <japicmp.skip>false</japicmp.skip> |
181 | 174 | <commons.release.isDistModule>true</commons.release.isDistModule> |
182 | 175 | <project.build.outputTimestamp>2024-09-25T02:03:48Z</project.build.outputTimestamp> |
183 | | - |
184 | 176 | <commons.codec.version>1.17.1</commons.codec.version> |
185 | 177 | <commons.io.version>2.18.0</commons.io.version> |
186 | | - |
187 | 178 | <!-- Apache Felix maven-bundle-plugin --> |
188 | 179 | <commons.osgi.import> |
189 | 180 | org.apache.commons.codec.binary;version="${commons.codec.version}", |
|
195 | 186 | * |
196 | 187 | </commons.osgi.import> |
197 | 188 | <!-- JaCoCo: Don't make code coverage worse than: --> |
| 189 | + <!-- To examine the JaCoCo report for a failure, run 'mvn clean install site -Dcommons.jacoco.haltOnFailure=false' --> |
198 | 190 | <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> |
199 | 191 | <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio> |
200 | 192 | <commons.jacoco.instructionRatio>0.98</commons.jacoco.instructionRatio> |
|
0 commit comments