summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2019-03-01 14:09:52 +0000
committerJoeOLeary <joseph.o.leary@est.tech>2019-03-01 14:09:52 +0000
commite5013912e5e1f62cd4ae9ee77fa765ed664c7d2f (patch)
tree8b99b18baf0895f7be690833129e2d07f1bbfc83 /pom.xml
parentb1fee35cd69ff8019c9deb38b482f24aa20a2ddd (diff)
Update DataRouter Subscriber
*Update metadata header key to match new datarouter specification *Update subscriber to be a privileged subscriber *Update subscriber to improve logging & remove sonar smells *Update delivery end point to match datarouter specification *Update event to include the publish id provided by datarouter *Add datarouter event processed utility Issue-ID: DCAEGEN2-1038 Change-Id: Iafce544f31f888de53547de8b280faebd8075d4c Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 2b59034..7dff143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,6 +267,11 @@
<goals>
<goal>prepare-agent</goal>
</goals>
+ <configuration>
+ <excludes>
+ <exclude>*</exclude>
+ </excludes>
+ </configuration>
</execution>
<execution>
<id>report</id>
@@ -276,11 +281,6 @@
</goals>
</execution>
</executions>
- <configuration>
- <excludes>
- <exclude>**/*App.*</exclude>
- </excludes>
- </configuration>
</plugin>
</plugins>
</build>