From: <svn...@os...> - 2012-05-29 07:46:41
|
Author: jive Date: 2012-05-29 00:46:31 -0700 (Tue, 29 May 2012) New Revision: 38772 Modified: trunk/pom.xml Log: Add docs back into the build; must of been removed for the missing config file failure? In the future if docs break please just remove the profile activation against -Dall. Signed-off-by: Jody Garnett <jod...@gm...> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-05-29 01:05:28 UTC (rev 38771) +++ trunk/pom.xml 2012-05-29 07:46:31 UTC (rev 38772) @@ -108,7 +108,7 @@ <property><name>all</name></property> </activation> <modules> - <!--module>docs</module--> + <module>docs</module> </modules> </profile> <profile> |