Skip to content

Commit b774cca

Browse files
pom cleanup and updates
1 parent 32003b5 commit b774cca

File tree

2 files changed

+89
-13
lines changed

2 files changed

+89
-13
lines changed

modules/flowable-bom/pom.xml

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,90 @@
524524
</dependencies>
525525
</dependencyManagement>
526526

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>
527611
<distributionManagement>
528612
<snapshotRepository>
529613
<id>sonatype-nexus-snapshots</id>

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,6 +1298,11 @@
12981298
<organization>Flowable</organization>
12991299
<url>http://www.flowable.org</url>
13001300
</developer>
1301+
<developer>
1302+
<name>Filip Hrisafov</name>
1303+
<organization>Flowable</organization>
1304+
<url>http://www.flowable.org</url>
1305+
</developer>
13011306
<developer>
13021307
<name>Yvo Swillens</name>
13031308
<organization>Flowable</organization>
@@ -1308,19 +1313,6 @@
13081313
<organization>Pivotal</organization>
13091314
<url>http://www.pivotal.com</url>
13101315
</developer>
1311-
<developer>
1312-
<name>Martin Grofcik</name>
1313-
<organization>Edorasware</organization>
1314-
<url>http://www.edorasware.com</url>
1315-
</developer>
1316-
<developer>
1317-
<name>Christian Muelder</name>
1318-
<organization>Next Level Integration</organization>
1319-
<url>http://next-level-integration.com/</url>
1320-
</developer>
1321-
<developer>
1322-
<name>Christian Stettler</name>
1323-
</developer>
13241316
</developers>
13251317
<issueManagement>
13261318
<system>Github issues</system>

0 commit comments

Comments
 (0)