On Wed, 2005-09-28 at 08:54 +1000, Brett Porter wrote: > Is this a temporary solution? > > I'm a bit confused - why can't DRI find it from the maven-core JAR? If > it really needs to be reading the maven-embedder POM should that be made > to happen instead?
I think this is working exactly in the same way the ant tasks are in that the assembly plugin throws away the META-INF/plexus/components.xml file. I see in the maven-ant-tasks that you have a hand rolled descriptor so I assumed you are doing this as I have too. Ideally I think the Eclipse plugin could be an OSGi bundle that could have the intact JARs or maybe the assembly plugin can be taught to process resources if necessary (I don't believe it does this, maybe I'm wrong) but for now I just wanted to make a single JAR and hand-bombing a components.xml seems to be the only way. > - Brett > > [EMAIL PROTECTED] wrote: > > >Author: jvanzyl > >Date: Tue Sep 27 07:42:04 2005 > >New Revision: 291966 > > > >URL: http://svn.apache.org/viewcvs?rev=291966&view=rev > >Log: > >o adding metadata needed by DefaultRuntimeInformation > >o adding required plexus component descriptors > > > > > >Added: > > maven/components/trunk/maven-embedder/src/main/resources/META-INF/maven/ > > > > maven/components/trunk/maven-embedder/src/main/resources/META-INF/maven/org.apache.maven/ > > > > maven/components/trunk/maven-embedder/src/main/resources/META-INF/maven/org.apache.maven/maven-core/ > > > > maven/components/trunk/maven-embedder/src/main/resources/META-INF/maven/org.apache.maven/maven-core/pom.properties > > (with props) > > > > maven/components/trunk/maven-embedder/src/main/resources/META-INF/maven/org.apache.maven/maven-core/pom.xml > > (with props) > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
