Apache Maven: Rozdiel medzi revíziami

Zo stránky Informatika
Prejsť na navigáciu Prejsť na vyhľadávanie
(Vytvorená prázdna stránka)
 
Bez shrnutí editace
Riadok 1: Riadok 1:
== Adresáre v Apache Maven ==
=== Štruktúra ===
<pre>
- src
-- main
----- java
----- resources
----- webapp
- test
----- java
----- resources
- target
</pre>


If you follow the directory structure, you do not need to specify the directories of your source code, test code, resource files, etc. in your POM file. <ref name="maven_standard_directory_layout">Maven – Introduction to the Standard Directory Layout. Maven – Welcome to Apache Maven [online]. Dostupné z: https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html</ref>
=== Štruktúra ===

Verzia z 00:33, 10. február 2023

Adresáre v Apache Maven

Štruktúra

- src
-- main
----- java
----- resources
----- webapp
- test
----- java
----- resources
- target

If you follow the directory structure, you do not need to specify the directories of your source code, test code, resource files, etc. in your POM file. [1]

Štruktúra

  1. Maven – Introduction to the Standard Directory Layout. Maven – Welcome to Apache Maven [online]. Dostupné z: https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html