Skip to content

Commit

Permalink
Update the maven protobuf compiler plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Larsen <clarsen@yahoo-inc.com>
  • Loading branch information
manolama committed Feb 27, 2016
1 parent 53086b2 commit 48a72d4
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions pom.xml.in
Expand Up @@ -62,9 +62,9 @@
<plugins>

<plugin>
<groupId>com.google.protobuf.tools</groupId>
<artifactId>maven-protoc-plugin</artifactId>
<version>0.3.2</version>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.5.0</version>
<configuration>
<protocExecutable>protoc</protocExecutable>
<protoSourceRoot>${basedir}/protobuf</protoSourceRoot>
Expand Down Expand Up @@ -289,13 +289,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<pluginRepositories>
<pluginRepository>
<id>protoc-plugin</id>
<url>http://sergei-ivanov.github.com/maven-protoc-plugin/repo/releases/</url>
</pluginRepository>
</pluginRepositories>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
Expand Down

0 comments on commit 48a72d4

Please sign in to comment.