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:
alandavis
2021-05-05 21:17:00 +01:00
parent 4bdbfc2de0
commit 1f9e4fb4f6
6 changed files with 25 additions and 60 deletions

View File

@@ -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>