File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
modules/swagger-codegen-distribution Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 41
41
</plugin >
42
42
<plugin >
43
43
<groupId >org.apache.maven.plugins</groupId >
44
- <artifactId >maven-jar-plugin</artifactId >
45
- <configuration >
46
- <archive >
47
- <manifest >
48
- <mainClass >com.wordnik.swagger.codegen.Codegen</mainClass >
49
- </manifest >
50
- </archive >
51
- </configuration >
44
+ <artifactId >maven-shade-plugin</artifactId >
45
+ <version >2.3</version >
46
+ <executions >
47
+ <execution >
48
+ <phase >package</phase >
49
+ <goals >
50
+ <goal >shade</goal >
51
+ </goals >
52
+ <configuration >
53
+ <transformers >
54
+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
55
+ </transformers >
56
+ </configuration >
57
+ </execution >
58
+ </executions >
52
59
</plugin >
53
60
</plugins >
54
61
</build >
You can’t perform that action at this time.
0 commit comments