Skip to content

Commit 5b04d3e

Browse files
ghislainpiotsonartech
authored andcommitted
SONARPY-3131 Add configuration for the Maven protobuf plugin to avoid always recompiling (#341)
GitOrigin-RevId: 74287728899676b4e215d268da9a81539ad853db
1 parent 5677230 commit 5b04d3e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

python-frontend/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
</protocArtifact>
108108
<protoSourceRoot>${project.basedir}/src/main/protobuf</protoSourceRoot>
109109
<outputDirectory>${project.build.directory}/generated-sources/protobuf</outputDirectory>
110+
<checkStaleness>true</checkStaleness>
110111
</configuration>
111112
</execution>
112113
<execution>

0 commit comments

Comments
 (0)