|
106 | 106 | <version>2.0</version> |
107 | 107 | </dependency> |
108 | 108 |
|
| 109 | + <!-- JSON --> |
| 110 | + <dependency> |
| 111 | + <groupId>net.sf.json-lib</groupId> |
| 112 | + <artifactId>json-lib</artifactId> |
| 113 | + <version>2.4</version> |
| 114 | + <classifier>jdk15</classifier> |
| 115 | + </dependency> |
| 116 | + |
109 | 117 | <!-- Joda Time --> |
110 | 118 | <dependency> |
111 | 119 | <groupId>joda-time</groupId> |
|
171 | 179 | <type>jar</type> |
172 | 180 | <scope>test</scope> |
173 | 181 | </dependency> |
| 182 | + |
| 183 | + <dependency> |
| 184 | + <groupId>pl.pragmatists</groupId> |
| 185 | + <artifactId>JUnitParams</artifactId> |
| 186 | + <version>1.0.2</version> |
| 187 | + <scope>test</scope> |
| 188 | + </dependency> |
174 | 189 | </dependencies> |
175 | 190 |
|
176 | 191 | <build> |
|
182 | 197 | <includes> |
183 | 198 | <include>**/*.properties</include> |
184 | 199 | <include>**/*.xml</include> |
| 200 | + <include>**/*.json</include> |
185 | 201 | </includes> |
186 | 202 | </resource> |
187 | 203 | </resources> |
|
199 | 215 | <!--</execution>--> |
200 | 216 | <!--</executions>--> |
201 | 217 | <!--<configuration>--> |
202 | | - <!--<prefix>git</prefix>--> |
203 | | - |
204 | | - <!--<dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat>--> |
205 | | - |
206 | 218 | <!--<verbose>true</verbose>--> |
207 | | - |
| 219 | + <!--<skip>false</skip>--> |
| 220 | + <!--<prefix>git</prefix>--> |
208 | 221 | <!--<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>--> |
209 | | - |
210 | 222 | <!--<generateGitPropertiesFile>true</generateGitPropertiesFile>--> |
211 | | - <!--<generateGitPropertiesFilename>testing.properties</generateGitPropertiesFilename>--> |
| 223 | + <!--<generateGitPropertiesFilename>target/testing.properties</generateGitPropertiesFilename>--> |
212 | 224 |
|
213 | | - <!--<excludeProperties>--> |
214 | | - <!--<excludeProperty>git.commit.*</excludeProperty>--> |
215 | | - <!--</excludeProperties>--> |
| 225 | + <!--<dateFormat>dd.MM.yyyy '@' HH:mm:ss z</dateFormat>--> |
| 226 | + <!--<useNativeGit>false</useNativeGit>--> |
| 227 | + <!--<abbrevLength>7</abbrevLength>--> |
| 228 | + <!--<format>properties</format>--> |
216 | 229 |
|
217 | 230 | <!--<gitDescribe>--> |
218 | 231 | <!--<skip>false</skip>--> |
|
221 | 234 | <!--<dirty>-DEVEL</dirty>--> |
222 | 235 | <!--<forceLongFormat>false</forceLongFormat>--> |
223 | 236 | <!--</gitDescribe>--> |
224 | | - |
225 | | - <!--<abbrevLength>7</abbrevLength>--> |
| 237 | + |
| 238 | + <!--<excludeProperties>--> |
| 239 | + <!--<excludeProperty>git.commit.*</excludeProperty>--> |
| 240 | + <!--<excludeProperty>git.remote.origin.url</excludeProperty>--> |
| 241 | + <!--</excludeProperties>--> |
| 242 | + |
| 243 | + <!--<failOnNoGitDirectory>true</failOnNoGitDirectory>--> |
| 244 | + <!--<failOnUnableToExtractRepoInfo>true</failOnUnableToExtractRepoInfo>--> |
226 | 245 | <!--</configuration>--> |
227 | 246 | <!--</plugin>--> |
228 | | - |
229 | 247 | <!-- Setting built-in java compiler properties --> |
230 | 248 | <plugin> |
231 | 249 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments