Re: add an m2_repo to geronimo svn

2011-05-16 Thread Kevan Miller
On May 15, 2011, at 10:18 PM, Shawn Jiang wrote: > Another possible way is to create a geornimo bundle/jar for it. > > 1, wget the equinox jar > 2, add customized fix code. (need to contribute back to eclipse per EPL) > 3, use bundle plugin or dependency plugin to build it to > org.apache

Re: add an m2_repo to geronimo svn

2011-05-15 Thread Shawn Jiang
Another possible way is to create a geornimo bundle/jar for it. 1, wget the equinox jar 2, add customized fix code. (need to contribute back to eclipse per EPL) 3, use bundle plugin or dependency plugin to build it to org.apache.geronimo.bundles.equinox jar without changing the original manife

add an m2_repo to geronimo svn

2011-05-15 Thread Kevan Miller
In order to fix some JCDI TCK issues, we need to move up to a 3.7.0 build of Eclipse Equinox. Equinox jars aren't normally available in a maven repo. I'm planning on adding an m2-repo to our svn and pointing our pom.xml to this. This technique is/has been used by other projects. I'm open to othe