unlicensed files in alfresco connector MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit
Ok; please commit the change to trunk and add the svn rev to this ticket. I will pull it up into the release branch on Sunday. Sent from my Windows Phone From: Piergiorgio Lucidi (JIRA) Sent: 7/18/2013 11:16 AM To: [email protected] Subject: [jira] [Commented] (CONNECTORS-755) ant rat-sources finds unlicensed files in alfresco connector [ https://issues.apache.org/jira/browse/CONNECTORS-755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13712404#comment-13712404 ] Piergiorgio Lucidi commented on CONNECTORS-755: ----------------------------------------------- All the files that you see in the project are related to the overlay process against the default Alfresco WAR. So if you put a web.xml, the Maven lifecycle will override the default one with yours, otherwise it will leave the default. So I think that we can remove these files in this way we are sure to use the default settings of any Alfresco installation. The license is Apache 2.0: https://code.google.com/p/maven-alfresco-archetypes/ > ant rat-sources finds unlicensed files in alfresco connector > ------------------------------------------------------------ > > Key: CONNECTORS-755 > URL: https://issues.apache.org/jira/browse/CONNECTORS-755 > Project: ManifoldCF > Issue Type: Bug > Components: Alfresco connector > Affects Versions: ManifoldCF 1.3 > Reporter: Karl Wright > Assignee: Piergiorgio Lucidi > Priority: Blocker > Fix For: ManifoldCF 1.3 > > > {code} > [rat:report] Unapproved licenses: > [rat:report] > [rat:report] > C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources > /alfresco/extension/dev-log4j.properties > [rat:report] > C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/resources > /log4j.properties > [rat:report] > C:/wip/mcf/trunk/test-materials/alfresco-4-war/src/main/webapp/WE > B-INF/web.xml > [rat:report] > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira
