|
3 | 3 |
|
4 | 4 | <groupId>com.esri.hadoop</groupId>
|
5 | 5 | <artifactId>spatial-sdk-hadoop</artifactId>
|
6 |
| - <version>2.2.0</version> |
| 6 | + <version>2.2.1-SNAPSHOT</version> |
7 | 7 | <packaging>pom</packaging>
|
8 | 8 |
|
9 | 9 | <name>Spatial Framework for Hadoop</name>
|
10 | 10 | <url>http://github.com/Esri/spatial-framework-for-hadoop</url>
|
11 | 11 | <description>Enables developers and data scientists to use the Hadoop data processing system for spatial data analysis.</description>
|
12 | 12 |
|
13 | 13 | <licenses>
|
14 |
| - <license> |
15 |
| - <name>The Apache Software License, Version 2.0</name> |
16 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
17 |
| - <distribution>repo</distribution> |
18 |
| - </license> |
| 14 | + <license> |
| 15 | + <name>The Apache Software License, Version 2.0</name> |
| 16 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 17 | + <distribution>repo</distribution> |
| 18 | + </license> |
19 | 19 | </licenses>
|
20 | 20 |
|
21 | 21 | <developers>
|
|
25 | 25 | <organization>Esri</organization>
|
26 | 26 | <organizationUrl>http://www.esri.com</organizationUrl>
|
27 | 27 | <roles>
|
28 |
| - <role>developer</role> |
| 28 | + <role>developer</role> |
29 | 29 | </roles>
|
30 | 30 | </developer>
|
31 | 31 | <developer>
|
|
34 | 34 | <organization>Esri</organization>
|
35 | 35 | <organizationUrl>http://www.esri.com</organizationUrl>
|
36 | 36 | <roles>
|
37 |
| - <role>developer</role> |
| 37 | + <role>developer</role> |
38 | 38 | </roles>
|
39 | 39 | </developer>
|
40 | 40 | </developers>
|
|
100 | 100 | <profile>
|
101 | 101 | <id>java-disable-doclint</id>
|
102 | 102 | <activation>
|
103 |
| - <jdk>[1.8,)</jdk> |
| 103 | + <jdk>[1.8,)</jdk> |
104 | 104 | </activation>
|
105 | 105 | <properties>
|
106 |
| - <javadoc.doclint.param>-Xdoclint:none</javadoc.doclint.param> |
| 106 | + <javadoc.doclint.param>-Xdoclint:none</javadoc.doclint.param> |
107 | 107 | </properties>
|
108 | 108 | </profile>
|
109 | 109 |
|
|
267 | 267 | <hive.version>0.11.0</hive.version>
|
268 | 268 | </properties>
|
269 | 269 | <!-- NEEDED with Hive-0.11 dependencies>
|
270 |
| - <dependency> |
271 |
| - <groupId>javax.jdo</groupId> |
272 |
| - <artifactId>jdo2-api</artifactId> |
273 |
| - <version>2.3-ec</version> |
274 |
| - </dependency> |
| 270 | + <dependency> |
| 271 | + <groupId>javax.jdo</groupId> |
| 272 | + <artifactId>jdo2-api</artifactId> |
| 273 | + <version>2.3-ec</version> |
| 274 | + </dependency> |
275 | 275 | </dependencies>
|
276 | 276 | <repositories>
|
277 |
| - <repository> |
278 |
| - <id>org.datanucleus</id> |
279 |
| - <name>datanucleus</name> |
280 |
| - <url>http://www.datanucleus.org/downloads/maven2/</url> |
281 |
| - </repository> |
| 277 | + <repository> |
| 278 | + <id>org.datanucleus</id> |
| 279 | + <name>datanucleus</name> |
| 280 | + <url>http://www.datanucleus.org/downloads/maven2/</url> |
| 281 | + </repository> |
282 | 282 | </repositories -->
|
283 | 283 | </profile>
|
284 | 284 | <profile>
|
|
387 | 387 | </property>
|
388 | 388 | </activation>
|
389 | 389 | <build>
|
390 |
| - <plugins> |
391 |
| - <plugin> |
392 |
| - <groupId>org.apache.maven.plugins</groupId> |
393 |
| - <artifactId>maven-gpg-plugin</artifactId> |
394 |
| - <executions> |
395 |
| - <execution> |
396 |
| - <id>sign-artifacts</id> |
397 |
| - <phase>verify</phase> |
398 |
| - <goals> |
399 |
| - <goal>sign</goal> |
400 |
| - </goals> |
401 |
| - </execution> |
402 |
| - </executions> |
403 |
| - </plugin> |
404 |
| - </plugins> |
| 390 | + <plugins> |
| 391 | + <plugin> |
| 392 | + <groupId>org.apache.maven.plugins</groupId> |
| 393 | + <artifactId>maven-gpg-plugin</artifactId> |
| 394 | + <executions> |
| 395 | + <execution> |
| 396 | + <id>sign-artifacts</id> |
| 397 | + <phase>verify</phase> |
| 398 | + <goals> |
| 399 | + <goal>sign</goal> |
| 400 | + </goals> |
| 401 | + </execution> |
| 402 | + </executions> |
| 403 | + </plugin> |
| 404 | + </plugins> |
405 | 405 | </build>
|
406 | 406 | </profile>
|
407 | 407 |
|
|
453 | 453 | </dependency>
|
454 | 454 |
|
455 | 455 | <dependency>
|
456 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
457 |
| - <artifactId>jackson-core</artifactId> |
458 |
| - <version>${jackson.version}</version> |
| 456 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 457 | + <artifactId>jackson-core</artifactId> |
| 458 | + <version>${jackson.version}</version> |
459 | 459 | </dependency>
|
460 | 460 |
|
461 | 461 | <dependency>
|
462 |
| - <groupId>com.fasterxml.jackson.core</groupId> |
463 |
| - <artifactId>jackson-databind</artifactId> |
464 |
| - <version>${jackson.version}</version> |
| 462 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 463 | + <artifactId>jackson-databind</artifactId> |
| 464 | + <version>${jackson.version}</version> |
465 | 465 | </dependency>
|
466 | 466 |
|
467 | 467 | <dependency>
|
|
477 | 477 | </dependency>
|
478 | 478 |
|
479 | 479 | <dependency>
|
480 |
| - <groupId>junit</groupId> |
481 |
| - <artifactId>junit</artifactId> |
482 |
| - <version>${junit.version}</version> |
483 |
| - <scope>test</scope> |
484 |
| - </dependency> |
| 480 | + <groupId>junit</groupId> |
| 481 | + <artifactId>junit</artifactId> |
| 482 | + <version>${junit.version}</version> |
| 483 | + <scope>test</scope> |
| 484 | + </dependency> |
485 | 485 |
|
486 | 486 | </dependencies>
|
487 | 487 | </dependencyManagement>
|
|
506 | 506 | <argLine>-Xmx1024m</argLine>
|
507 | 507 | </configuration>
|
508 | 508 | </plugin>
|
509 |
| - <plugin> |
510 |
| - <groupId>org.apache.maven.plugins</groupId> |
511 |
| - <artifactId>maven-source-plugin</artifactId> |
512 |
| - <version>${source.plugin.version}</version> |
513 |
| - <executions> |
514 |
| - <execution> |
515 |
| - <id>attach-sources</id> |
516 |
| - <goals> |
517 |
| - <goal>jar-no-fork</goal> |
518 |
| - </goals> |
519 |
| - </execution> |
520 |
| - </executions> |
521 |
| - </plugin> |
| 509 | + <plugin> |
| 510 | + <groupId>org.apache.maven.plugins</groupId> |
| 511 | + <artifactId>maven-source-plugin</artifactId> |
| 512 | + <version>${source.plugin.version}</version> |
| 513 | + <executions> |
| 514 | + <execution> |
| 515 | + <id>attach-sources</id> |
| 516 | + <goals> |
| 517 | + <goal>jar-no-fork</goal> |
| 518 | + </goals> |
| 519 | + </execution> |
| 520 | + </executions> |
| 521 | + </plugin> |
522 | 522 | <plugin>
|
523 | 523 | <groupId>org.apache.maven.plugins</groupId>
|
524 | 524 | <artifactId>maven-javadoc-plugin</artifactId>
|
|
529 | 529 | <goals>
|
530 | 530 | <goal>jar</goal>
|
531 | 531 | </goals>
|
532 |
| - <configuration> |
533 |
| - <additionalparam>${javadoc.doclint.param}</additionalparam> |
534 |
| - </configuration> |
| 532 | + <configuration> |
| 533 | + <additionalparam>${javadoc.doclint.param}</additionalparam> |
| 534 | + </configuration> |
535 | 535 | </execution>
|
536 | 536 | </executions>
|
537 | 537 | </plugin>
|
538 |
| - <plugin> |
539 |
| - <groupId>org.sonatype.plugins</groupId> |
540 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
541 |
| - <version>1.6.7</version> |
542 |
| - <extensions>true</extensions> |
543 |
| - <configuration> |
544 |
| - <serverId>ossrh</serverId> |
545 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
546 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
547 |
| - </configuration> |
548 |
| - </plugin> |
| 538 | + <plugin> |
| 539 | + <groupId>org.sonatype.plugins</groupId> |
| 540 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 541 | + <version>1.6.7</version> |
| 542 | + <extensions>true</extensions> |
| 543 | + <configuration> |
| 544 | + <serverId>ossrh</serverId> |
| 545 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 546 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 547 | + </configuration> |
| 548 | + </plugin> |
549 | 549 |
|
550 | 550 | </plugins>
|
551 | 551 | </pluginManagement>
|
|
0 commit comments