summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--odlparent/binding-parent/pom.xml1
-rw-r--r--odlparent/bundle-parent/pom.xml1
-rw-r--r--odlparent/feature-repo-parent/pom.xml1
-rw-r--r--odlparent/karaf4-parent/pom.xml1
-rw-r--r--odlparent/mdsal-it-parent/pom.xml1
-rw-r--r--odlparent/odlparent-lite/pom.xml1
-rw-r--r--odlparent/odlparent/pom.xml1
-rwxr-xr-xodlparent/setup/src/main/resources/pom-template.xml1
-rw-r--r--odlparent/single-feature-parent/pom.xml1
-rwxr-xr-xpom.xml1
-rwxr-xr-xspringboot/springboot1/pom.xml1
-rwxr-xr-xspringboot/springboot2/pom.xml1
-rwxr-xr-xstandalone/pom.xml1
13 files changed, 13 insertions, 0 deletions
diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml
index c668c5b4..c463add0 100644
--- a/odlparent/binding-parent/pom.xml
+++ b/odlparent/binding-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml
index bf17e3cd..83ade459 100644
--- a/odlparent/bundle-parent/pom.xml
+++ b/odlparent/bundle-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml
index fd86f630..1d085e8b 100644
--- a/odlparent/feature-repo-parent/pom.xml
+++ b/odlparent/feature-repo-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml
index edba6efe..ac65065b 100644
--- a/odlparent/karaf4-parent/pom.xml
+++ b/odlparent/karaf4-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml
index e32511ef..8af423c9 100644
--- a/odlparent/mdsal-it-parent/pom.xml
+++ b/odlparent/mdsal-it-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index 2c0bc4f4..03de7128 100644
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml
index c6a50a27..33c0fcbf 100644
--- a/odlparent/odlparent/pom.xml
+++ b/odlparent/odlparent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml
index 1f0c35e6..3daddd11 100755
--- a/odlparent/setup/src/main/resources/pom-template.xml
+++ b/odlparent/setup/src/main/resources/pom-template.xml
@@ -636,6 +636,7 @@
<outputDirectory>\${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 169a9a5e..e7671a60 100644
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -636,6 +636,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/pom.xml b/pom.xml
index 556e0cdc..5999cc92 100755
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
<executions>
<execution>
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml
index de72343e..b5da5bfa 100755
--- a/springboot/springboot1/pom.xml
+++ b/springboot/springboot1/pom.xml
@@ -589,6 +589,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml
index 303e2c9c..6bda7168 100755
--- a/springboot/springboot2/pom.xml
+++ b/springboot/springboot2/pom.xml
@@ -620,6 +620,7 @@
<outputDirectory>${project.basedir}</outputDirectory>
<transitiveExcludes>*</transitiveExcludes>
<showVersions>true</showVersions>
+ <showGroupIds>true</showGroupIds>
</configuration>
</plugin>
</plugins>
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>