mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Add AMPS env var to alias to optionally build AMPs
Removed trigger of downstream project on feature branch to save agents
(cherry picked from commit f6c87dddbe
)
# Conflicts:
# scripts/travis/maven_release.sh
This commit is contained in:
13
amps/pom.xml
13
amps/pom.xml
@@ -12,6 +12,17 @@
|
||||
|
||||
<modules>
|
||||
<module>share-services</module>
|
||||
<module>ags</module>
|
||||
</modules>
|
||||
|
||||
<!-- When adding a new AMP, create a profile for it here to add the module. The AMPS environment variable may
|
||||
then be used in aliases to optionally build it. The profile will however need to be added to the Travis
|
||||
build scripts. The share-services AMP is build by default as it is very fast. -->
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>ags</id>
|
||||
<modules>
|
||||
<module>ags</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user