git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@642652
13f79535-47bb-0310-9956-
ffa450edef68
<url>${siteBaseDeployment}/docs/${project.version}</url>
</site>
</distributionManagement>
+
+ <profiles>
+ <profile>
+ <id>release</id>
+ <!-- TODO: this deploys directly - what about staging? -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-site-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>deploy</phase>
+ <goals>
+ <goal>deploy</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>