Temporarily disable shade plugin from aws sample

This commit is contained in:
Oleg Zhurakousky
2020-04-06 20:15:40 +02:00
parent 324cc97cbe
commit 09d2650e18

View File

@@ -96,15 +96,15 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>aws</shadedClassifierName>
</configuration>
</plugin>
<!-- <plugin> -->
<!-- <groupId>org.apache.maven.plugins</groupId> -->
<!-- <artifactId>maven-shade-plugin</artifactId> -->
<!-- <configuration> -->
<!-- <createDependencyReducedPom>false</createDependencyReducedPom> -->
<!-- <shadedArtifactAttached>true</shadedArtifactAttached> -->
<!-- <shadedClassifierName>aws</shadedClassifierName> -->
<!-- </configuration> -->
<!-- </plugin> -->
</plugins>
</build>