summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max (mb388a) <mb388a@att.com>2020-04-03 12:23:50 -0400
committerBenjamin, Max (mb388a) <mb388a@att.com>2020-04-03 13:57:25 -0400
commitd313b58558c9c6d30ea66132b16949b7f7063cc3 (patch)
treef839b02dea4b78dca4f06f8e4ae2a2063df5ffe0 /pom.xml
parentc0a1515f05edb10daa92b08ebe86668d0309d196 (diff)
Addresses are not properly formatted
updated the format of addresses updated unit test Issue-ID: SO-2786 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5b6d67ca95f33752360cfc2210420bfe2341058e
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml46
1 files changed, 23 insertions, 23 deletions
diff --git a/pom.xml b/pom.xml
index 348ccea..dbef9ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -391,29 +391,29 @@
<version>2.9.8</version>
</dependency>
</dependencies>
- </plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
- <executions>
- <execution>
- <id>prepare-agent</id>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- </execution>
- <execution>
- <id>report</id>
- <goals>
- <goal>report</goal>
- </goals>
- <configuration>
- <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
- <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
- </configuration>
- </execution>
- </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>${jacoco.version}</version>
+ <executions>
+ <execution>
+ <id>prepare-agent</id>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>report</id>
+ <goals>
+ <goal>report</goal>
+ </goals>
+ <configuration>
+ <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
+ <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>