Skip to content

Commit

Permalink
First released to central repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryBarskov committed Feb 10, 2020
1 parent 1837866 commit 20ecc8c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ Lets you search text among all fields in a pretty way.

Add dependency to your `pom.xml`.
```xml
<dependencies>
<dependency>
<groupId>com.github.scfj</groupId>
<artifactId>jpava</artifactId>
<version>1.2.0</version>
</dependency>
</dependencies>
<dependency>
<groupId>com.github.scfj</groupId>
<artifactId>jpava</artifactId>
<version>1.2.0</version>
</dependency>
```

## Usage
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
</goals>
</execution>
</executions>
<configuration>
<additionalOptions>-html5</additionalOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 20ecc8c

Please sign in to comment.