Repository: incubator-juneau
Updated Branches:
  refs/heads/master 40dbaa97f -> c6fe10e88


Comment-out /tmp/site location in distribution management.

Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/c6fe10e8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/c6fe10e8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/c6fe10e8

Branch: refs/heads/master
Commit: c6fe10e88192a9c71c178bc5c61c1ade82709414
Parents: 40dbaa9
Author: jamesbognar <jamesbog...@gmail.com>
Authored: Sun Sep 25 13:42:16 2016 -0400
Committer: jamesbognar <jamesbog...@gmail.com>
Committed: Sun Sep 25 13:42:16 2016 -0400

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/c6fe10e8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 563484c..e4e1f09 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,10 +100,11 @@
        </modules>
 
        <distributionManagement>
-               <site>
+               <!-- Uncomment to generate Maven site in /tmp/site --> 
+               <!--site>
                        <id>${project.artifactId}-site</id>
-                       <url>file://${project.baseUri}</url>
-               </site>
+                       <url>file:///tmp/site</url>
+               </site-->
        </distributionManagement>
 
        <build>

Reply via email to