We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9e3dc commit fa8f5eeCopy full SHA for fa8f5ee
pom.xml
@@ -90,6 +90,26 @@
90
</execution>
91
</executions>
92
</plugin>
93
+ <plugin>
94
+ <groupId>org.apache.maven.plugins</groupId>
95
+ <artifactId>maven-shade-plugin</artifactId>
96
+ <version>2.1</version>
97
+ <executions>
98
+ <execution>
99
+ <phase>package</phase>
100
+ <goals>
101
+ <goal>shade</goal>
102
+ </goals>
103
+ <configuration>
104
+ <transformers>
105
+ <transformer
106
+ implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
107
+ </transformer>
108
+ </transformers>
109
+ </configuration>
110
+ </execution>
111
+ </executions>
112
+ </plugin>
113
</plugins>
114
</build>
115
</project>
0 commit comments