Scarab commit: svn commit: r11188 - branches/20120417_mavenPort/pom.xml

[email protected] Tue, 17 Apr 2012 08:48:58 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: mcoss
Date: 2012-04-17 08:48:57-0700
New Revision: 11188

Modified:
   branches/20120417_mavenPort/pom.xml

Log:
FIX - Value of property scarab.context is used for resulting war file name.

Modified: branches/20120417_mavenPort/pom.xml
Url: http://scarab.tigris.org/source/browse/scarab/branches/20120417_mavenPort/pom.xml?view=diff&pathrev=11188&r1=11187&r2=11188
==============================================================================
--- branches/20120417_mavenPort/pom.xml	(original)
+++ branches/20120417_mavenPort/pom.xml	2012-04-17 08:48:57-0700
@@ -6,7 +6,7 @@
 ###########################################################################################-->
 
 <modelVersion>4.0.0</modelVersion>
-<groupId>org.tigris.scarab</groupId>
+<groupId>org.tigris.scarab</groupId>
 <artifactId>scarab</artifactId>
 <packaging>war</packaging>
 <name>Scarab Tracker</name>
@@ -173,7 +173,7 @@
 	      </testResource>
 	    </testResources>
        
-       <finalName>${artifactId}</finalName>
+       <finalName>${artifactId}</finalName>
        <plugins>
 	   
 		<!--
@@ -274,7 +274,7 @@
             <artifactId>maven-war-plugin</artifactId>
             <version>2.2</version>
             <configuration>
-               <warName>scarab</warName>
+               <warName>${scarab.context}</warName>
                <containerConfigXML>tomcat/conf/server.xml</containerConfigXML>
                <webXml>src/webapp/WEB-INF/web.xml</webXml>
                <webResources>

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2949161