question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ngrinder-core repo should be included in pom.xml

See original GitHub issue

pom.xml in ngrinder-3.4.4 (root folder)

Without repo below, it cannot be packaged properly

<repository>
    <id>ngrinder-core</id>          
    <url>https://github.com/nhnopensource/nhnopensource.maven.repo/raw/master/releases/</url>
</repository>

Best Regard

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jasonyeong790commented, Apr 1, 2020

Dear @donggyu04

Thank you so much. It works for me.

I wish you all the best 😃

Best Regard

1reaction
donggyu04commented, Apr 1, 2020

@jasonyeong790

Run install-maven-lib.sh first before packaging.

It exists in the project root

Read more comments on GitHub >

github_iconTop Results From Across the Web

Should I write repositories in my pom.xml? - Stack Overflow
I have searched there for hibernate-code artifact and found it. So, this artifact IS in central repository. By my maven says dependency not...
Read more >
POM Reference - Maven
A project contains configuration files, as well as the developers involved and the roles they play, the defect tracking system, the organization and ......
Read more >
Guide to using Multiple Repositories - Apache Maven
There are two different ways that you can specify the use of multiple repositories. The first way is to specify in a POM...
Read more >
Introduction to the POM - Apache Maven
A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about...
Read more >
Introduction to Repositories - Apache Maven
xml and that your setting will take precedence. If dependencies are not being found, check that you have not overridden the remote repository....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found