2022-06-09 16:21:19 +00:00
|
|
|
<services>
|
|
|
|
<service name="tar_scm" mode="disabled">
|
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">https://github.com/hamcrest/JavaHamcrest.git</param>
|
|
|
|
<param name="subdir">hamcrest</param>
|
2024-08-27 09:28:35 +00:00
|
|
|
<param name="revision">v3.0</param>
|
2022-06-09 16:21:19 +00:00
|
|
|
<param name="match-tag">v*</param>
|
|
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
|
|
<param name="filename">hamcrest</param>
|
|
|
|
<param name="exclude">*.gradle</param>
|
|
|
|
</service>
|
|
|
|
<service name="recompress" mode="disabled">
|
|
|
|
<param name="file">*.tar</param>
|
|
|
|
<param name="compression">xz</param>
|
|
|
|
</service>
|
|
|
|
<!-- <service name="download_files" mode="disabled"/> -->
|
|
|
|
<service name="set_version" mode="disabled"/>
|
|
|
|
</services>
|