alibaba / cobar

a proxy for sharding databases and tables
Apache License 2.0
3.21k stars 1.22k forks source link

cobar-server的pom.xml文件中,插件“build-helper-maven-plugin”引入失败,编译失败。如何解决呀?请赐教 #33

Open eaglesjune opened 9 years ago

hexianmao commented 9 years ago

试试命令行构建project,mvn eclipse:eclipse

eaglesjune commented 9 years ago

这个插件应该是在“http://nexus.codehaus.org/”这个仓库中,我不知道如何将引入这个仓库,在maven的setting.xml文件中、或者pom.xml文件中

你们那边是怎么配置的?

2014年10月21日

李 军/Jun Li

发件人: 贺贤懋 [mailto:notifications@github.com] 发送时间: 2014年10月21日 10:53 收件人: alibaba/cobar 抄送: 李军 主题: Re: [cobar] cobar-server的pom.xml文件中,插件“build-helper-maven-plugin”引入失败,编译失败。如何解决呀?请赐教 (#33)

试试命令行构建project,mvn eclipse:eclipse

— Reply to this email directly or view it on GitHub https://github.com/alibaba/cobar/issues/33#issuecomment-59871817 . https://github.com/notifications/beacon/6446940__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcyOTQ3OTE2NCwiZGF0YSI6eyJpZCI6NDYzOTg4MzF9fQ==--5b59f1aecd0ebf1e848d2f20aff113af3ebeff3e.gif


Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) is intended only for the use of the intended recipient and may be confidential and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is not the intended recipient, unauthorized use, forwarding, printing, storing, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this communication in error,please immediately notify the sender by return e-mail, and delete the original message and all copies from

your system. Thank you.

hexianmao commented 9 years ago

maven,官方的默认配置就应该可以。

hexianmao commented 9 years ago

@eaglesjune ,问题解决了吗?

eaglesjune commented 9 years ago

谢谢你的回复。我把pom.xml中的build-helper-maven-plugin插件注释了,然后,将config、server、route、parse、net..加入到Source(Java Build Path)了,编译OK了。 我还想问一下:多维拆分时,schema.xml文件的写法?1.2.7这个版本只支支持两个字段的多维?

a610569731 commented 9 years ago

我把src/main下面的 移动到 src/main/java 然后删除 build-helper-maven-plugin