Skip to content

Commit b0d6a34

Browse files
committed
Update unmaintained org.xolstice.maven.plugins:protobuf-maven-plugin with io.github.ascopes:protobuf-maven-plugin
1 parent 3765270 commit b0d6a34

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

exomiser-core/pom.xml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -162,28 +162,18 @@
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>

0 commit comments

Comments
 (0)