JAVA-26279 Improve aws-modules build time (#15370)

This commit is contained in:
anuragkumawat
2023-12-08 00:05:04 -08:00
committed by GitHub
parent bf1aaf197f
commit 6f9a2c2dfe
3 changed files with 0 additions and 53 deletions
-16
View File
@@ -34,22 +34,6 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>${maven-shade-plugin.version}</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>