Author: hboutemy
Date: Sun Dec 1 20:56:50 2013
New Revision: 1546857
URL: http://svn.apache.org/r1546857
Log:
updated site publication to svnpubsub configuration
Modified:
maven/skins/trunk/maven-skins/pom.xml
Modified: maven/skins/trunk/maven-skins/pom.xml
URL:
http://svn.apache.org/viewvc/maven/skins/trunk/maven-skins/pom.xml?rev=1546857&r1=1546856&r2=1546857&view=diff
==============================================================================
--- maven/skins/trunk/maven-skins/pom.xml (original)
+++ maven/skins/trunk/maven-skins/pom.xml Sun Dec 1 20:56:50 2013
@@ -60,7 +60,7 @@ under the License.
</distributionManagement>
<properties>
-
<maven.site.path>skins-archives/${project.artifactId}-${project.version}</maven.site.path>
+
<maven.site.path>skins-archives/${project.artifactId}-LATEST</maven.site.path>
<sitePluginVersion>3.3</sitePluginVersion>
</properties>
@@ -112,14 +112,4 @@ under the License.
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>site-release</id>
- <properties>
- <maven.site.path>skins/${project.artifactId}</maven.site.path>
- </properties>
- </profile>
- </profiles>
-
</project>