diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-10-12 14:48:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-10-17 09:11:21 +0000 |
commit | 7236617f71a2090aa1aebac37e2b7b51330cdc73 (patch) | |
tree | 97011e0210a589adfb48c00b761d8ec59d631f8b /common/pom.xml | |
parent | 957461dcfd741fc3290e4317c2297c5618b593b5 (diff) |
HONEYCOMB-157 Extract groovy scripts from poms
And put all of them into a dedicated module
Change-Id: Id04c66806a89af68d821a43ef92f0a59220e04e9
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index 32588812c..651b12cd3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -30,6 +30,7 @@ <description>Aggregator for common maven parents providing base configuration for Honeycomb modules</description> <modules> + <module>common-scripts</module> <module>checkstyle</module> <module>honeycomb-parent</module> <module>api-parent</module> |