You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by vt...@apache.org on 2005/01/11 03:20:16 UTC

svn commit: r124865 - /incubator/directory/janus/trunk/maven.xml

Author: vtence
Date: Mon Jan 10 18:20:12 2005
New Revision: 124865

URL: http://svn.apache.org/viewcvs?view=rev&rev=124865
Log:
Build example app separately
Modified:
   incubator/directory/janus/trunk/maven.xml

Modified: incubator/directory/janus/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/directory/janus/trunk/maven.xml?view=diff&rev=124865&p1=incubator/directory/janus/trunk/maven.xml&r1=124864&p2=incubator/directory/janus/trunk/maven.xml&r2=124865
==============================================================================
--- incubator/directory/janus/trunk/maven.xml	(original)
+++ incubator/directory/janus/trunk/maven.xml	Mon Jan 10 18:20:12 2005
@@ -8,8 +8,14 @@
         <maven:reactor
             basedir="${basedir}"
             includes="*/**/project.xml"
-            excludes="sandbox/project.xml"
+            excludes="sandbox/project.xml,example/project.xml"
             goals="jar:install"
+            banner="Building sub-project:"
+            ignoreFailures="false"/>
+        <maven:reactor
+            basedir="${basedir}"
+            includes="example/project.xml"
+            goals="war"
             banner="Building sub-project:"
             ignoreFailures="false"/>
     </goal>