Skip to content

Commit dc1cc3e

Browse files
author
Stephane Landelle
committed
Disable shaded artifact until Sonatype gets fixed and we can successfully deploy big files
1 parent 8b996a8 commit dc1cc3e

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

pom.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -394,38 +394,38 @@
394394
</execution>
395395
</executions>
396396
</plugin>
397-
<plugin>
398-
<groupId>org.apache.maven.plugins</groupId>
399-
<artifactId>maven-shade-plugin</artifactId>
400-
<version>1.2.1</version>
401-
<executions>
402-
<execution>
403-
<phase>package</phase>
404-
<goals>
405-
<goal>shade</goal>
406-
</goals>
407-
<configuration>
408-
<shadedArtifactAttached>true</shadedArtifactAttached>
409-
<shadedClassifierName>shaded</shadedClassifierName>
410-
<artifactSet>
411-
<excludes>
412-
<exclude>commons-codec:commons-codec</exclude>
413-
<exclude>commons-lang:commons-lang</exclude>
414-
<exclude>commons-logging:commons-logging</exclude>
415-
<exclude>junit:junit</exclude>
416-
<exclude>log4j:log4j</exclude>
417-
<exclude>commons-httpclient:commons-httpclient</exclude>
418-
</excludes>
419-
</artifactSet>
420-
<transformers>
421-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
422-
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
423-
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" />
424-
</transformers>
425-
</configuration>
426-
</execution>
427-
</executions>
428-
</plugin>
397+
<!-- <plugin> -->
398+
<!-- <groupId>org.apache.maven.plugins</groupId> -->
399+
<!-- <artifactId>maven-shade-plugin</artifactId> -->
400+
<!-- <version>1.2.1</version> -->
401+
<!-- <executions> -->
402+
<!-- <execution> -->
403+
<!-- <phase>package</phase> -->
404+
<!-- <goals> -->
405+
<!-- <goal>shade</goal> -->
406+
<!-- </goals> -->
407+
<!-- <configuration> -->
408+
<!-- <shadedArtifactAttached>true</shadedArtifactAttached> -->
409+
<!-- <shadedClassifierName>shaded</shadedClassifierName> -->
410+
<!-- <artifactSet> -->
411+
<!-- <excludes> -->
412+
<!-- <exclude>commons-codec:commons-codec</exclude> -->
413+
<!-- <exclude>commons-lang:commons-lang</exclude> -->
414+
<!-- <exclude>commons-logging:commons-logging</exclude> -->
415+
<!-- <exclude>junit:junit</exclude> -->
416+
<!-- <exclude>log4j:log4j</exclude> -->
417+
<!-- <exclude>commons-httpclient:commons-httpclient</exclude> -->
418+
<!-- </excludes> -->
419+
<!-- </artifactSet> -->
420+
<!-- <transformers> -->
421+
<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> -->
422+
<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" /> -->
423+
<!-- <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" /> -->
424+
<!-- </transformers> -->
425+
<!-- </configuration> -->
426+
<!-- </execution> -->
427+
<!-- </executions> -->
428+
<!-- </plugin> -->
429429
</plugins>
430430
</build>
431431
<reporting>

0 commit comments

Comments
 (0)