Skip to content

Commit

Permalink
pom cleanup and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Aug 18, 2023
1 parent 32003b5 commit b774cca
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 13 deletions.
84 changes: 84 additions & 0 deletions modules/flowable-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,90 @@
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>deploy</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<!-- Various information, not used by the build -->

<url>http://www.flowable.org</url>
<licenses>
<license>
<name>Apache v2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
<organization>
<name>Flowable</name>
<url>http://www.flowable.org</url>
</organization>
<developers>
<developer>
<name>Tijs Rademakers</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Joram Barrez</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Filip Hrisafov</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Yvo Swillens</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Josh Long</name>
<organization>Pivotal</organization>
<url>http://www.pivotal.com</url>
</developer>
</developers>
<issueManagement>
<system>Github issues</system>
<url>https://github.com/flowable/flowable-engine/issues</url>
</issueManagement>
<scm>
<url>[email protected]:flowable/flowable-engine.git</url>
<connection>scm:git:[email protected]:flowable/flowable-engine.git</connection>
<developerConnection>scm:git:[email protected]:flowable/flowable-engine.git</developerConnection>
</scm>
<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down
18 changes: 5 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,11 @@
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Filip Hrisafov</name>
<organization>Flowable</organization>
<url>http://www.flowable.org</url>
</developer>
<developer>
<name>Yvo Swillens</name>
<organization>Flowable</organization>
Expand All @@ -1308,19 +1313,6 @@
<organization>Pivotal</organization>
<url>http://www.pivotal.com</url>
</developer>
<developer>
<name>Martin Grofcik</name>
<organization>Edorasware</organization>
<url>http://www.edorasware.com</url>
</developer>
<developer>
<name>Christian Muelder</name>
<organization>Next Level Integration</organization>
<url>http://next-level-integration.com/</url>
</developer>
<developer>
<name>Christian Stettler</name>
</developer>
</developers>
<issueManagement>
<system>Github issues</system>
Expand Down

0 comments on commit b774cca

Please sign in to comment.