{"id":452,"date":"2021-05-03T17:34:37","date_gmt":"2021-05-03T17:34:37","guid":{"rendered":"http:\/\/robinluo.top\/?p=452"},"modified":"2021-05-03T17:34:37","modified_gmt":"2021-05-03T17:34:37","slug":"maven-runnable-jar","status":"publish","type":"post","link":"https:\/\/robinluo.top\/?p=452","title":{"rendered":"maven runnable jar"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;build>\r\n        &lt;plugins>\r\n            &lt;plugin>\r\n                &lt;groupId>org.apache.maven.plugins&lt;\/groupId>\r\n                &lt;artifactId>maven-surefire-plugin&lt;\/artifactId>\r\n                &lt;version>2.5&lt;\/version>\r\n                &lt;configuration>\r\n                    &lt;skip>true&lt;\/skip>\r\n                &lt;\/configuration>\r\n            &lt;\/plugin>\r\n            &lt;plugin>\r\n                &lt;groupId>org.apache.maven.plugins&lt;\/groupId>\r\n                &lt;artifactId>maven-shade-plugin&lt;\/artifactId>\r\n                &lt;version>2.4.1&lt;\/version>\r\n                &lt;executions>\r\n                    &lt;execution>\r\n                        &lt;phase>package&lt;\/phase>\r\n                        &lt;goals>\r\n                            &lt;goal>shade&lt;\/goal>\r\n                        &lt;\/goals>\r\n                        &lt;configuration>\r\n                            &lt;transformers>\r\n                                &lt;transformer implementation=\"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer\">\r\n                                    &lt;mainClass>robin.tcpip.gateway.Main&lt;\/mainClass>\r\n                                &lt;\/transformer>\r\n                            &lt;\/transformers>\r\n                        &lt;\/configuration>\r\n                    &lt;\/execution>\r\n                &lt;\/executions>\r\n            &lt;\/plugin>\r\n        &lt;\/plugins>\r\n    &lt;\/build><\/code><\/pre>\n\n\n\n<p>mainClass \u6307\u5b9a \u53ef\u6267\u884c\u4e3b\u7c7b<\/p>\n\n\n\n<p>\u6267\u884c mvn package \u53ef\u6253\u5305<\/p>\n\n\n\n<p>\u6253\u5305\u6210runnable jar \u540e\u53ef\u76f4\u63a5\u8fd0\u884c \u4e14\u4fdd\u5185\u5305\u542b\u6240\u6709\u4f9d\u8d56\u7684jar\u5305<\/p>\n","protected":false},"excerpt":{"rendered":"<p>mainClass \u6307\u5b9a \u53ef\u6267\u884c\u4e3b\u7c7b \u6267\u884c mvn package \u53ef\u6253\u5305 \u6253\u5305\u6210runnable jar \u540e\u53ef\u76f4\u63a5\u8fd0\u884c \u4e14\u4fdd\u5185\u5305\u542b\u6240\u6709\u4f9d\u8d56\u7684jar\u5305<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[73],"_links":{"self":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/452"}],"collection":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=452"}],"version-history":[{"count":1,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/452\/revisions"}],"predecessor-version":[{"id":453,"href":"https:\/\/robinluo.top\/index.php?rest_route=\/wp\/v2\/posts\/452\/revisions\/453"}],"wp:attachment":[{"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/robinluo.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}