Skip to content

Commit 1344fde

Browse files
spencergibbOlgaMaciaszek
authored andcommitted
Adds desc/url pom metadata
# Conflicts: # pom.xml
1 parent 8871506 commit 1344fde

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

pom.xml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<artifactId>spring-cloud-function-parent</artifactId>
88
<name>Spring Cloud Function Parent</name>
99
<version>5.0.0-SNAPSHOT</version>
10+
<description>Spring Cloud Function Parent</description>
1011
<packaging>pom</packaging>
12+
<url>https://github.com/spring-cloud/spring-cloud-function</url>
1113

1214
<parent>
1315
<groupId>org.springframework.cloud</groupId>
@@ -16,6 +18,36 @@
1618
<relativePath/>
1719
</parent>
1820

21+
<scm>
22+
<url>https://github.com/spring-cloud/spring-cloud-function</url>
23+
<connection>
24+
scm:git:git://github.com/spring-cloud/spring-cloud-function.git
25+
</connection>
26+
<developerConnection>
27+
scm:git:ssh://[email protected]/spring-cloud/spring-cloud-function.git
28+
</developerConnection>
29+
<tag>HEAD</tag>
30+
</scm>
31+
32+
<licenses>
33+
<license>
34+
<name>Apache License, Version 2.0</name>
35+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
36+
</license>
37+
</licenses>
38+
<developers>
39+
<developer>
40+
<id>olegz</id>
41+
<name>Oleg Zhurakousky</name>
42+
<email>oleg.zhurakousky at broadcom.com</email>
43+
<organization>Broadcom, Inc.</organization>
44+
<organizationUrl>https://www.spring.io</organizationUrl>
45+
<roles>
46+
<role>Project lead</role>
47+
</roles>
48+
</developer>
49+
</developers>
50+
1951
<properties>
2052
<java.version>17</java.version>
2153
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -135,6 +167,22 @@
135167
</reporting>
136168

137169
<profiles>
170+
<profile>
171+
<id>central</id>
172+
<build>
173+
<plugins>
174+
<plugin>
175+
<groupId>org.sonatype.central</groupId>
176+
<artifactId>central-publishing-maven-plugin</artifactId>
177+
<configuration>
178+
<excludeArtifacts>
179+
<artifact>spring-cloud-function-samples</artifact>
180+
</excludeArtifacts>
181+
</configuration>
182+
</plugin>
183+
</plugins>
184+
</build>
185+
</profile>
138186
<profile>
139187
<id>core</id>
140188
<modules>

0 commit comments

Comments
 (0)