Skip to content

Commit

Permalink
Remove checksum from installed artifacts
Browse files Browse the repository at this point in the history
This creates md5 and sha1 checksums for the dist-archive pom in the
local maven repository. It is not required.
  • Loading branch information
aherbert committed Aug 18, 2021
1 parent c8b45d4 commit b6acad2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dist-archive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<createChecksum>true</createChecksum>
</configuration>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit b6acad2

Please sign in to comment.