Apache Maven: Rozdiel medzi revíziami

Zo stránky Informatika
Prejsť na navigáciu Prejsť na vyhľadávanie
Bez shrnutí editace
(Obsah stránky nahradený textom „== Adresáre v Apache Maven ==“)
Značka: Náhrada
Riadok 1: Riadok 1:
== Adresáre v Apache Maven ==
== 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:49, 10. február 2023

Adresáre v Apache Maven