|
From: <jbo...@li...> - 2005-09-14 21:05:11
|
Author: szimano Date: 2005-09-14 17:05:06 -0400 (Wed, 14 Sep 2005) New Revision: 1128 Modified: trunk/forge/portal-extensions/jbosswiki/maven.xml Log: repaired maven all in the jbosswiki directory Modified: trunk/forge/portal-extensions/jbosswiki/maven.xml =================================================================== --- trunk/forge/portal-extensions/jbosswiki/maven.xml 2005-09-14 20:46:50 UTC (rev 1127) +++ trunk/forge/portal-extensions/jbosswiki/maven.xml 2005-09-14 21:05:06 UTC (rev 1128) @@ -35,6 +35,22 @@ <attainGoal name="ear" /> </goal> + <goal name="wiki:localbuild"> + <maven:reactor includes="wiki-common/project.xml" excludes="" basedir="." + banner="Making wiki-common for the repo" + goals="clean,build" ignoreFailures="false" /> + <maven:reactor includes="wiki-management/project.xml" excludes="" basedir="." + banner="Building and deploying EJB3 service for wiki" + goals="clean,build" ignoreFailures="false" /> + <maven:reactor includes="forge-wiki/project.xml" excludes="" basedir="." + banner="Building and deploying wiki portlet/servlet" + goals="clean,build" ignoreFailures="false" /> + + <attainGoal name="prepare-ear" /> + + <attainGoal name="ear" /> + </goal> + <goal name="prepare-ear"> <ant:delete dir="target/ear" /> @@ -56,7 +72,7 @@ </goal> <goal name="wiki:all"> - <attainGoal name="wiki:build" /> + <attainGoal name="wiki:localbuild" /> <attainGoal name="wiki:deploy" /> </goal> |