[OPB-xx] creating overrides for templates containing the embed color

This commit is contained in:
Sheldan
2021-04-16 18:03:40 +02:00
parent d563950bee
commit d860ad6291
9 changed files with 86 additions and 1 deletions

View File

@@ -319,6 +319,17 @@
</artifactItem>
<!-- overrides -->
<artifactItem>
<groupId>dev.sheldan.oneplus.bot.templates.overrides.templates</groupId>
<artifactId>core</artifactId>
<version>${project.version}</version>
<type>zip</type>
<overWrite>true</overWrite>
<outputDirectory>${file.basedir}/deployment/template-artifacts/</outputDirectory>
<destFileName>overrides-templates-core.zip</destFileName>
</artifactItem>
<artifactItem>
<groupId>dev.sheldan.oneplus.bot.templates.overrides.templates</groupId>
<artifactId>webservices</artifactId>