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