Strabon
diff pom.xml @ 971:b628e51f9580
Added testsuite in pom.xml and disabled skipTests (enabled tests).
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Tue Apr 02 21:12:14 2013 +0300 (2013-04-02) |
parents | 69a0a785ef8f |
children | 8fb408631e75 |
line diff
1.1 --- a/pom.xml Tue Apr 02 13:27:01 2013 +0300 1.2 +++ b/pom.xml Tue Apr 02 21:12:14 2013 +0300 1.3 @@ -135,6 +135,7 @@ 1.4 <module>endpoint</module> 1.5 <module>endpoint-client</module> 1.6 <module>endpoint-exec</module> 1.7 + <module>testsuite</module> 1.8 <module>constants</module> 1.9 </modules> 1.10 1.11 @@ -151,7 +152,7 @@ 1.12 <xml.bind.version>2.1.7</xml.bind.version> 1.13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 1.14 <project.build.targetEncoding>UTF-8</project.build.targetEncoding> 1.15 - <skipTests>true</skipTests> 1.16 + <skipTests>false</skipTests> 1.17 </properties> 1.18 1.19 <dependencyManagement>