Skip to content

Commit

Permalink
FIX: rat ignore protobuf generate file check (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo authored Dec 5, 2022
1 parent 510b12e commit ea888d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5,017 deletions.
3 changes: 1 addition & 2 deletions hugegraph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
</goals>
<configuration>
<sources>
<source>${basedir}/src/protobuf/java</source>
<source>${basedir}/target/generated-sources/protobuf/java</source>
</sources>
</configuration>
</execution>
Expand All @@ -280,7 +280,6 @@
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>protoc-java</pluginId>
<protoSourceRoot>${project.basedir}/src/main/resources/proto</protoSourceRoot>
<outputDirectory>${project.basedir}/src/protobuf/java</outputDirectory>
</configuration>
<executions>
<execution>
Expand Down
Loading

0 comments on commit ea888d1

Please sign in to comment.