Standard directory layout for maven project content
Standard Location | Description |
---|---|
pom.xml | Maven’s POM, which is always at the top-level of a project. |
LICENSE.txt | A license file is encouraged for easy identification by users and is optional. |
README.txt | A simple note which might help first time users and is optional. |
target/ | Directory for all generated output. This would include compiled classes, generated sources that may be compiled, the generated site or anything else that might be generated as part of your build. |
target/generated-sources/plugin-id <plugin-id> <plugin-id> <plugin-id></plugin-id> </plugin-id> </plugin-id> | Standard location for generated sources. For example, you may generate some sources from a JavaCC grammar. |
src/main/java/ | Standard location for application sources. |
src/main/resources/ | Standard location for application resources. |
src/main/filters/ | Standard location for resource filters. |
src/main/assembly/ | Standard location for assembly filters. |
src/main/config/ | Standard location for application configuration filters. |
src/test/java/ | Standard location for test sources. |
src/test/resources/ | Standard location for test resources. |
src/test/filters/ | Standard location for test resource filters. |
相關文章
- c++ trivial, standard layout和POD型別解析C++型別
- 初探 Go 語言 Project Layout (新人必看)GoProject
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- idea修改新Project使用的maven路徑IdeaProjectMaven
- maven “Generating project in Batch mode“問題的解決MavenProjectBAT
- maven建立Java 和 Web Project, 並匯入EclipseMavenJavaWebProjectEclipse
- 解決idea匯入maven專案報Unable to import maven project: See logs for details問題IdeaMavenImportProjectAI
- IDEA Cannot access alimaven (http://maven.aliyun.com/nexus/content/groups/public/)IdeaMavenHTTP
- 解決maven update project 後專案jdk變成1.5的問題MavenProjectJDK
- Go Standard library - stringsGo
- Go Standard library - flagGo
- Standard Simulation in Madden 22
- Coordinator Layout使用
- layout佈局
- SCSS @contentCSS
- CSS contentCSS
- .NET Standard是什麼
- Layout的編寫
- Flutter layout 作弊稿Flutter
- Content Security Policy
- CSS content character ACSS
- Standard Functions Used in SAP Retail with ArticlesFunctionAI
- Yii2 layout 由 controller 向layout中傳遞引數值Controller
- android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetAndroidXMLIDE
- CSS align-contentCSS
- CSS justify-contentCSS
- Android中Content ProviderAndroidIDE
- Android Content Provider SecurityAndroidIDE
- file_get_content
- Prettier your projectProject
- Wireless Communication ProjectProject
- Eslint Standard Style語法規則EsLint
- 1014. 寫評語 (Standard IO)
- .NET Standard 類庫的使用技巧
- .NET Standard 來日苦短去日長
- Bad magic number for central directory
- Flume - [02] Spooling Directory Source
- The directory xx is registered as a Git rootGit
- Are you sure you understand the responsive layout?