Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
Former-commit-id: 461633d
  • Loading branch information
lfoppiano committed Jan 29, 2018
1 parent 8ab80de commit d0847cb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN unzip -o /opt/grobid-service-${GROBID_VERSION}.zip -d /opt/grobid && \
RUN unzip /opt/grobid-home-${GROBID_VERSION}.zip -d /opt/grobid && \
mkdir -p /opt/grobid/grobid-home/tmp

# Workaround for version 0.5.0
# Workaround for version 0.5.1
#RUN mkdir /opt/grobid/grobid-service/config
#ADD ./grobid-service/config /opt/grobid/grobid-service/config

Expand Down
37 changes: 8 additions & 29 deletions doc/Grobid-java-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,14 @@ GROBID releases are uploaded on the [grobid bintray](https://bintray.com/rookies
You need to add the following snippet in your pom.xml in order to configure it:

```xml
<profiles>
<profile>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-rookies-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/rookies/maven</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-rookies-maven</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/rookies/maven</url>
</pluginRepository>
</pluginRepositories>
<id>bintray</id>
</profile>
</profiles>
<activeProfiles>
<activeProfile>bintray</activeProfile>
</activeProfiles>
</settings>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-rookies-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/rookies/maven</url>
</repository>
```


Expand Down

0 comments on commit d0847cb

Please sign in to comment.