[精讚] [會員登入]
313

specific instructions to create a maven archetype from local existing project.

Generate an archetype from the project

分享此文連結 //n.sfs.tw/16267

分享連結 specific instructions to create a maven archetype from local existing project.@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2024-02-23 16:03:02 最後編修
2023-11-10 11:47:17 By jung
 

here are the steps to create a Maven archetype from an existing project:

  1. Navigate to your project directory: Open a terminal and navigate to the directory of the existing project that you want to use as a template for your archetype.

  2. Generate an archetype from the project: Run the following command in your terminal:

    mvn archetype:create-from-project
    

    This command will create an archetype from your project.

  3. Locate the generated archetype: The generated archetype can be found in the target/generated-sources/archetype directory of your project.

  4. Install the archetype locally: Navigate to the target/generated-sources/archetype directory and run the following command:

    mvn install
    

    This command will install the archetype in your local repository.

  5. Use the archetype: Now you can use the archetype to generate new projects. Here is an example command:

    mvn archetype:generate -DarchetypeCatalog=local
    

    You will need to specify the groupId, artifactId, and version of the archetype.

Remember, the archetype contains all the files (like pom file, classes, readme, etc.) with variables that will be replaced during project generation. You can modify these files in the src/main/resources/archetype-resources/ directory of the archetype to fit your needs.

Please replace mvn with the appropriate command if you’re not using Maven directly.

END

你可能感興趣的文章

specific instructions to create a maven archetype from local existing project. Generate an archetype from the project

在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題 how to show correct language content of file, instead of utf-8 encoded charactors

how to make wicket web application runs under docker enviorment with correct encoding 在docker環境下,wicket web application 編碼錯誤的問題

在IDEA從JDK8升級到JDK11遇到的奇怪問題 在IDEA遇到的JAVA11函式庫引入問題

使用virtualbox每次都忘記的事情 share folder from win host to linux guest vm

unknown issue after downgrade to intellij idea community version 使用社群版遇到的奇怪問題

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

setup jira using ssl on apache reverse proxy 設定jira使用https連線

縣市端IdP新增自訂首頁內容功能 合併本部主程式,手動於mongo內新增管理使用者資料

how to stop wildfly keeping standalone server log how to stop wildfly keeping standalone server log

how to resolve memory allocation issue on proxmox when creating vm, sometimes the log shows fail message of Cannot_allocate_memory

在家設定openvpn server on pfsense 在家設定openvpn server on pfsense