diff options
author | Yuli Shlosberg <ys9693@att.com> | 2017-11-28 15:55:44 +0200 |
---|---|---|
committer | Yuli Shlosberg <ys9693@att.com> | 2017-11-28 16:01:24 +0200 |
commit | d5e341bc22977beac2cc2c9d4b9368245cefda3a (patch) | |
tree | d6f3defa0fe88071f29956e08b8b14cb6cfaddd3 /pom.xml | |
parent | ea45979501b62b3c1e9e02edfb7ded6779e85018 (diff) |
add tests
Change-Id: Ifa5f6891a06d6bf5ae82d0dd73ee01aa60967afe
Issue-ID: SDC-695
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>org.openecomp.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.1.16-SNAPSHOT</version> + <version>1.1.19-SNAPSHOT</version> <name>sdc-jtosca</name> <properties> @@ -160,7 +160,18 @@ <artifactId>maven-javadoc-plugin</artifactId> <version>2.10.3</version> <configuration /> - </plugin> + </plugin> + <!-- Test --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.19.1</version> + <configuration> + <includes> + <include>*/*</include> + </includes> + </configuration> + </plugin> <plugin> <groupId>org.sonarsource.scanner.maven</groupId> <artifactId>sonar-maven-plugin</artifactId> |