Skip to content

Commit c1e2578

Browse files
committed
remove redundant distribution settings
1 parent 228f227 commit c1e2578

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

pom.xml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ under the License.
8282
</developers>
8383

8484
<properties>
85+
<site.url.module.prefix>maven/plugins/eclipse-maven-plugin</site.url.module.prefix>
86+
8587
<mavenVersion>2.2.1</mavenVersion>
8688
<maven.test.jvmargs>-Xmx1024m</maven.test.jvmargs>
8789
<surefire.version>2.18.1</surefire.version>
@@ -93,11 +95,6 @@ under the License.
9395
<distribution.releaseRepositoryId>ossrh</distribution.releaseRepositoryId>
9496
<distribution.releaseRepositoryUrl>https://oss.sonatype.org/service/local/staging/deploy/maven2/</distribution.releaseRepositoryUrl>
9597

96-
<site.url>http://wcm.io</site.url>
97-
<site.deploy.id>ssh-wcm.io</site.deploy.id>
98-
<site.deploy.url />
99-
<site.url.module.prefix>maven/plugins/eclipse-maven-plugin</site.url.module.prefix>
100-
10198
<!-- Skip integration tests by default -->
10299
<skipITs>true</skipITs>
103100
</properties>
@@ -669,14 +666,6 @@ under the License.
669666
</reporting>
670667

671668
<distributionManagement>
672-
<repository>
673-
<id>${distribution.releaseRepositoryId}</id>
674-
<url>${distribution.releaseRepositoryUrl}</url>
675-
</repository>
676-
<snapshotRepository>
677-
<id>${distribution.snapshotRepositoryId}</id>
678-
<url>${distribution.snapshotRepositoryUrl}</url>
679-
</snapshotRepository>
680669
<site>
681670
<id>${site.deploy.id}</id>
682671
<name>Maven Site Deployment</name>

0 commit comments

Comments
 (0)