Hi Freeman, could you please use dependency management in the root pom for this one to make sure we only have dependencies versions in the root pom ?
On Tue, Feb 17, 2009 at 13:56, <[email protected]> wrote: > Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml > URL: > http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=745032&r1=745031&r2=745032&view=diff > ============================================================================== > --- servicemix/smx4/nmr/trunk/assembly/pom.xml (original) > +++ servicemix/smx4/nmr/trunk/assembly/pom.xml Tue Feb 17 12:56:28 2009 > @@ -198,6 +198,24 @@ > </artifactItems> > </configuration> > </execution> > + <execution> > + <id>copy</id> > + <phase>generate-resources</phase> > + <goals> > + <goal>copy</goal> > + </goals> > + <configuration> > + <artifactItems> > + <artifactItem> > + > <groupId>org.apache.servicemix.kernel</groupId> > + > <artifactId>org.apache.servicemix.kernel.version</artifactId> > + <version>${pom.version}</version> > + > <outputDirectory>target/dependencies</outputDirectory> > + > <destFileName>servicemix-version.jar</destFileName> > + </artifactItem> > + </artifactItems> > + </configuration> > + </execution> > </executions> > </plugin> > <plugin> > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
