Jean-Baptiste, I'm preparing for the bundles release build and have updated it to use the latest servicemix-pom version. That's why I'm seeing this when I'm doing the local build.
Regards, Gert Vanthienen ------------------------ Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Thu, Nov 4, 2010 at 11:37 AM, Jean-Baptiste Onofré <[email protected]> wrote: > Hi Gert, > > the ServiceMix m2-repo is already defined in the servicemix-pom 3 used by > bundles-pom 4 (used by the bundles up to now). > > Anyway, in preparation for the Super POMs update (containing cleanup), it's > a good idea, thanks. > > Regards > JB > > On 11/04/2010 11:29 AM, [email protected] wrote: >> >> Author: gertv >> Date: Thu Nov 4 10:29:07 2010 >> New Revision: 1030874 >> >> URL: http://svn.apache.org/viewvc?rev=1030874&view=rev >> Log: >> Add missing repo to fix build with a clean local repo >> >> Modified: >> servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml >> >> Modified: servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml >> URL: >> http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml?rev=1030874&r1=1030873&r2=1030874&view=diff >> >> ============================================================================== >> --- servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml (original) >> +++ servicemix/smx4/bundles/trunk/jsch-0.1.44/pom.xml Thu Nov 4 10:29:07 >> 2010 >> @@ -51,6 +51,15 @@ >> </servicemix.osgi.import.pkg> >> </properties> >> >> +<repositories> >> +<!-- jsch 0.1.44 is not in central repo --> >> +<repository> >> +<id>servicemix-m2-repo</id> >> +<name>Servicemix Maven2 Repository</name> >> +<url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> >> +</repository> >> +</repositories> >> + >> <dependencies> >> <dependency> >> <groupId>${pkgGroupId}</groupId> >> @@ -94,4 +103,4 @@ >> </plugins> >> </build> >> >> -</project> >> \ No newline at end of file >> +</project> >> >> >
