summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorYusaku Sako <yusaku@apache.org>2012-06-20 21:23:21 +0000
committerYusaku Sako <yusaku@apache.org>2012-06-20 21:23:21 +0000
commit21f2682606af22b2682f06252b83fd057bf55f3d (patch)
tree4cf692fcf8c2ca4cf41142d555af3a66a345a2ee /pom.xml
parent0509411d852b0cc6b83a19e2fa4b19227b28f29f (diff)
AMBARI-566. Update documentation (Contributed by yusaku)
git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1352331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 9f88cbca87..b2522668d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,6 +301,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0</version>
+ <configuration>
+ <outputDirectory>../site</outputDirectory>
+ </configuration>
</plugin>
</plugins>
</pluginManagement>
@@ -329,16 +332,6 @@
</reports>
</reportSet>
</reportSets>
- <configuration>
- <checkoutDirectoryName>sqoop</checkoutDirectoryName>
- <webAccessUrl>http://svn.apache.org/viewvc/sqoop/</webAccessUrl>
- <anonyumousConnection>
- scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/
- </anonyumousConnection>
- <developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/sqoop/trunk/
- </developerConnection>
- </configuration>
</plugin>
</plugins>
</reporting>