Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Last active January 24, 2023 01:17
Show Gist options
  • Save weikangchia/3e3e2688312995e9e365078261a435ca to your computer and use it in GitHub Desktop.
Save weikangchia/3e3e2688312995e9e365078261a435ca to your computer and use it in GitHub Desktop.
<plugins>
...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<executions>
<execution>
<id>parse-version</id>
<goals>
<goal>parse-version</goal>
</goals>
</execution>
</executions>
</plugin>
...
</plugins>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment