diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2023-12-30 17:15:01 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2023-12-30 17:15:01 +0000 |
commit | 3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b (patch) | |
tree | cbd7d58c5ffafee417f2a1e5e18152fca92d0bc2 /BUILDING.txt | |
parent | 7ef87c225ee93bf4ce97c095decbb39d24befb4e (diff) | |
download | jackcess-3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b.tar.gz jackcess-3cf9d77b34e86d0665ff95c4d0b54e1a6bd17c8b.zip |
add maven wrapper support; minor version upgrades and pom cleanups
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1402 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index b490514..861342c 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -1,4 +1,12 @@ To build from source: 1) Install Maven (http://maven.apache.org/). -2) mvn install +2) mvn clean install +3) Find output in "target" directory. + +Alternately: +1) Use the included "maven wrapper" (no separate installation necessary) +2a) For linux/macos (or similar): + ./mvnw clean install +2b) For windows: + mvnw.cmd clean install 3) Find output in "target" directory. |