Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

Commit 746b501

Browse files
committed
Comment out POM properties added automatically by ES base plugin
1 parent 80b8e5c commit 746b501

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ configure(rootProject) {
148148
pom {
149149
name = esplugin.name
150150
description = esplugin.description
151-
url = 'https://github.com/carrot2/elasticsearch-carrot2'
151+
// Added automatically by ES plugin.
152+
// url = 'https://github.com/carrot2/elasticsearch-carrot2'
152153
inceptionYear = "2013"
153154
artifactId 'elasticsearch-carrot2'
154155
licenses {
@@ -176,7 +177,8 @@ configure(rootProject) {
176177
scm {
177178
connection = 'scm:git:https://github.com/carrot2/elasticsearch-carrot2'
178179
developerConnection = 'scm:git:[email protected]:carrot2/elasticsearch-carrot2.git'
179-
url = 'https://github.com/carrot2/elasticsearch-carrot2'
180+
// Added automatically by ES plugin.
181+
// url = 'https://github.com/carrot2/elasticsearch-carrot2'
180182
}
181183
}
182184
}

0 commit comments

Comments
 (0)