вт, 23 июн. 2020 г. в 21:12, <fha...@apache.org>:
>
> This is an automated email from the ASF dual-hosted git repository.
>
> fhanik pushed a commit to branch 9.0.x
> in repository https://gitbox.apache.org/repos/asf/tomcat.git
>
>
> The following commit(s) were added to refs/heads/9.0.x by this push:
>      new 919183b  Make `ant -f mvn-pub.xml generic-install` work with the new 
> ant tasks
> 919183b is described below
>
> commit 919183b438e1a2f0004082c69e34accc0c3e2f16
> Author: Filip Hanik <fha...@pivotal.io>
> AuthorDate: Tue Jun 23 11:11:24 2020 -0700
>
>     Make `ant -f mvn-pub.xml generic-install` work with the new ant tasks

1) What is meant by "new tasks"?
I see that mvn.properties.default has
maven-resolver-ant-tasks.version=1.2.0

Does it need an update to 1.2.1 (the latest version at Maven Central,
dated 2020-05-29)?
Or is it about some upcoming/snapshot version?

2) This is 9.0.x. The master/10.0.x branch has not been updated yet.


> ---
>  res/maven/mvn-pub.xml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
> index ea504a2..15e9380 100644
> --- a/res/maven/mvn-pub.xml
> +++ b/res/maven/mvn-pub.xml
> @@ -50,8 +50,11 @@
>        </filterset>
>      </copy>
>
> -    <resolver:install file="${file}">
> +    <resolver:install>
> +      <artifact file="${file}" />
>        <pom file="${pom}.tmp"/>
> +      <artifact file="${file}.asc" type="jar.asc" if:set="gpg.passphrase"/>
> +      <artifact file="${pom}.asc" type="pom.asc" if:set="gpg.passphrase"/>
>      </resolver:install>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to