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

Can't seem to get 0.3.0 from JCenter or MavenCentral #46

Closed
chronodm opened this issue May 18, 2017 · 3 comments
Closed

Can't seem to get 0.3.0 from JCenter or MavenCentral #46

chronodm opened this issue May 18, 2017 · 3 comments
Assignees
Milestone

Comments

@chronodm
Copy link

Gradle/Ivy seems to want a redux-all artifact that doesn't exist:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve com.netopyr.reduxfx:reduxfx:0.3.0.
  Required by:
      project :
   > Could not resolve com.netopyr.reduxfx:reduxfx:0.3.0.
      > Could not parse POM https://jcenter.bintray.com/com/netopyr/reduxfx/reduxfx/0.3.0/reduxfx-0.3.0.pom
         > Could not find com.netopyr.reduxfx:reduxfx-all:0.3.0.
           Searched in the following locations:
               https://jcenter.bintray.com/com/netopyr/reduxfx/reduxfx-all/0.3.0/reduxfx-all-0.3.0.pom
               https://jcenter.bintray.com/com/netopyr/reduxfx/reduxfx-all/0.3.0/reduxfx-all-0.3.0.jar
@netopyr netopyr self-assigned this May 19, 2017
@chronodm chronodm changed the title Can't seem to get 0.3.0 from JCenter Can't seem to get 0.3.0 from JCenter or MavenCentral May 20, 2017
@chronodm
Copy link
Author

Same on Maven Central:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':compileClasspath'.
> Could not resolve com.netopyr.reduxfx:reduxfx:0.3.0.
  Required by:
      project :
   > Could not resolve com.netopyr.reduxfx:reduxfx:0.3.0.
      > Could not parse POM https://repo1.maven.org/maven2/com/netopyr/reduxfx/reduxfx/0.3.0/reduxfx-0.3.0.pom
         > Could not find com.netopyr.reduxfx:reduxfx-all:0.3.0.
           Searched in the following locations:
               https://repo1.maven.org/maven2/com/netopyr/reduxfx/reduxfx-all/0.3.0/reduxfx-all-0.3.0.pom
               https://repo1.maven.org/maven2/com/netopyr/reduxfx/reduxfx-all/0.3.0/reduxfx-all-0.3.0.jar

@netopyr netopyr added this to the 0.3.1 milestone May 20, 2017
@netopyr
Copy link
Owner

netopyr commented May 20, 2017

Looks like I screwed up the pom-files when introducing the new sub-modules. I am not really a Maven-expert. I hope I was able to fix it in 0.3.1.

@chronodm
Copy link
Author

Looks good, thanks! I know Maven can be more of an art than a science.

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

No branches or pull requests

2 participants