Hi, My comment inline ------------- Freeman(Yue) Fang
Red Hat, Inc. FuseSource is now part of Red Hat Web: http://fusesource.com | http://www.redhat.com/ Twitter: freemanfang Blog: http://freemanfang.blogspot.com http://blog.sina.com.cn/u/1473905042 weibo: @Freeman小屋 www.camelone.org : The open source integration conference: On 2013-5-10, at 下午4:25, Daniel Pocock wrote: > > Hi, > > I would like to do an offline source build of the ServiceMix stack > (including dependencies and essential plugins required during the build). > > I had a look at the web site and it suggests letting Maven obtain > dependencies in binary form > http://servicemix.apache.org/developers/source.html > > I looked at the Apache instance of Jenkins and it is not clear whether > that is also building dependencies or just fetching some of them in > binary form. Is there a convenient way to replicate the Jenkins > configuration to a local Jenkins instance and use that to build > everything up from source? Jenkins build also use maven to download the binary jar > > Can anybody clarify how to get all the necessary sources without > manually downloading each project? You probably can use mvn eclipse:eclipse -DdownloadSources=true to build the Servicemix which can download source jar of each dependency to your local maven repo > > Also, where are the tags kept? I looked at SVN and only found what > appears to be a trunk, no tags or branches directories: > http://svn.apache.org/repos/asf/servicemix/smx4/all/ The tags are in each sub-projects under http://svn.apache.org/repos/asf/servicemix/smx4/ > > Regards, > > Daniel > >
