mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-16 18:13:23 +00:00
fixing maven-site-plugin version to 3.2
git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@635 04253f4f-3451-0410-a141-5562f1e59037
This commit is contained in:
@@ -101,6 +101,7 @@
|
||||
<properties>
|
||||
<maven.archetype.version>2.2</maven.archetype.version>
|
||||
<maven.release.version>2.3.2</maven.release.version>
|
||||
<maven.site.version>3.2</maven.site.version>
|
||||
<maven.site.url>https://artifacts.alfresco.com/nexus/content/repositories/alfresco-docs/alfresco-lifecycle-aggregator/latest</maven.site.url>
|
||||
<scm.url.base>https://maven-alfresco-archetypes.googlecode.com/svn</scm.url.base>
|
||||
<scm.tag.base>${scm.url.base}/tags</scm.tag.base>
|
||||
@@ -114,6 +115,11 @@
|
||||
<artifactId>maven-archetype-plugin</artifactId>
|
||||
<version>${maven.archetype.version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>${maven.site.version}</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
<extensions>
|
||||
|
||||
Reference in New Issue
Block a user