Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 119 by
mauri...@session.it: enable-profile-testing Profile
activation
http://code.google.com/p/maven-alfresco-archetypes/issues/detail?id=119
The alfresco-sdk-parent defines a profile as follows
<profile>
<id>enable-alfresco-testing</id>
<activation>
<file>
<exists>src/test/java</exists>
</file>
</activation>
....
Since a multi-module project (whose parent is defined as
alfresco-sdk-parent) may contain also modules that are not Alfresco-related
but containing src/test/java, we need to specialise the activation.
A simple solution would be to define activation as follows
<activation>
<file>
<exists>src/test/java</exists>
</file>
<file>
<exists>src/main/amp/module.properties</exists>
</file>
</activation>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings