91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

maven assembly打包mian的方法

發布時間:2021-07-06 11:43:37 來源:億速云 閱讀:176 作者:chen 欄目:大數據

這篇文章主要講解了“maven assembly打包mian的方法”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“maven assembly打包mian的方法”吧!

pom.xml如下

<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.drools</groupId>
        <artifactId>drools</artifactId>
        <version>7.24.0.Final</version>
    </parent>
    <groupId>com.topnet</groupId>
    <artifactId>drools-demo</artifactId>
    <version>0.0.1-SNAPSHOT</version>

    <dependencies>
       
    </dependencies>
    <build>
        <plugins>
             <plugin>  
             <groupId>org.apache.maven.plugins</groupId>  
             <artifactId>maven-jar-plugin</artifactId>  
             <configuration>  
                 <finalName>drools-demo-pom.jar</finalName>
                 <archive>  
                     <manifest>  
                         <addClasspath>true</addClasspath>  
                         <classpathPrefix>lib/</classpathPrefix>  
                         <mainClass>com.topnet.ruleengine.RuleCall</mainClass>  
                     </manifest>  
                 </archive>  
             </configuration>  
         </plugin>  
         <plugin>  
             <groupId>org.apache.maven.plugins</groupId>  
             <artifactId>maven-dependency-plugin</artifactId>  
             <executions>  
                 <execution>  
                     <id>copy-dependencies</id>  
                     <phase>package</phase>  
                     <goals>  
                         <goal>copy-dependencies</goal>  
                     </goals>  
                     <configuration>  
                         <outputDirectory>${project.build.directory}/lib</outputDirectory>  
                     </configuration>  
                 </execution>  
             </executions>  
         </plugin>  
  
             
            <plugin>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <appendAssemblyId>false</appendAssemblyId>
                    <descriptorRefs>
                        <descriptorRef>jar-with-dependencies</descriptorRef>
                    </descriptorRefs>
                    <archive>
                        <manifest>
                            <mainClass>com.topnet.ruleengine.RuleCall</mainClass>
                        </manifest>
                    </archive>
                </configuration>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <artifactId>maven-enforcer-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>

        </plugins>
    </build>
</project>

打包命令如下:

mvn -Dmaven.test.skip=true  assembly:assembly
 

感謝各位的閱讀,以上就是“maven assembly打包mian的方法”的內容了,經過本文的學習后,相信大家對maven assembly打包mian的方法這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

吉水县| 蓝山县| 晋江市| 黑河市| 霞浦县| 保德县| 六盘水市| 读书| 桂阳县| 奉贤区| 萨迦县| 九江县| 山丹县| 宿松县| 弥勒县| 桃园市| 宽甸| 黑山县| 商水县| 罗江县| 尚义县| 敖汉旗| 明星| 灵寿县| 策勒县| 陕西省| 银川市| 德庆县| 永泰县| 杭锦后旗| 潼关县| 泰安市| 长兴县| 黄大仙区| 彝良县| 来安县| 会宁县| 呈贡县| 高平市| 英吉沙县| 仙游县|