You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2011/08/28 16:24:26 UTC

svn commit: r1162530 - /james/app/trunk/pom.xml

Author: rdonkin
Date: Sun Aug 28 14:24:25 2011
New Revision: 1162530

URL: http://svn.apache.org/viewvc?rev=1162530&view=rev
Log:
Enable war build disabled for release. JAMES-1308

Modified:
    james/app/trunk/pom.xml

Modified: james/app/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/pom.xml?rev=1162530&r1=1162529&r2=1162530&view=diff
==============================================================================
--- james/app/trunk/pom.xml (original)
+++ james/app/trunk/pom.xml Sun Aug 28 14:24:25 2011
@@ -349,6 +349,7 @@ The signing process excludes the artifac
 The cause seems likely to be project type pom (not war).
 If this is the case then releasing the war would require
 reorganisation.
+-->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
@@ -356,7 +357,7 @@ reorganisation.
           <webResources>
             <resource>
               <directory>src/main/config/james</directory>
-              <!- - override the destination directory for this resource - ->
+              <!-- override the destination directory for this resource -->
               <targetPath>WEB-INF/conf/</targetPath>
               <excludes>
                 <exclude>log4j.properties</exclude>
@@ -365,7 +366,7 @@ reorganisation.
             </resource>
             <resource>
               <directory>src/main/config/james</directory>
-              <!- - override the destination directory for this resource - ->
+              <!-- override the destination directory for this resource -->
               <targetPath>WEB-INF/classes/</targetPath>
               <includes>
                 <include>log4j.properties</include> 
@@ -373,7 +374,7 @@ reorganisation.
             </resource>
             <resource>
               <directory>src/main/config/war</directory>
-              <!- - override the destination directory for this resource - ->
+              <!-- override the destination directory for this resource -->
               <targetPath>WEB-INF/conf/</targetPath>
               
             </resource>
@@ -402,8 +403,7 @@ reorganisation.
             </goals>
           </execution>
         </executions>
-      </plugin>
--->  
+      </plugin>  
       
       <!--  be sure to start up james before run it -->
       <!--  



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org