Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在maven上找不到1.0-b6 #14

Open
freewind opened this issue Mar 18, 2013 · 5 comments
Open

在maven上找不到1.0-b6 #14

freewind opened this issue Mar 18, 2013 · 5 comments

Comments

@freewind
Copy link

<dependency>
    <groupId>com.greenlaw110.rythm</groupId>
    <artifactId>rythm-engine</artifactId>
    <version>1.0-b6-SNAPSHOT</version>
</dependency>

在search.maven.org上只能找到1.0-b5

@greenlaw110
Copy link
Collaborator

要用SNAPSHOT,你的pom文件应该有

    <parent>
      <groupId>org.sonatype.oss</groupId>
      <artifactId>oss-parent</artifactId>
      <version>7</version>
    </parent>

@freewind
Copy link
Author

这个在play的dependencies.yml中应该怎么加?

@greenlaw110
Copy link
Collaborator

play的dependencies只需要按照https://gist.github.com/2868365里面的设置来即可

@freewind
Copy link
Author

http://gelinsoft.com/play/repo/ 里好像没有1.0-b6的包?

@greenlaw110
Copy link
Collaborator

1.0-b6是rythm-engine的版本,http://gelinsoft.com/play/repo/ 里面是play-rythm插件的版本。两个版本的数字不一样

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants