diff --git a/.gitignore b/.gitignore index 0505b64..a3a3d54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.iws build config.properties -cacerts \ No newline at end of file +cacerts +target \ No newline at end of file diff --git a/README.md b/README.md index 633f9f2..e3accf8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,22 @@ Released versions can be downloaded from the Savant Repository. * http://savant.inversoft.org/com/inversoft/barista/ -### Building +# Download from Maven +```xml + + com.inversoft + barista + 0.4.0 + +``` + +### Building in Maven + +```bash +$ mvn compile +``` + mvn +### Building in Savant **Note:** This project uses the Savant build tool. To compile using using Savant, follow these instructions: ```bash diff --git a/barista.iml b/barista.iml index e5f8757..83cd664 100644 --- a/barista.iml +++ b/barista.iml @@ -7,6 +7,7 @@ + @@ -99,5 +100,4 @@ - - + \ No newline at end of file diff --git a/barista.ipr b/barista.ipr index a967f3c..51305a6 100644 --- a/barista.ipr +++ b/barista.ipr @@ -160,6 +160,558 @@ + +