yupiik-tools:list-github-releases
Fetch github releases between two dates.
Coordinates
<plugin>
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<version>1.2.4-SNAPSHOT</version>
</plugin>
To call this goal from the command line execute: mvn yupiik-tools:list-github-releases
.
To bind this goal in the build you can use:
<plugin>
<groupId>io.yupiik.maven</groupId>
<artifactId>yupiik-tools-maven-plugin</artifactId>
<version>1.2.4-SNAPSHOT</version>
<executions>
<execution>
<id>my-execution</id>
<goals>
<goal>list-github-releases</goal>
</goals>
<configuration>
<!-- execution specific configuration come there -->
</configuration>
</execution>
</executions>
</plugin>
You can execute this goal particularly with mvn yupiik-tools:list-github-releases@my-execution
command.
Configuration
-
forceHttpV1 (
boolean
) -
Default value:
true
. Property:${yupiik.list-github-releases.forceHttpV1}
.
-
fromDate (
String
) -
Default value:
auto
. Property:${yupiik.list-github-releases.from}
.
-
githubBaseApi (
String
) -
Default value:
https://api.github.com/
. Property:${yupiik.list-github-releases.githubRepository}
.
-
githubServerId (
String
) -
Default value:
github.com
. Property:${yupiik.list-github-releases.githubServerId}
.
-
projects (
List
) -
Property:
${yupiik.list-github-releases.artifacts}
.
-
threads (
int
) -
Default value:
16
. Property:${yupiik.list-github-releases.threads}
.
-
toDate (
String
) -
Default value:
auto
. Property:${yupiik.list-github-releases.to}
.