Skip to content

Commit

Permalink
Removed non-standard output directory for jar
Browse files Browse the repository at this point in the history
  • Loading branch information
niccottrell committed Jun 27, 2018
1 parent 5f20146 commit c5203b6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Execute
$ mvn clean package
```

and you will find POCDriver.jar in bin folder.
and you will find `POCDriver.jar` in `target` folder.



Expand All @@ -39,7 +39,7 @@ Basic usage
If run with no arguments POCDriver will insert records onto a mongoDB running on localhost as quickly as possible.
There will be only the _id index and records will have 10 fields.

Use --print to see what the records look like.
Use `--print` to see what the records look like.

Client options
-------------
Expand Down
Binary file removed bin/POCDriver.jar
Binary file not shown.
Binary file removed bin/original-POCDriver.jar
Binary file not shown.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<goal>shade</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/bin</outputDirectory>
<finalName>POCDriver</finalName>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down

0 comments on commit c5203b6

Please sign in to comment.