Temporarily disable shade plugin from aws sample
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user