Hi,

I know I caught the reason from you guys on IRC this morning, apparently plexus.xml wasn't working - but I'd like to get to the bottom of it.

Are you sure this entirely works? What about if you have non-components.xml descriptor elements like load-on-start?

I may have made a mistake when applying it to continuum, but plexus.xml is definitely working in MRM, and that is what the xwork integration attempts to use to configure everything so I'm not sure this is going to do everything you need.

Cheers,
Brett

On 10/08/2006 2:36 AM, [EMAIL PROTECTED] wrote:
Author: evenisse
Date: Wed Aug  9 09:36:28 2006
New Revision: 430090

URL: http://svn.apache.org/viewvc?rev=430090&view=rev
Log:
The merged component descriptor must be in components.xml instead of plexus.xml

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?rev=430090&r1=430089&r2=430090&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Wed Aug  9 09:36:28 2006
@@ -53,7 +53,7 @@
           <execution>
             <id>merge</id>
             <configuration>
-              
<output>${project.build.outputDirectory}/META-INF/plexus/plexus.xml</output>
+              
<output>${project.build.outputDirectory}/META-INF/plexus/components.xml</output>
               <descriptors>
                 
<descriptor>${project.build.directory}/generated-resources/plexus/plexus.xml</descriptor>
                 <descriptor>src/main/plexus/plexus.xml</descriptor>




--
Apache Maven - http://maven.apache.org/
Better Builds with Maven - http://library.mergere.com/

Reply via email to