Skip to content

Commit c7a9b17

Browse files
committed
Fix Travis-CI: Make this build like Commons Text. The plugin
checksum-maven-plugin blows up the Travis-CI build and we have our own build and release plugins that do the same thing.
1 parent 6133a60 commit c7a9b17

1 file changed

Lines changed: 0 additions & 38 deletions

File tree

pom.xml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -244,44 +244,6 @@ CSV files of various types.
244244
</configuration>
245245
</plugin>
246246

247-
<!--
248-
calculate checksums of release artifacts for Apache dist area
249-
-->
250-
<plugin>
251-
<groupId>net.nicoulaj.maven.plugins</groupId>
252-
<artifactId>checksum-maven-plugin</artifactId>
253-
<version>1.7</version>
254-
<executions>
255-
<execution>
256-
<id>generate.checksums</id>
257-
<phase>verify</phase>
258-
<goals>
259-
<goal>files</goal>
260-
</goals>
261-
</execution>
262-
</executions>
263-
<configuration>
264-
<algorithms>
265-
<algorithm>SHA-512</algorithm>
266-
</algorithms>
267-
<csvSummary>false</csvSummary>
268-
<fileSets>
269-
<fileSet>
270-
<directory>${project.build.directory}</directory>
271-
<includes>
272-
<include>${project.artifactId}-${project.version}-src.zip</include>
273-
<include>
274-
${project.artifactId}-${project.version}-src.tar.gz
275-
</include>
276-
<include>${project.artifactId}-${project.version}-bin.zip</include>
277-
<include>
278-
${project.artifactId}-${project.version}-bin.tar.gz
279-
</include>
280-
</includes>
281-
</fileSet>
282-
</fileSets>
283-
</configuration>
284-
</plugin>
285247
</plugins>
286248
</build>
287249

0 commit comments

Comments
 (0)