|
70 | 70 | </mailingLists> |
71 | 71 | <properties> |
72 | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
73 | | - <jsonix.version>2.0.1</jsonix.version> |
| 73 | + <jsonix-scripts.version>2.0.1</jsonix-scripts.version> |
74 | 74 | <jaxb2-basics.version>0.7.0</jaxb2-basics.version> |
75 | 75 | <js-codemodel.version>1.1</js-codemodel.version> |
76 | 76 | <jaxb-ri.version>2.1.13</jaxb-ri.version> |
|
99 | 99 | <dependency> |
100 | 100 | <groupId>org.hisrc.jsonix</groupId> |
101 | 101 | <artifactId>jsonix-scripts</artifactId> |
102 | | - <version>${jsonix.version}</version> |
| 102 | + <version>${jsonix-scripts.version}</version> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
105 | 105 | <groupId>junit</groupId> |
|
258 | 258 | </dependency> |
259 | 259 | </dependencies> |
260 | 260 | </plugin> |
261 | | - <plugin> |
262 | | - <groupId>com.mycila.maven-license-plugin</groupId> |
263 | | - <artifactId>maven-license-plugin</artifactId> |
264 | | - <version>1.8.0</version> |
265 | | - <configuration> |
266 | | - <header>${basedir}/src/etc/header.txt</header> |
267 | | - <failIfMissing>true</failIfMissing> |
268 | | - <strictCheck>true</strictCheck> |
269 | | - <aggregate>true</aggregate> |
270 | | - <excludes> |
271 | | - <exclude>target-eclipse/**</exclude> |
272 | | - <exclude>src/test/resources/**</exclude> |
273 | | - <exclude>src/site/naturaldocs/**</exclude> |
274 | | - <exclude>**/*.scripts</exclude> |
275 | | - <exclude>**/*pom.xml</exclude> |
276 | | - <exclude>**/*.bat</exclude> |
277 | | - <exclude>**/*.gitignore</exclude> |
278 | | - </excludes> |
279 | | - <properties> |
280 | | - <license.year>2010 - 2014</license.year> |
281 | | - <license.description>Jsonix is a JavaScript library which allows you to convert between XML |
282 | | -and JavaScript object structures.</license.description> |
283 | | - <license.vendorInformation>Alexey Valikov, Highsource.org</license.vendorInformation> |
284 | | - <license.copyrightHolder>Alexey Valikov</license.copyrightHolder> |
285 | | - <license.COPYRIGHTHOLDER>ALEXEY VALIKOV</license.COPYRIGHTHOLDER> |
286 | | - </properties> |
287 | | - </configuration> |
288 | | - <executions> |
289 | | - <execution> |
290 | | - <id>license-checkheaders</id> |
291 | | - <phase>validate</phase> |
292 | | - <goals> |
293 | | - <goal>check</goal> |
294 | | - </goals> |
295 | | - </execution> |
296 | | - </executions> |
297 | | - </plugin> |
298 | 261 | <plugin> |
299 | 262 | <groupId>org.apache.maven.plugins</groupId> |
300 | 263 | <artifactId>maven-shade-plugin</artifactId> |
@@ -328,37 +291,6 @@ and JavaScript object structures.</license.description> |
328 | 291 | <configuration> |
329 | 292 | <lifecycleMappingMetadata> |
330 | 293 | <pluginExecutions> |
331 | | - <pluginExecution> |
332 | | - <pluginExecutionFilter> |
333 | | - <groupId>com.mycila.maven-license-plugin</groupId> |
334 | | - <artifactId>maven-license-plugin</artifactId> |
335 | | - <versionRange>[1.0,)</versionRange> |
336 | | - <!--groupId>org.codehaus.mojo</groupId> |
337 | | - <artifactId>aspectj-maven-plugin</artifactId> |
338 | | - <versionRange>[1.0,)</versionRange--> |
339 | | - <goals> |
340 | | - <goal>remove</goal> |
341 | | - <goal>format</goal> |
342 | | - <goal>check</goal> |
343 | | - </goals> |
344 | | - </pluginExecutionFilter> |
345 | | - <action> |
346 | | - <ignore /> |
347 | | - </action> |
348 | | - </pluginExecution> |
349 | | - <pluginExecution> |
350 | | - <pluginExecutionFilter> |
351 | | - <groupId>org.jvnet.jaxb2.maven2</groupId> |
352 | | - <artifactId>maven-jaxb2-plugin</artifactId> |
353 | | - <versionRange>[0.8.1-SNAPSHOT,)</versionRange> |
354 | | - <goals> |
355 | | - <goal>generate</goal> |
356 | | - </goals> |
357 | | - </pluginExecutionFilter> |
358 | | - <action> |
359 | | - <ignore /> |
360 | | - </action> |
361 | | - </pluginExecution> |
362 | 294 | <pluginExecution> |
363 | 295 | <pluginExecutionFilter> |
364 | 296 | <groupId>org.apache.maven.plugins</groupId> |
@@ -394,6 +326,21 @@ and JavaScript object structures.</license.description> |
394 | 326 | <artifactId>maven-deploy-plugin</artifactId> |
395 | 327 | <version>2.8.1</version> |
396 | 328 | </plugin> |
| 329 | + <plugin> |
| 330 | + <groupId>org.apache.maven.plugins</groupId> |
| 331 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 332 | + <version>2.9.1</version> |
| 333 | + </plugin> |
| 334 | + <plugin> |
| 335 | + <groupId>org.apache.maven.plugins</groupId> |
| 336 | + <artifactId>maven-source-plugin</artifactId> |
| 337 | + <version>2.3</version> |
| 338 | + </plugin> |
| 339 | + <plugin> |
| 340 | + <groupId>org.apache.maven.plugins</groupId> |
| 341 | + <artifactId>maven-jar-plugin</artifactId> |
| 342 | + <version>2.5</version> |
| 343 | + </plugin> |
397 | 344 | </plugins> |
398 | 345 | </pluginManagement> |
399 | 346 | <plugins> |
|
0 commit comments