|
108 | 108 | <artifactId>maven-jar-plugin</artifactId>
|
109 | 109 | <version>2.3.1</version>
|
110 | 110 | </plugin>
|
111 |
| - |
| 111 | + |
112 | 112 | <plugin>
|
113 | 113 | <groupId>org.apache.maven.plugins</groupId>
|
114 | 114 | <artifactId>maven-surefire-plugin</artifactId>
|
115 | 115 | <version>2.10</version>
|
116 | 116 | </plugin>
|
117 |
| - |
| 117 | + |
118 | 118 | <plugin>
|
119 | 119 | <groupId>org.codehaus.mojo</groupId>
|
120 | 120 | <artifactId>buildnumber-maven-plugin</artifactId>
|
|
149 | 149 | </execution>
|
150 | 150 | </executions>
|
151 | 151 | </plugin>
|
152 |
| - |
| 152 | + |
153 | 153 | <plugin>
|
154 | 154 | <groupId>org.antlr</groupId>
|
155 | 155 | <artifactId>antlr3-maven-plugin</artifactId>
|
|
168 | 168 | <groupId>org.apache.maven.plugins</groupId>
|
169 | 169 | <artifactId>maven-release-plugin</artifactId>
|
170 | 170 | <version>2.4</version><!--$NO-MVN-MAN-VER$ -->
|
171 |
| - <!-- m2e complains about a different plugin version being specified in |
172 |
| - the parent pom. However, this is not actually problem for maven. So, we can |
| 171 | + <!-- m2e complains about a different plugin version being specified in |
| 172 | + the parent pom. However, this is not actually problem for maven. So, we can |
173 | 173 | ignore the warning. -->
|
174 | 174 | </plugin>
|
175 | 175 |
|
|
221 | 221 | <version>0.11.4.1</version>
|
222 | 222 | <scope>test</scope>
|
223 | 223 | </dependency>
|
224 |
| - |
| 224 | + |
225 | 225 | <dependency>
|
226 | 226 | <groupId>commons-io</groupId>
|
227 | 227 | <artifactId>commons-io</artifactId>
|
228 | 228 | <version>2.4</version>
|
229 | 229 | </dependency>
|
230 |
| - |
| 230 | + |
231 | 231 | <dependency>
|
232 | 232 | <groupId>org.jdom</groupId>
|
233 | 233 | <artifactId>jdom</artifactId>
|
234 | 234 | <version>1.1</version>
|
235 | 235 | </dependency>
|
236 |
| - |
| 236 | + |
237 | 237 | <dependency>
|
238 | 238 | <groupId>com.fasterxml.jackson.core</groupId>
|
239 | 239 | <artifactId>jackson-core</artifactId>
|
240 | 240 | <version>2.3.2</version>
|
241 | 241 | </dependency>
|
242 |
| - |
| 242 | + |
243 | 243 | <dependency>
|
244 | 244 | <groupId>org.mockito</groupId>
|
245 | 245 | <artifactId>mockito-core</artifactId>
|
246 | 246 | <version>1.9.5</version>
|
247 | 247 | <scope>test</scope>
|
248 | 248 | <exclusions>
|
249 | 249 | <exclusion>
|
250 |
| - <!-- Conflicts with the newer hamcrest version |
| 250 | + <!-- Conflicts with the newer hamcrest version |
251 | 251 | pulled in by junit -->
|
252 | 252 | <artifactId>hamcrest-core</artifactId>
|
253 | 253 | <groupId>org.hamcrest</groupId>
|
254 | 254 | </exclusion>
|
255 | 255 | </exclusions>
|
256 | 256 | </dependency>
|
257 |
| - |
| 257 | + |
258 | 258 | <dependency>
|
259 | 259 | <groupId>org.hamcrest</groupId>
|
260 | 260 | <artifactId>hamcrest-core</artifactId>
|
|
282 | 282 | <configuration>
|
283 | 283 | <show>public</show>
|
284 | 284 | <nohelp>true</nohelp>
|
| 285 | + <additionalparam>-Xdoclint:none</additionalparam> |
285 | 286 | </configuration>
|
286 | 287 | </execution>
|
287 | 288 | </executions>
|
|
0 commit comments