You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lens.apache.org by "Puneet Gupta (JIRA)" <ji...@apache.org> on 2016/09/20 08:18:20 UTC

[jira] [Commented] (LENS-1328) RAT Check for new files

    [ https://issues.apache.org/jira/browse/LENS-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505993#comment-15505993 ] 

Puneet Gupta commented on LENS-1328:
------------------------------------

New Dependencies 
{noformat}
	<quartz.version>2.2.2</quartz.version>
	<protobuf.version>2.5.0</protobuf.version> - TO be removed LENS-1331
{noformat}

New TEST scope dependencies (Apache license)
{noformat}
	<derby.version>10.11.1.1</derby.version>
	<datanucleus.api.jdo.version>4.2.1</datanucleus.api.jdo.version>
	<datanucleus.javax.jdo.version>3.2.0-m3</datanucleus.javax.jdo.version>
	<datanucleus.rdbms.version>4.1.7</datanucleus.rdbms.version>
{noformat}


> RAT Check for new files
> -----------------------
>
>                 Key: LENS-1328
>                 URL: https://issues.apache.org/jira/browse/LENS-1328
>             Project: Apache Lens
>          Issue Type: Sub-task
>          Components: build
>            Reporter: Puneet Gupta
>            Assignee: Puneet Gupta
>
> Check if any new files are added which are without Apache license notice. Decide whether to add such files a part of rat check exclusion list in POM.xml or not. 
> Steps: 
> - 'git tag' can give you all tags,  pick last release tag name 
> - git diff <last-release-tag>. In the less view, search for "\-\-\- /dev/null" for finding files added. Search for "+++ /dev/null" for files deleted. 
> One can also get list of added files  using : git dif <last-release-tag> --summary | grep create . Example git diff apache-lens-2.5.0-beta --summary | grep create 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)