|
524 | 524 | </dependencies>
|
525 | 525 | </dependencyManagement>
|
526 | 526 |
|
| 527 | + <build> |
| 528 | + <pluginManagement> |
| 529 | + <plugins> |
| 530 | + <plugin> |
| 531 | + <groupId>org.apache.maven.plugins</groupId> |
| 532 | + <artifactId>maven-gpg-plugin</artifactId> |
| 533 | + <version>3.0.1</version> |
| 534 | + </plugin> |
| 535 | + </plugins> |
| 536 | + </pluginManagement> |
| 537 | + </build> |
| 538 | + |
| 539 | + <profiles> |
| 540 | + <profile> |
| 541 | + <id>deploy</id> |
| 542 | + <build> |
| 543 | + <plugins> |
| 544 | + <plugin> |
| 545 | + <groupId>org.apache.maven.plugins</groupId> |
| 546 | + <artifactId>maven-gpg-plugin</artifactId> |
| 547 | + <executions> |
| 548 | + <execution> |
| 549 | + <id>sign-artifacts</id> |
| 550 | + <phase>verify</phase> |
| 551 | + <goals> |
| 552 | + <goal>sign</goal> |
| 553 | + </goals> |
| 554 | + </execution> |
| 555 | + </executions> |
| 556 | + </plugin> |
| 557 | + </plugins> |
| 558 | + </build> |
| 559 | + </profile> |
| 560 | + </profiles> |
| 561 | + |
| 562 | + <!-- Various information, not used by the build --> |
| 563 | + |
| 564 | + <url>http://www.flowable.org</url> |
| 565 | + <licenses> |
| 566 | + <license> |
| 567 | + <name>Apache v2</name> |
| 568 | + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> |
| 569 | + </license> |
| 570 | + </licenses> |
| 571 | + <organization> |
| 572 | + <name>Flowable</name> |
| 573 | + <url>http://www.flowable.org</url> |
| 574 | + </organization> |
| 575 | + <developers> |
| 576 | + <developer> |
| 577 | + <name>Tijs Rademakers</name> |
| 578 | + <organization>Flowable</organization> |
| 579 | + <url>http://www.flowable.org</url> |
| 580 | + </developer> |
| 581 | + <developer> |
| 582 | + <name>Joram Barrez</name> |
| 583 | + <organization>Flowable</organization> |
| 584 | + <url>http://www.flowable.org</url> |
| 585 | + </developer> |
| 586 | + <developer> |
| 587 | + <name>Filip Hrisafov</name> |
| 588 | + <organization>Flowable</organization> |
| 589 | + <url>http://www.flowable.org</url> |
| 590 | + </developer> |
| 591 | + <developer> |
| 592 | + <name>Yvo Swillens</name> |
| 593 | + <organization>Flowable</organization> |
| 594 | + <url>http://www.flowable.org</url> |
| 595 | + </developer> |
| 596 | + <developer> |
| 597 | + <name>Josh Long</name> |
| 598 | + <organization>Pivotal</organization> |
| 599 | + <url>http://www.pivotal.com</url> |
| 600 | + </developer> |
| 601 | + </developers> |
| 602 | + <issueManagement> |
| 603 | + <system>Github issues</system> |
| 604 | + <url>https://github.com/flowable/flowable-engine/issues</url> |
| 605 | + </issueManagement> |
| 606 | + <scm> |
| 607 | + <url>git@github.com:flowable/flowable-engine.git</url> |
| 608 | + <connection>scm:git:git@github.com:flowable/flowable-engine.git</connection> |
| 609 | + <developerConnection>scm:git:git@github.com:flowable/flowable-engine.git</developerConnection> |
| 610 | + </scm> |
527 | 611 | <distributionManagement>
|
528 | 612 | <snapshotRepository>
|
529 | 613 | <id>sonatype-nexus-snapshots</id>
|
|
0 commit comments