From: Lukas T. <luk...@us...> - 2007-05-25 09:37:04
|
lukas_theussl 07/05/25 02:36:59 Modified: . project.properties Log: Fixing some permission problems when deploying the site. Revision Changes Path 1.22 +8 -1 maven-plugins/project.properties Index: project.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/project.properties,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- project.properties 13 May 2007 18:57:22 -0000 1.21 +++ project.properties 25 May 2007 09:36:59 -0000 1.22 @@ -14,6 +14,10 @@ maven.multiproject.aggregateDir= maven.multiproject.navigation=independent +# These projects have dependencies that are not on central, +# but since we use independent navigation, they don't have to be excluded for the site build +# maven.multiproject.excludes=aptdoc/project.xml,jaxb/project.xml,kodo/project.xml,schemaspy/project.xml,sdocbook/project.xml,strutsdoc/project.xml,transform/project.xml,weblogic/project.xml + # WebSite definition maven.xdoc.date=left maven.ui.body.background=white @@ -21,7 +25,7 @@ maven.ui.banner.background=white # Add distribution URL for later xdoc releases -maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins +maven.xdoc.distributionUrl=http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/ # use maven.repo.list=maven.plugins.sf.releases to deploy to the release repository # Repository to deploy to @@ -47,6 +51,9 @@ maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository,http://maven-plugins.sourceforge.net/snapshot-repository maven.site.tar.options=xvf +maven.site.chmod.options=-Rf +maven.site.chmod.mode=a+Xrw,o-w +maven.site.failonerror=false # We are targetting the 1.3 JVM and above maven.compile.target=1.3 |