Skip to content

Commit 4caa56e

Browse files
committedAug 12, 2022
adding plugin manifest
1 parent 1478517 commit 4caa56e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎modules/swagger-parser-cli/pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,17 @@
2626
</resource>
2727
</resources>
2828
<plugins>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-jar-plugin</artifactId>
32+
<configuration>
33+
<archive>
34+
<manifest>
35+
<mainClass>io.swagger.v3.parser.SwaggerParser</mainClass>
36+
</manifest>
37+
</archive>
38+
</configuration>
39+
</plugin>
2940
<plugin>
3041
<groupId>org.apache.maven.plugins</groupId>
3142
<artifactId>maven-shade-plugin</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.