mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
fix formatting
This commit is contained in:
@@ -5,11 +5,6 @@
|
|||||||
<activation>
|
<activation>
|
||||||
<activeByDefault>true</activeByDefault>
|
<activeByDefault>true</activeByDefault>
|
||||||
</activation>
|
</activation>
|
||||||
<!-- Added to automatically download javadoc. -->
|
|
||||||
<properties>
|
|
||||||
<downloadSources>true</downloadSources>
|
|
||||||
<downloadJavadocs>true</downloadJavadocs>
|
|
||||||
</properties>
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>alfresco-internal</id>
|
<id>alfresco-internal</id>
|
||||||
@@ -61,7 +56,7 @@
|
|||||||
<password>${env.MAVEN_PASSWORD}</password>
|
<password>${env.MAVEN_PASSWORD}</password>
|
||||||
</server>
|
</server>
|
||||||
<server>
|
<server>
|
||||||
<id>alfresco-internal-snapshots</id>
|
<id>alfresco-internal-snapshots</id>
|
||||||
<username>${env.MAVEN_USERNAME}</username>
|
<username>${env.MAVEN_USERNAME}</username>
|
||||||
<password>${env.MAVEN_PASSWORD}</password>
|
<password>${env.MAVEN_PASSWORD}</password>
|
||||||
</server>
|
</server>
|
||||||
|
Reference in New Issue
Block a user