summaryrefslogtreecommitdiffstats
path: root/standalone/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-11 10:04:52 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-12-11 10:44:23 -0500
commitcc0c96a1d1f2cb8cc16b4a33be5396d7e72663f8 (patch)
treef732a9031cdf8e04cdc85a16034e8307a076be4e /standalone/pom.xml
parent94fcbc29eca4b30da5dc259e5b14d26cda8d8373 (diff)
Include groupId in dependency list
Include groupId in generated dependency lists Change-Id: I6df3980293f9a35958f633acbf1df33f2f046859 Issue-ID: CCSDK-1986 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'standalone/pom.xml')
-rwxr-xr-xstandalone/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 33cfdde2..033fab18 100755
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -204,6 +204,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>