Coder Social home page Coder Social logo

Comments (15)

kingsleyh avatar kingsleyh commented on August 18, 2024

Hi

I will be putting a copy of totally lazy onto maven central in a few weeks which will solve this issue. In the meantime you could try to delete the cached files for totallylazy in your .m2 repository - usually in your home dir then in the google namespace under the .m2 directory

Sent from my iPad

On 2 May 2013, at 13:37, Shivaraj05 [email protected] wrote:

Hi Kingsleyh,

I am trying to generate cucumber reports using Maven Mojo.

But I am not able to build project. Getting the below error while building using "mvn clean install" command.

[ERROR] Failed to execute goal on project XXXXX(Project_Name): Could not
resolve dependencies for project xxx.xxxx.xxxx.xxx:XXXXX(Project_Name):jar:1.0.0-SNAPSHOT: Failure to find com.googlecode.totallylazy:totally
lazy:jar:991 in https://nexus:8443/nexus/content/groups/public was cached in the
local repository, resolution will not be reattempted until the update interval
of NexusExternal has elapsed or updates are forced -> [Help 1]

I have added dependency and repository in pom.xml file as below,

com.googlecode.totallylazy
totallylazy
991

repo.bodar.com
http://repo.bodar.com

Please provide solution for this.

Thanks in advance.


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

Shivaraj05 avatar Shivaraj05 commented on August 18, 2024

Ok. I have deleted all the cached files in my local home dir. But i dint get about google namespace.

And please can you tell me, are there any other ways to get cucumber reports done which are similar to mentioned in maven mojo sample reports.

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

Hi

The only way to get these reports is to use the maven mojo plugin or to use the Jenkins plugin

Sent from my iPhone

On 2 May 2013, at 14:25, Shivaraj05 [email protected] wrote:

Ok. I have deleted all the cached files in my local home dir. But i dint get about google namespace.

And please can you tell me, are there any other ways to get cucumber reports done which are similar to mentioned in maven mojo sample reports.


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

Shivaraj05 avatar Shivaraj05 commented on August 18, 2024

Thanks a lot for replying.

We will be waiting for your update.

from cucumber-reporting.

nikulkarni avatar nikulkarni commented on August 18, 2024

I have similar problem. It would be nice to generate reports without having to use Jenkins on local machines.

from cucumber-reporting.

albers avatar albers commented on August 18, 2024

In the meantime, you could download totallylazy 1077 from code.google.com and install it to your local maven repository with

mvn install:install-file -DgroupId=com.googlecode.totallylazy -DartifactId=totallylazy -Dversion=1077 -Dpackaging=jar -Dfile=totallylazy-1077.jar -Dsources=totallylazy-1077-sources.jar

issued in the directory where you placed the downloaded files. This should allow you to build.

from cucumber-reporting.

vamsys avatar vamsys commented on August 18, 2024

Hi

can you please tell me if this has been added to the maven central repo?
if not please tell me how can I deploy these onto my local repo through jenkins
thanks
Krishna

from cucumber-reporting.

mcisneros-pros avatar mcisneros-pros commented on August 18, 2024

I am getting the same issue, it looks like such dependency is not yet on maven central. Are you planning on uploading it anytime soon?

from cucumber-reporting.

rajeevgautam avatar rajeevgautam commented on August 18, 2024

I faced the same issue and found a quick fix.Goto below link and download the jar and pom for correct version
http://code.google.com/p/totallylazy/downloads/list?num=100&start=600
(the version is on this page now so please look if it moves). And put it manually in local maven repo for me the path was
$mavenrepo \com\googlecode\totallylazy\totallylazy\991. I am on windows.

But this worked for me.

from cucumber-reporting.

jcordes73 avatar jcordes73 commented on August 18, 2024

Any news on this? I'm facing this issue with com.googlecode.totallylazy:totallylazy:jar:1077.

IMO downloading an artifact to a local repository is not really an option.

Thanks a lot in advance,

Jochen

from cucumber-reporting.

rajeevgautam avatar rajeevgautam commented on August 18, 2024

Try adding http://repo.bodar.com as reporsitory in your pom.xml
https://code.google.com/p/totallylazy/wiki/MavenRepository use section related to you.

from cucumber-reporting.

jcordes73 avatar jcordes73 commented on August 18, 2024

This could work if I had direct access but unfortunately I have Artifactory in-between which seems only to proxy to Maven central. Would be good if the Google guys put it on Maven central. In the meanwhile I will ask the admins to add repo.bodar.com.

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

I've asked the creator of totally lazy (Dan Bodart) about putting the libs on maven central - he's not going to do it - but doesn't mind if I do - but it's a bit too much of a time consuming task at the moment for me.

But at some point I might get around to it

Sent from my iPhone

On 27 May 2014, at 21:46, Jochen Cordes [email protected] wrote:

This could work if I had direct access but unfortunately I have Artifactory in-between which seems only to proxy to Maven central. Would be good if the Google guys put it on Maven central. In the meanwhile I will ask the admins to add repo.bodar.com.


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

damianszczepanik avatar damianszczepanik commented on August 18, 2024

The problem with this library might be that it was available over different (not maven-central) repository and somehow it could not be downloaded. This library is not longer present because it was removed in #171

from cucumber-reporting.

TassSinclair avatar TassSinclair commented on August 18, 2024

(For the benefit of anyone finding this link from a search engine)

totallylazy is available from a custom Maven repository; add the following to your settings.xml

<repository>
    <id>repo.bodar.com</id>
    <url>http://repo.bodar.com</url>
</repository>

(ref: http://totallylazy.com/)

from cucumber-reporting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.