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

BUILD FAILURE - websnapshot-api #1

Open
dzc34 opened this issue Dec 8, 2015 · 6 comments
Open

BUILD FAILURE - websnapshot-api #1

dzc34 opened this issue Dec 8, 2015 · 6 comments
Assignees

Comments

@dzc34
Copy link
Member

dzc34 commented Dec 8, 2015

I have done this :
git clone https://github.com/Asqatasun/Web-Snapshot.git
cd Web-Snapshot
maven clean install

and I have seen the following error :

Failed to execute goal on project websnapshot-api: Could not resolve dependencies for project org.opens:websnapshot-api:jar:1.0-RC1: Failure to find org.opens:commons-entity:jar:3.0.0-beta8 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced

@dzc34 dzc34 assigned mfaure and jkowalczyk and unassigned mfaure and jkowalczyk Dec 8, 2015
@jkowalczyk
Copy link
Member

There are dependencies to asqatasun-commons-entities (all that deal with CRUD on entities).
So we need to have an archiva or a nexus to host our artificats and then use them as dependencies for other projects.

@mfaure
Copy link
Member

mfaure commented Dec 8, 2015

OK, I'm dealing with the install. There is a Docker image for Archiva that seems to do the job. Stay tuned (but first, let's finish the 4.0.0 release :) )

@jkowalczyk
Copy link
Member

That could be great to have an archiva to push the artifacts of the 4.0.0. Could and can be done now.
It's painless !!

@mfaure
Copy link
Member

mfaure commented Dec 8, 2015

OK, this may be accountable in beers :)

@dzc34 dzc34 changed the title BUILD FAILURE BUILD FAILURE - websnapshot-api Feb 13, 2016
@dzc34
Copy link
Member Author

dzc34 commented Feb 13, 2016

[INFO] websnapshot ....................................... SUCCESS [0.317s]
[INFO] websnapshot-api ................................... SUCCESS [1.468s]
[INFO] websnapshot-service ............................... FAILURE [20.624s]
[INFO] websnapshot-impl .................................. SKIPPED

now, it's ok for websnapshot-api
but not for websnapshot-service #2

@jkowalczyk
Copy link
Member

Waiting for an archiva, asqatasun must have previously been built on the machine, in its 4.0.0-SNAPSHOT version (current develop branch).

Once built, the dependencies will be copied in your local maven repository and then, you'll be able to build the websnapshot.

I know it's a bit dirty, but by now, it works

dzc34 added a commit that referenced this issue Feb 13, 2016
dzc34 added a commit that referenced this issue Feb 13, 2016
dzc34 added a commit that referenced this issue Feb 13, 2016
jkowalczyk added a commit that referenced this issue Feb 13, 2016
update build documentation for #1 and #2
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

3 participants