开发者

Use the latest version of a Google Code Java project? (Build jar with Maven Eclipse plugin?)

开发者 https://www.devze.com 2023-03-08 22:32 出处:网络
I would like to use r124 of gwtquery-ui in my GWT/GAE project. How can I do this? Maybe I 开发者_运维问答could check out the code and build a jar in Eclipse, but I\'m not sure how to do that. Any othe

I would like to use r124 of gwtquery-ui in my GWT/GAE project. How can I do this? Maybe I 开发者_运维问答could check out the code and build a jar in Eclipse, but I'm not sure how to do that. Any other ideas?


You could use maven as it looks like that's where builds are pushed.

It doesn't look like that version is pushed to their maven repository. I'd suggest checking a copy of the source out, building locally and then just checking it into your local maven repository.

This should be as simple as:

svn checkout http://gwtquery-ui.googlecode.com/svn/trunk/ gwtquery-ui-read-only
cd gwtquery-ui-read-only
mvn install

Now a copy will be installed in your local maven repository and you should just be able to point Eclipse at it (either via some sort of integration or just via the JAR file on disk).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号