Remove checksum from installed artifacts
This creates md5 and sha1 checksums for the dist-archive pom in the local maven repository. It is not required.
This commit is contained in:
parent
c8b45d43fa
commit
b6acad285d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue