[jboss-cvs] JBossAS SVN: r72590 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 22 19:12:27 EDT 2008


Author: ALRubinger
Date: 2008-04-22 19:12:27 -0400 (Tue, 22 Apr 2008)
New Revision: 72590

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
[EJBTHREE-1310] Attach Core Client JAR to project lifecycle, remove naming overrides

Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-04-22 23:11:37 UTC (rev 72589)
+++ projects/ejb3/trunk/core/pom.xml	2008-04-22 23:12:27 UTC (rev 72590)
@@ -100,9 +100,7 @@
           <descriptors>
             <descriptor>jboss-ejb3-client.xml</descriptor>
           </descriptors>
-          <finalName>jboss-ejb3-client</finalName>
-          <appendAssemblyId>false</appendAssemblyId>
-          <attach>false</attach>
+          <attach>true</attach>
         </configuration>
         <inherited>false</inherited>
       </plugin>




More information about the jboss-cvs-commits mailing list