|
5 | 5 | <name>baseCode</name> |
6 | 6 | <groupId>baseCode</groupId> |
7 | 7 | <artifactId>baseCode</artifactId> |
8 | | - <version>1.1.9</version> |
| 8 | + <version>1.1.10</version> |
9 | 9 | <inceptionYear>2003</inceptionYear> |
10 | 10 | <description> |
11 | 11 | <![CDATA[Data structures, math and statistics tools, and utilities that are often needed across projects.]]> |
|
290 | 290 | <filtering>false</filtering> |
291 | 291 | </testResource> |
292 | 292 | </testResources> |
| 293 | + <extensions> |
| 294 | + <extension> |
| 295 | + <groupId>org.apache.maven.wagon</groupId> |
| 296 | + <artifactId>wagon-ssh-external</artifactId> |
| 297 | + <version>3.5.2</version> |
| 298 | + </extension> |
| 299 | + </extensions> |
293 | 300 | <plugins> |
294 | 301 | <plugin> |
295 | 302 | <groupId>org.apache.maven.plugins</groupId> |
|
342 | 349 | <target>1.8</target> |
343 | 350 | </configuration> |
344 | 351 | </plugin> |
| 352 | + <plugin> |
| 353 | + <groupId>org.apache.maven.plugins</groupId> |
| 354 | + <artifactId>maven-clean-plugin</artifactId> |
| 355 | + <version>3.1.0</version> |
| 356 | + </plugin> |
| 357 | + <plugin> |
| 358 | + <groupId>org.apache.maven.plugins</groupId> |
| 359 | + <artifactId>maven-deploy-plugin</artifactId> |
| 360 | + <version>2.8.2</version> |
| 361 | + </plugin> |
| 362 | + <plugin> |
| 363 | + <groupId>org.apache.maven.plugins</groupId> |
| 364 | + <artifactId>maven-install-plugin</artifactId> |
| 365 | + <version>2.5.2</version> |
| 366 | + </plugin> |
| 367 | + <plugin> |
| 368 | + <groupId>org.apache.maven.plugins</groupId> |
| 369 | + <artifactId>maven-jar-plugin</artifactId> |
| 370 | + <version>3.2.0</version> |
| 371 | + </plugin> |
| 372 | + <plugin> |
| 373 | + <groupId>org.apache.maven.plugins</groupId> |
| 374 | + <artifactId>maven-resources-plugin</artifactId> |
| 375 | + <version>3.1.0</version> |
| 376 | + </plugin> |
345 | 377 | <plugin> |
346 | 378 | <artifactId>maven-surefire-plugin</artifactId> |
347 | 379 | <version>2.22.2</version> |
|
381 | 413 | <check/> |
382 | 414 | </configuration> |
383 | 415 | </plugin> |
| 416 | + <plugin> |
| 417 | + <groupId>org.apache.maven.plugins</groupId> |
| 418 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 419 | + <version>3.3.2</version> |
| 420 | + <configuration> |
| 421 | + <quiet>true</quiet> |
| 422 | + <source>8</source> |
| 423 | + <doclint>none</doclint> |
| 424 | + </configuration> |
| 425 | + </plugin> |
384 | 426 | </plugins> |
385 | 427 | </build> |
386 | 428 | <reporting> |
|
407 | 449 | <plugin> |
408 | 450 | <groupId>org.apache.maven.plugins</groupId> |
409 | 451 | <artifactId>maven-javadoc-plugin</artifactId> |
410 | | - <version>3.3.1</version> |
| 452 | + <version>3.3.2</version> |
411 | 453 | <configuration> |
412 | 454 | <quiet>true</quiet> |
413 | 455 | <source>8</source> |
|
429 | 471 | <plugin> |
430 | 472 | <groupId>org.apache.maven.plugins</groupId> |
431 | 473 | <artifactId>maven-jxr-plugin</artifactId> |
432 | | - <version>3.1.1</version> |
| 474 | + <version>3.0.0</version> |
433 | 475 | </plugin> |
434 | 476 | <plugin> |
435 | 477 | <groupId>org.codehaus.mojo</groupId> |
|
472 | 514 | <id>pavlab</id> |
473 | 515 | <name>PavLab</name> |
474 | 516 | <url>https://maven2.pavlab.msl.ubc.ca/</url> |
475 | | - <layout>default</layout> |
476 | | - <snapshots> |
477 | | - <enabled>true</enabled> |
478 | | - <updatePolicy>daily</updatePolicy> |
479 | | - </snapshots> |
480 | | - <releases> |
481 | | - <enabled>true</enabled> |
482 | | - <updatePolicy>never</updatePolicy> |
483 | | - </releases> |
484 | 517 | </repository> |
485 | 518 | </repositories> |
| 519 | + <distributionManagement> |
| 520 | + <repository> |
| 521 | + <id>pavlab</id> |
| 522 | + <name>PavLab</name> |
| 523 | + <url>scpexe://frink.msl.ubc.ca/space/maven2</url> |
| 524 | + </repository> |
| 525 | + <site> |
| 526 | + <id>pavlab</id> |
| 527 | + <name>PavLab</name> |
| 528 | + <url>scpexe://frink.msl.ubc.ca/space/web/maven-sites/${project.groupId}/${project.artifactId}-${project.version}</url> |
| 529 | + </site> |
| 530 | + </distributionManagement> |
486 | 531 | <pluginRepositories> |
487 | 532 | <pluginRepository> |
488 | 533 | <id>pavlab</id> |
|
501 | 546 | </pluginRepositories> |
502 | 547 | <profiles> |
503 | 548 | <profile> |
504 | | - <id>assemble-src</id> |
505 | | - <activation> |
506 | | - <activeByDefault>false</activeByDefault> |
507 | | - <property> |
508 | | - <name>assemble-src</name> |
509 | | - </property> |
510 | | - </activation> |
| 549 | + <id>release</id> |
511 | 550 | <build> |
512 | 551 | <plugins> |
513 | 552 | <plugin> |
514 | 553 | <groupId>org.apache.maven.plugins</groupId> |
515 | | - <artifactId>maven-assembly-plugin</artifactId> |
516 | | - <configuration> |
517 | | - <descriptors> |
518 | | - <descriptor> |
519 | | - src/assembly/src-assembly.xml |
520 | | - </descriptor> |
521 | | - </descriptors> |
522 | | - </configuration> |
| 554 | + <artifactId>maven-source-plugin</artifactId> |
| 555 | + <version>3.2.1</version> |
| 556 | + <executions> |
| 557 | + <execution> |
| 558 | + <id>attach-sources</id> |
| 559 | + <goals> |
| 560 | + <goal>jar-no-fork</goal> |
| 561 | + </goals> |
| 562 | + </execution> |
| 563 | + </executions> |
| 564 | + </plugin> |
| 565 | + <plugin> |
| 566 | + <groupId>org.apache.maven.plugins</groupId> |
| 567 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 568 | + <version>3.3.2</version> |
| 569 | + <executions> |
| 570 | + <execution> |
| 571 | + <id>attach-javadocs</id> |
| 572 | + <goals> |
| 573 | + <goal>jar</goal> |
| 574 | + </goals> |
| 575 | + </execution> |
| 576 | + </executions> |
523 | 577 | </plugin> |
524 | 578 | </plugins> |
525 | 579 | </build> |
526 | 580 | </profile> |
527 | | - <profile> |
528 | | - <!-- For deployment where host is local (and ssh isn't available for builder, e.g. CI) --> |
529 | | - <id>local-deploy</id> |
530 | | - <activation> |
531 | | - <activeByDefault>false</activeByDefault> |
532 | | - <property> |
533 | | - <name>deploy.local</name> |
534 | | - </property> |
535 | | - </activation> |
536 | | - <distributionManagement> |
537 | | - <site> |
538 | | - <id>localDeploy</id> |
539 | | - <name>localDeploy</name> |
540 | | - <url>file:///space/gemmaData/baseCode-site</url> |
541 | | - </site> |
542 | | - <repository> |
543 | | - <id>repo</id> |
544 | | - <name>Pavlab</name> |
545 | | - <url>file:///space/maven2</url> |
546 | | - </repository> |
547 | | - <snapshotRepository> |
548 | | - <id>repo</id> |
549 | | - <name>Pavlab</name> |
550 | | - <url>file:///space/maven2</url> |
551 | | - </snapshotRepository> |
552 | | - </distributionManagement> |
553 | | - </profile> |
554 | 581 | </profiles> |
555 | 582 | <properties> |
556 | 583 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 584 | + <maven.compiler.source>8</maven.compiler.source> |
| 585 | + <maven.compiler.target>8</maven.compiler.target> |
557 | 586 | <lucene.version>3.6.2</lucene.version> |
558 | 587 | </properties> |
559 | 588 | </project> |
0 commit comments