score:1
Accepted answer
so you should try to check in pom.xml:
- check if the correct repository is specified in the pom.xml from which the package was downloaded originally. it might happen that the url in pom.xml is not correct and you have the required jar file in the .m2 repository.
- check for the artifact version, if the version specified in the pom.xml is there in the repository from where it should be downloaded.
- check if the jar is missing or not. if yes, place it manually in the .m2 repository. sometimes the jar mentioned in the pom.xml is not downloaded and it gives error.
- you can also try deleting the entire .m2 repository folder and run the maven build. the jars get downloaded from scratch. it might resolve the problem as well.
Source: stackoverflow.com
Related Query
- Maven2: Missing artifact but jars are in place
- Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1
- Maven Dependency missing artifact
- Missing artifact com.oracle:ojdbc7 in eclipse
- Missing artifact log4j:log4j:bundle:1.2.16 when using Maven in Eclipse simplistic example
- Missing artifact "sun.jdk:jconsole:jar:jdk"
- Maven: missing artifact org.springframework:spring:jar:4.2.6
- Missing artifact com.oracle:ojdbc14:jar:10.2.0.1.0
- Missing artifact com.google.guava:guava:bundle:18.0
- Maven: m2eclipse: Disable Workspace Resolution Causes Artifact Missing
- Eclipse / Maven Project is missing required library / Missing artifact
- Missing artifact log4j:log4j:bundle:1.2.17
- Why does M2Eclipse complain about missing artifact when mvn command line doesn't?
- Maven Missing artifact org.geotools:gt-shapefile:jar:11-SNAPSHOT
- Missing artifact in maven internal repository
- Missing artifact net.sf.jung:jung2:jar:2.0
- Missing artifact org.seleniumhq.selenium:selenium-java:jar:3.14.59
- How to resolve 'Offline / Missing artifact org.geotools:gt-shapefile:jar:17-SNAPSHOT' in Maven?
- m2eclipse Missing Artifact
- Manually downloaded Oracle driver but still getting Missing artifact com.oracle:ojdbc6:jar:11.2.0.3:compile
- Missing artifact com.oracle:ojdbc5:jar:11.2.0.1 error in pom.xml in eclipse
- Maven missing artifact when adding powermock
- How to resolve missing artifact error when using Eclipse AWS plugin?
- Eclipse, Maven & Spring Roo 1.2.4.RELEASE: Missing artifact org.springframework.roo:org.springframework.roo.annotations:jar
- Missing artifact in vaadin start project (maven issue)
- Could not resolve artifact / missing artifact (Eclipse)
- Missing artifact in attempted build using Maven
- Android maven missing artifact errors
- Missing artifact error when adding a Maven dependency
- Eclipse maven missing artifact that exists locally
More Query from same tag
- No HTTP Preview server for Eclipse Juno in Ubuntu 12.04
- How to use API documentation in Eclipse?
- Eclipse/EGit Import From Local Git Repo?
- Is it possible in Eclipse to define a set of breakpoints and only have them fire after a given event happens?
- How to sort items by date in Package Explorer in Eclipse?
- java.lang.module.FindException: while using selenium
- setOnClickListener for button is not working
- Running Eclipse: can't find Java even though both are 64 bit
- Xtext cross-references work only with an Xtext Java Project?
- Pydev for Eclipse does not change all reference when renaming package
- Pulled branch with deleted files with eGit
- Round up to two decimals in eclipse android
- My Android Tablet Cannot detect by Eclipse
- Is there a way to view file changes in the last week ETC in Eclipse?
- How do i fix this mvn install error? Failed to execute rpm-maven-plugin
- Usage of eclipse warning "field declaration hides another field or variable"?
- Eclipse - marking 10 projects 'target' folder as derived
- Is is possible to have a slide effect in RAP Eclipse?
- Peculiar Eclipse java.lang.UnsupportedClassVersionError, Unsupported major.minor version 52.0
- Cannot choose SlidingMenu Library project to link to
- ndk-build library can't be added to apk file by eclipse and signature issue after aapt a the lib module
- JDK 11 with JAXB and JAXWS works with Eclipse but not IntelliJ
- How to set up multiple PATHs in the user bash_profile in OSX 10.8?
- Can't access static field via `super` from within subclass?
- Eclipse PDT - highlight active indent guide selection
- Running in Eclipse is Not Able to Find the Class
- Intellij test run history
- How can I conditionally include two differently named libraries of the same version for a cross-compile project in Eclipse?
- ArrayIndexOutOfBoundsException in AndroidRuntime
- How can I run buildr with dependencied defined in pom.xml (buildr + eclipse + maven : integration)