mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Extended configuration to cover share community, added file exclusions.
This commit is contained in:
@@ -234,8 +234,8 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
|
|
||||||
<verbose>${license.verbose}</verbose>
|
<verbose>${license.verbose}</verbose>
|
||||||
<addSvnKeyWords>false</addSvnKeyWords>
|
<addSvnKeyWords>false</addSvnKeyWords>
|
||||||
|
|
||||||
<!-- header configuration -->
|
<!-- header configuration -->
|
||||||
<organizationName>${license.org.name}</organizationName>
|
<organizationName>${license.org.name}</organizationName>
|
||||||
<descriptionTemplate>${project.parent.parent.basedir}/license/description.ftl</descriptionTemplate>
|
<descriptionTemplate>${project.parent.parent.basedir}/license/description.ftl</descriptionTemplate>
|
||||||
@@ -254,11 +254,23 @@
|
|||||||
|
|
||||||
<!-- source roots to check -->
|
<!-- source roots to check -->
|
||||||
<roots>
|
<roots>
|
||||||
<root>source</root>
|
<root>source/java</root>
|
||||||
<root>test</root>
|
<root>unit-test/java</root>
|
||||||
<root>unit-test</root>
|
<root>source/compatibility</root>
|
||||||
<root>config</root>
|
<root>config</root>
|
||||||
|
<root>test/java</root>
|
||||||
|
<root>test/resources</root>
|
||||||
</roots>
|
</roots>
|
||||||
|
|
||||||
|
<!-- exculsions -->
|
||||||
|
<excludes>
|
||||||
|
<exclude>**/package-info.java</exclude>
|
||||||
|
<exclude>**/*.properties</exclude>
|
||||||
|
<exclude>**/*.css</exclude>
|
||||||
|
<exclude>**/*.xml</exclude>
|
||||||
|
<exclude>**/*.json</exclude>
|
||||||
|
<exclude>**/*.txt</exclude>
|
||||||
|
</excludes>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
Reference in New Issue
Block a user