Skip to content

Commit

Permalink
src/main/proto vs src/main/protobuf (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored Aug 15, 2018
1 parent c8d998e commit 6d4b6c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/paradox/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ By default both client and server in Java are generated.

## Proto source directory

By default the plugin looks for `.proto`-files under `src/main/proto` and `src/main/protobuf`. This can be changed with the `protoPaths` setting,
which is a relative path to the project basedir. The below configuration overrides the proto path to be only `serc/main/protobuf`:
By default the plugin looks for `.proto`-files under `src/main/proto` (and `src/main/protobuf`). This can be changed with the `protoPaths` setting,
which is a relative path to the project basedir. The below configuration overrides the proto path to be only `src/main/protobuf`:

```xml
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Available parameters are listed in the [ScalaPB documentation](https://scalapb.g

## Proto source directory

By default protobuf files are looked for in `src/main/protobuf` and `src/main/proto`
By default protobuf files are looked for in `src/main/protobuf` (and `src/main/proto`).
You can configure where your .proto files are located like this:

```
Expand Down
1 change: 0 additions & 1 deletion plugin-tester-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
<version>${akka.grpc.project.version}</version>
<configuration>
<language>Scala</language>
<protoPath>src/main/protobuf</protoPath>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 6d4b6c9

Please sign in to comment.