Skip to content

Commit

Permalink
Documented Bintray repository (#31)
Browse files Browse the repository at this point in the history
So users know how to access the plugin.
  • Loading branch information
freemanjp authored May 24, 2018
1 parent 6c2a94b commit 729700c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,26 @@ style.
General instructions on how to use the ktlint plugin can be found on the
[usage page](http://gantsign.com/ktlint-maven-plugin/usage.html).

## Repository

This plugin isn't currently available from Maven Central, you need to add the
following to your repository manager or to your Maven POM.

```xml
<pluginRepositories>
...
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-gantsign-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/gantsign/maven</url>
</pluginRepository>
...
</pluginRepositories>
```

## License

This software is licensed under the terms in the file named "LICENSE" in the
Expand Down
20 changes: 20 additions & 0 deletions src/site/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,26 @@ ${project.name}
General instructions on how to use the ktlint plugin can be found on the
{{{./usage.html}usage page}}.

* Repository

This plugin isn't currently available from Maven Central, you need to add the
following to your repository manager or to your Maven POM.

+----------+
<pluginRepositories>
...
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-gantsign-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/gantsign/maven</url>
</pluginRepository>
...
</pluginRepositories>
+----------+

* License

This software is licensed under the terms in the file named "LICENSE" in the
Expand Down

0 comments on commit 729700c

Please sign in to comment.