forked from thymeleaf/thymeleaf-extras-tiles2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD.txt
36 lines (18 loc) · 883 Bytes
/
BUILD.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Building thymeleaf-extras-tiles2
--------------------------------
To build thymeleaf-extras-tiles2 you will need Maven 2. You can
get it at:
http://maven.apache.org
Build and install the project executing, from the project's
root folder:
mvn clean:clean install
And you will get a fresh target/thymeleaf-extras-tiles2-{version}.jar file.
You will also get it installed in your local repository at:
$M2_REPO/org/thymeleaf/extras/thymeleaf-extras-tiles2/{version}/thymeleaf-extras-tiles2-{version}.jar
Generating Javadoc for thymeleaf-extras-tiles2
----------------------------------------------
If you wish to generate the javadoc for thymeleaf-extras-tiles2,
execute this from the project root folder:
mvn javadoc:javadoc
This will generate the javadoc documentation in HTML format in:
target/site/apidocs