File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 162162 <filtering >true</filtering >
163163 </resource >
164164 </resources >
165- <extensions >
166- <extension >
167- <groupId >kr.motd.maven</groupId >
168- <artifactId >os-maven-plugin</artifactId >
169- <version >1.5.0.Final</version >
170- </extension >
171- </extensions >
172165 <plugins >
173166 <plugin >
174- <groupId >org.xolstice.maven.plugins </groupId >
167+ <groupId >io.github.ascopes </groupId >
175168 <artifactId >protobuf-maven-plugin</artifactId >
176- <version >0.5.1</version >
177- <extensions >true</extensions >
169+ <version >3.8.0</version >
178170 <configuration >
179- <protocArtifact >
180- com.google.protobuf:protoc:${protobuf.version} :exe:${os.detected.classifier}
181- </protocArtifact >
171+ <protocVersion >${protobuf.version} </protocVersion >
182172 </configuration >
183173 <executions >
184174 <execution >
185175 <goals >
186- <goal >compile </goal >
176+ <goal >generate </goal >
187177 </goals >
188178 </execution >
189179 </executions >
You can’t perform that action at this time.
0 commit comments