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> </dependency>
</dependencies> </dependencies>
</plugin> </plugin>
<plugin> <!-- <plugin> -->
<groupId>org.apache.maven.plugins</groupId> <!-- <groupId>org.apache.maven.plugins</groupId> -->
<artifactId>maven-shade-plugin</artifactId> <!-- <artifactId>maven-shade-plugin</artifactId> -->
<configuration> <!-- <configuration> -->
<createDependencyReducedPom>false</createDependencyReducedPom> <!-- <createDependencyReducedPom>false</createDependencyReducedPom> -->
<shadedArtifactAttached>true</shadedArtifactAttached> <!-- <shadedArtifactAttached>true</shadedArtifactAttached> -->
<shadedClassifierName>aws</shadedClassifierName> <!-- <shadedClassifierName>aws</shadedClassifierName> -->
</configuration> <!-- </configuration> -->
</plugin> <!-- </plugin> -->
</plugins> </plugins>
</build> </build>