forked from sitemesh/sitemesh3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBUILD.txt
36 lines (21 loc) · 793 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
=== Building SiteMesh 3 ===
sdk use java 8.0.372-amzn
./gradlew test
./gradlew javadoc
rm -rf docs/javadoc/3.1.x
mv sitemesh/build/docs/javadoc docs/javadoc/3.1.x
./gradlew publishToSonatype
Build requirements: JDK 1.5, Maven 2.0.9.
To perform a full build:
mvn
This will compile code, run tests, package into jars/wars and install in the local repository for *all* modules.
mvn javadoc:javadoc
Clean up all built files:
mvn clean
You can also run mvn from a module directory to work just with that.
=== Modules ===
The subdirectories in this package are modules. They are:
* sitemesh : Main SiteMesh project
* sitemesh-examples-*: End user examples
=== IDE instructions ===
IntelliJ 9: Create new project from existing structure (Maven), using pom.xml in sitemesh module.