You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/02/01 13:20:45 UTC

svn commit: r1781243 - in /openmeetings/application: branches/3.2.x/openmeetings-server/pom.xml branches/3.2.x/openmeetings-server/src/site/xdoc/ trunk/openmeetings-server/pom.xml trunk/openmeetings-server/src/site/xdoc/

Author: solomax
Date: Wed Feb  1 13:20:45 2017
New Revision: 1781243

URL: http://svn.apache.org/viewvc?rev=1781243&view=rev
Log:
no jira: source folders are not being polluted with generated files

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
    openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/   (props changed)
    openmeetings/application/trunk/openmeetings-server/pom.xml
    openmeetings/application/trunk/openmeetings-server/src/site/xdoc/   (props changed)

Modified: openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml?rev=1781243&r1=1781242&r2=1781243&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-server/pom.xml Wed Feb  1 13:20:45 2017
@@ -172,7 +172,7 @@
 				<executions>
 					<execution>
 						<id>generate-errors-doc</id>
-						<phase>generate-sources</phase>
+						<phase>pre-site</phase>
 						<goals>
 							<goal>transform</goal>
 						</goals>
@@ -184,7 +184,7 @@
 										<include>errorvalues.xml</include>
 									</includes>
 									<stylesheet>src/site/stylesheets/errortable.xsl</stylesheet>
-									<outputDir>${basedir}/src/site/xdoc</outputDir>
+									<outputDir>${project.build.directory}/generated-site/xdoc</outputDir>
 									<parameters>
 										<parameter>
 											<name>languagesDir</name>

Propchange: openmeetings/application/branches/3.2.x/openmeetings-server/src/site/xdoc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Feb  1 13:20:45 2017
@@ -1,2 +1 @@
-errorvalues.xml
-ErrorsTable.xml
+

Modified: openmeetings/application/trunk/openmeetings-server/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/trunk/openmeetings-server/pom.xml?rev=1781243&r1=1781242&r2=1781243&view=diff
==============================================================================
--- openmeetings/application/trunk/openmeetings-server/pom.xml (original)
+++ openmeetings/application/trunk/openmeetings-server/pom.xml Wed Feb  1 13:20:45 2017
@@ -172,7 +172,7 @@
 				<executions>
 					<execution>
 						<id>generate-errors-doc</id>
-						<phase>generate-sources</phase>
+						<phase>pre-site</phase>
 						<goals>
 							<goal>transform</goal>
 						</goals>
@@ -184,7 +184,7 @@
 										<include>errorvalues.xml</include>
 									</includes>
 									<stylesheet>src/site/stylesheets/errortable.xsl</stylesheet>
-									<outputDir>${basedir}/src/site/xdoc</outputDir>
+									<outputDir>${project.build.directory}/generated-site/xdoc</outputDir>
 									<parameters>
 										<parameter>
 											<name>languagesDir</name>

Propchange: openmeetings/application/trunk/openmeetings-server/src/site/xdoc/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed Feb  1 13:20:45 2017
@@ -1,2 +1 @@
-errorvalues.xml