|
333 | 333 | <expandproperties />
|
334 | 334 | </filterchain>
|
335 | 335 | </copy>
|
336 |
| - <attachartifact file="${project.build.directory}/homebrew/springboot.rb" |
337 |
| - classifier="homebrew" type="rb" /> |
338 |
| - </target> |
| 336 | + <attachartifact file="${project.build.directory}/homebrew/springboot.rb" |
| 337 | + classifier="homebrew" type="rb" /> |
| 338 | + </target> |
339 | 339 | </configuration>
|
340 | 340 | </execution>
|
341 | 341 | <execution>
|
|
351 | 351 | <taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" />
|
352 | 352 | <var name="scoop-version" value="${project.version}" />
|
353 | 353 | <propertyregex property="scoop-version" override="true"
|
354 |
| - input="${scoop-version}" regexp="(.*)\..*" replace="\1" /> |
| 354 | + input="${scoop-version}" regexp="(.*)\..*" replace="\1" /> |
355 | 355 | <var name="version-type" value="${project.version}" />
|
356 | 356 | <propertyregex property="version-type" override="true"
|
357 |
| - input="${version-type}" regexp=".*\.(.*)" replace="\1" /> |
| 357 | + input="${version-type}" regexp=".*\.(.*)" replace="\1" /> |
358 | 358 | <propertyregex property="version-type" override="true"
|
359 |
| - input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> |
| 359 | + input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> |
360 | 360 | <propertyregex property="version-type" override="true"
|
361 |
| - input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> |
| 361 | + input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> |
362 | 362 | <propertyregex property="version-type" override="true"
|
363 |
| - input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> |
| 363 | + input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> |
364 | 364 | <stringutil string="${version-type}" property="repo">
|
365 | 365 | <lowercase />
|
366 | 366 | </stringutil>
|
367 | 367 | <checksum algorithm="sha-256"
|
368 |
| - file="${project.build.directory}/spring-boot-cli-${project.version}-bin.zip" |
369 |
| - property="hash" /> |
| 368 | + file="${project.build.directory}/spring-boot-cli-${project.version}-bin.zip" |
| 369 | + property="hash" /> |
370 | 370 | <echo
|
371 |
| - message="Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo" /> |
| 371 | + message="Customizing scoop for ${project.version} with hash ${hash} in ${repo} repo" /> |
372 | 372 | <copy file="${basedir}/src/main/scoop/springboot.json"
|
373 | 373 | tofile="${project.build.directory}/scoop/springboot.json" overwrite="true">
|
374 | 374 | <filterchain>
|
|
0 commit comments