Skip to content

Commit 573e248

Browse files
author
Daniel DeGroff
committed
Upgrade jackson dep, restify dep and add pom for maven release
1 parent 36ee34f commit 573e248

File tree

6 files changed

+723
-11
lines changed

6 files changed

+723
-11
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.iws
22
build
33
config.properties
4-
cacerts
4+
cacerts
5+
target

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff 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

barista.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
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" />
@@ -99,5 +100,4 @@
99100
</library>
100101
</orderEntry>
101102
</component>
102-
</module>
103-
103+
</module>

0 commit comments

Comments
 (0)