Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit

Permalink
Making assembly:assembly great again
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed Jan 25, 2017
1 parent 563ba64 commit 513011b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
/target/
/log/
nbactions.xml

# IntelliJ IDEA #
*.iml
.idea/
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ particular property). Thus, they take a dataset as input and return a dataset as
Operators work at a higher level of granularity and combine datasets. Thus, they take sets of datasets as input and return sets of datasets.

DEER implemented in Java as an open-source project. Please see /DEER_Manual/DEER_manual.pdf for all the technical details

## Building DEER using Maven

To build DEER using Maven, simply do
```
mvn clean compile assembly:assembly
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<configuration>
<archive>
<manifest>
<mainClass>org.aksw.geolift.workflow.GeoLift</mainClass>
<mainClass>org.aksw.deer.workflow.DeerController</mainClass>
</manifest>
</archive>
<descriptorRefs>
Expand Down

0 comments on commit 513011b

Please sign in to comment.