File tree Expand file tree Collapse file tree 6 files changed +723
-11
lines changed
Expand file tree Collapse file tree 6 files changed +723
-11
lines changed Original file line number Diff line number Diff line change 11* .iws
22build
33config.properties
4- cacerts
4+ cacerts
5+ target
Original file line number Diff line number Diff line change @@ -36,7 +36,22 @@ Released versions can be downloaded from the Savant Repository.
3636
3737 * http://savant.inversoft.org/com/inversoft/barista/
3838
39- ### Building
39+ # Download from Maven
40+ ``` xml
41+ <dependency >
42+ <groupId >com.inversoft</groupId >
43+ <artifactId >barista</artifactId >
44+ <version >0.4.0</version >
45+ </dependency >
46+ ```
47+
48+ ### Building in Maven
49+
50+ ``` bash
51+ $ mvn compile
52+ ```
53+ mvn
54+ ### Building in Savant
4055** Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions:
4156
4257``` bash
Original file line number Diff line number Diff line change 77 <sourceFolder url =" file://$MODULE_DIR$/src/main/java" isTestSource =" false" />
88 <sourceFolder url =" file://$MODULE_DIR$/src/test/java" isTestSource =" true" />
99 <excludeFolder url =" file://$MODULE_DIR$/build" />
10+ <excludeFolder url =" file://$MODULE_DIR$/target" />
1011 </content >
1112 <orderEntry type =" inheritedJdk" />
1213 <orderEntry type =" sourceFolder" forTests =" false" />
99100 </library >
100101 </orderEntry >
101102 </component >
102- </module >
103-
103+ </module >
You can’t perform that action at this time.
0 commit comments