Skip to content

Commit 710d998

Browse files
nitzanjAmir Tocker
authored andcommitted
Add description to the generated pom files.
1 parent d264a18 commit 710d998

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

cloudinary-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ uploadArchives {
8181
groupId publishGroupId
8282
artifactId 'cloudinary-android'
8383
name 'Cloudinary Android Library'
84+
description publishDescription
8485
packaging 'aar'
8586
version projectVersion
8687

cloudinary-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ uploadArchives {
2323
groupId publishGroupId
2424
artifactId 'cloudinary-core'
2525
name 'Cloudinary Core Library'
26+
description publishDescription
2627
packaging jar
2728
version projectVersion
2829

cloudinary-http42/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ uploadArchives {
3535
groupId publishGroupId
3636
artifactId 'cloudinary-http42'
3737
name 'Cloudinary Apache HTTP 4.2 Library'
38+
description publishDescription
3839
packaging jar
3940
version projectVersion
4041

cloudinary-http43/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ uploadArchives {
3434
groupId publishGroupId
3535
artifactId 'cloudinary-http43'
3636
name 'Cloudinary Apache HTTP 4.3 Library'
37+
description publishDescription
3738
packaging jar
3839
version projectVersion
3940

cloudinary-http44/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ uploadArchives {
3333
pom.project {
3434
groupId publishGroupId
3535
artifactId 'cloudinary-http44'
36-
description 'Cloudinary Apache HTTP 4.4 Library'
36+
name 'Cloudinary Apache HTTP 4.4 Library'
37+
description publishDescription
3738
packaging jar
3839
version projectVersion
3940

cloudinary-taglib/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ uploadArchives {
2929
pom.project {
3030
groupId publishGroupId
3131
artifactId 'cloudinary-taglib'
32-
description 'Cloudinary Taglib Library'
32+
name 'Cloudinary Taglib Library'
33+
description publishDescription
3334
packaging jar
3435
version projectVersion
3536

cloudinary-test-common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ uploadArchives {
2424
groupId publishGroupId
2525
artifactId 'cloudinary-test-common'
2626
name 'Cloudinary Apache HTTP 4.3 Library'
27+
description publishDescription
2728
packaging jar
2829
version projectVersion
2930

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
publishRepo=http://localhost:8081/repository/maven-releases/
22
snapshotRepo=http://localhost:8081/repository/maven-snapshots/
33
publishGroupId=com.cloudinary
4+
publishDescription=Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline. Upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more. This Java library allows to easily integrate with Cloudinary in Java applications.
45
projectVersion=1.12.1-SNAPSHOT
56
githubUrl=http://github.com/cloudinary/cloudinary_java
67
scmConnection=scm:git:git://github.com/cloudinary/cloudinary_java.git

0 commit comments

Comments
 (0)