ngrinder-core repo should be included in pom.xml
See original GitHub issuepom.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:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Dear @donggyu04
Thank you so much. It works for me.
I wish you all the best 😃
Best Regard
@jasonyeong790
Run
install-maven-lib.sh
first before packaging.