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

Commit

Permalink
Removed the sources and added relocation information
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-ivanov committed Feb 15, 2016
1 parent 37af303 commit 3cf0241
Show file tree
Hide file tree
Showing 182 changed files with 24 additions and 27,784 deletions.
57 changes: 7 additions & 50 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,13 @@

A plugin that integrates protocol buffers compiler (protoc) into Maven lifecycle.

The latest plugin documentation is available here:
http://sergei-ivanov.github.com/maven-protoc-plugin/
**Please be aware that any development in this repository has been discontinued.**

The plugin is not yet available through Maven Central,
for the time being it can be fetched from Bintray:
The repository has been relocated here:
https://github.com/xolstice/protobuf-maven-plugin

```xml
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>protoc-plugin</id>
<url>https://dl.bintray.com/sergei-ivanov/maven/</url>
</pluginRepository>
</pluginRepositories>
```
The new plugin web site is located here:
https://www.xolstice.org/protobuf-maven-plugin/

**NOTE: it is important to include Maven central as the primary plugin repository,
because any custom repository configuration overrides the built-in defaults.**

Alternatively, if Bintray is blocked by firewall rules in your organisation,
try the following repository, hosted on GitHub. Please be aware that GitHub
does not support directory listing, therefore you won't be able to browse
the files, but Maven or Maven repo managers will still be able to fetch the artifacts.

```xml
<pluginRepositories>
<pluginRepository>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>Central Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</pluginRepository>
<pluginRepository>
<id>protoc-plugin</id>
<url>http://sergei-ivanov.github.com/maven-protoc-plugin/repo/releases/</url>
</pluginRepository>
</pluginRepositories>
```
The new versions of the plugin are available through Maven Central,
the old versions can be fetched from [Bintray](https://bintray.com/sergei-ivanov/maven/maven-protoc-plugin/).
Loading

0 comments on commit 3cf0241

Please sign in to comment.