forked from liquibase/liquibase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUILDING.txt
31 lines (24 loc) · 898 Bytes
/
BUILDING.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
Liquibase core is currently built using Maven 3. Liquibase's modules are organized as follows
/ Liquibase Parent Configuration pom
+ liquibase-core
+ liqubase-integration-tests
+ liquibase-maven-plugin
+ liquibase-osgi
+ samples
+ liquibase-ext-change
+ liquibase-ext-changewithnestedtags
+ liquibase-ext-sqlgenerator
Building with the <code>maven package</code> command will compile, run
tests and build the packages.
$ mvn package
[INFO] Reactor Summary:
[INFO]
[INFO] Liquibase Parent Configuration
[INFO] Liquibase Core
[INFO] Liquibase Maven Plugin
[INFO] Liquibase Osgi
[INFO] Liquibase extension sample change
[INFO] Liquibase extension sample using nested tags for change
[INFO] Liquibase extension showing sample sqlgenerator
[INFO] Liquibase Integration Tests
==Known Issues==