You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2018/06/13 16:55:39 UTC

Re: commons-release-plugin git commit: (rat) update excludes for test artifacts

Almost ;-)

Files with unapproved licenses:


src/test/resources/mojos/detach-distributions/target/commons-text-1.4-bin.tar.gz.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-bin.zip.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-javadoc.jar.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-sources.jar.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-src.tar.gz.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-src.zip.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-test-sources.jar.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4-tests.jar.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4.jar.asc

src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom.asc

Gary

On Wed, Jun 13, 2018 at 10:53 AM <ch...@apache.org> wrote:

> Repository: commons-release-plugin
> Updated Branches:
>   refs/heads/master 1900a67fb -> d86ff62ce
>
>
> (rat) update excludes for test artifacts
>
>
> Project:
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d86ff62c
> Tree:
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d86ff62c
> Diff:
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d86ff62c
>
> Branch: refs/heads/master
> Commit: d86ff62ce4dcb2af0fa4b3e0fd8c2d23ba26a263
> Parents: 1900a67
> Author: Rob Tompkins <ch...@apache.org>
> Authored: Wed Jun 13 12:52:05 2018 -0400
> Committer: Rob Tompkins <ch...@apache.org>
> Committed: Wed Jun 13 12:52:05 2018 -0400
>
> ----------------------------------------------------------------------
>  pom.xml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
>
> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d86ff62c/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 1e56a45..6e95e7f 100755
> --- a/pom.xml
> +++ b/pom.xml
> @@ -242,8 +242,8 @@
>            <configuration>
>              <excludes>
>                <exclude>site-content/**</exclude>
> -              <exclude>src/site/resources/download_lang.cgi</exclude>
> -
> <exclude>src/test/resources/stringEscapeUtilsTestData.txt</exclude>
> +
> <exclude>src/site/resources/download_commons-release-plugin.cgi</exclude>
> +
> <exclude>src/test/resources/mojos/detach-distributions/commons-text*</exclude>
>
>  <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
>              </excludes>
>            </configuration>
>
>

Re: commons-release-plugin git commit: (rat) update excludes for test artifacts

Posted by Rob Tompkins <ch...@gmail.com>.
Yeah…saw that. Thoughts on those? I don’t know if it matters or not, given that those artifacts are actually released artifacts.

-Rob

> On Jun 13, 2018, at 12:55 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Almost ;-)
> 
> Files with unapproved licenses:
> 
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-bin.tar.gz.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-bin.zip.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-javadoc.jar.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-sources.jar.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-src.tar.gz.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-src.zip.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-test-sources.jar.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4-tests.jar.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4.jar.asc
> 
> src/test/resources/mojos/detach-distributions/target/commons-text-1.4.pom.asc
> 
> Gary
> 
> On Wed, Jun 13, 2018 at 10:53 AM <ch...@apache.org> wrote:
> 
>> Repository: commons-release-plugin
>> Updated Branches:
>>  refs/heads/master 1900a67fb -> d86ff62ce
>> 
>> 
>> (rat) update excludes for test artifacts
>> 
>> 
>> Project:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo
>> Commit:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/d86ff62c
>> Tree:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/d86ff62c
>> Diff:
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/d86ff62c
>> 
>> Branch: refs/heads/master
>> Commit: d86ff62ce4dcb2af0fa4b3e0fd8c2d23ba26a263
>> Parents: 1900a67
>> Author: Rob Tompkins <ch...@apache.org>
>> Authored: Wed Jun 13 12:52:05 2018 -0400
>> Committer: Rob Tompkins <ch...@apache.org>
>> Committed: Wed Jun 13 12:52:05 2018 -0400
>> 
>> ----------------------------------------------------------------------
>> pom.xml | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/d86ff62c/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/pom.xml b/pom.xml
>> index 1e56a45..6e95e7f 100755
>> --- a/pom.xml
>> +++ b/pom.xml
>> @@ -242,8 +242,8 @@
>>           <configuration>
>>             <excludes>
>>               <exclude>site-content/**</exclude>
>> -              <exclude>src/site/resources/download_lang.cgi</exclude>
>> -
>> <exclude>src/test/resources/stringEscapeUtilsTestData.txt</exclude>
>> +
>> <exclude>src/site/resources/download_commons-release-plugin.cgi</exclude>
>> +
>> <exclude>src/test/resources/mojos/detach-distributions/commons-text*</exclude>
>> 
>> <exclude>src/site/resources/release-notes/RELEASE-NOTES-*.txt</exclude>
>>             </excludes>
>>           </configuration>
>> 
>> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org