score:0
start by downloading maven from http://mirror.vorboss.net/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
unzip it somewhere, then assuming your're on windows
1) set an environment variable m2_home to point at the unziped folder.
2) add %m2_home%/bin to your path environment variable
3) go to your home directory (probably c:/users/????? and create a .m2 folder
4) move the settings.xml file from the maven unzippped/conf directory to the directory created in step 3.
5) you may have to set the proxy element correctly in your settings.xml file
it should work.
score:0
you might be new to maven, but it explicit the problem here:
repository path /${basedir}/lib does not exist, and cannot be created.
this means that maven could not locate the repository path you are trying to access. or (from the "cannot be created") can't find the directory where to save the content.
as you did not provide pom.xml
to look further, you'll have to find all ${basedir}/lib
path in your pom.xml
and in your maven settings (default to %userprofile%/.m2/settings.xml
or $home/.m2/settings.xml
), then you may want to
- try with an absolute path.
- use an actual http repository where that dependency and child' dependencies are.
- use a repository server such as sonatype nexus or archiva and provide a mirror/copy of it.
score:1
add the below repository in pom or .m2/settings.xml
<repositories>
<repository>
<id>grobid repository</id>
<url>https://mvnrepository.com/artifact/org.grobid/grobid-core</url>
</repository>
</repositories>
Source: stackoverflow.com
Related Query
- Create Maven project, could not resolve archetype, connection refused
- Eclipse Java EE New Maven Project: Could not resolve archetype
- Maven- Could not resolve dependency
- Could not resolve dependencies for maven project
- Eclipse not able to resolve Maven dependency
- Eclipse Maven Project could not resolve dependencies
- Maven, lost local dependency | Could not resolve dependencies for project
- Maven - Could not resolve dependencies for project X
- Eclipse Maven Repository Browser - Could not resolve artifact
- maven project Could not resolve archetype
- maven could not resolve project dependencies?
- Create a Maven project in Eclipse complains "Could not resolve archetype"
- "string could not resolved" error in Eclipse for C++ (Eclipse can't resolve standard library)
- Android Maven Could not find tool 'aapt'
- maven error: element dependency can not have character children
- ActionBarSherlock + maven + eclipse: dependency not found in workspace
- Eclipse could not resolve string resource error
- spring-web maven dependency not being published with eclipse
- Maven does not add dependency jar files to project when importing to eclipse
- Could not understand about Maven pom file using Eclipse
- Maven 2- Could not calculate build plan
- Using SWT in Gradle could not resolve all dependencies
- Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp
- Maven build fails with error message Plugin org.apache.maven.plugins:maven-surefire-plugin:2.12.4 or one of its dependencies could not be resolved
- How to let maven resolve transitive dependency for local dependency
- "java could not find the main class" and "could not read maven project"
- Could not calculate build plan at the creation of a maven project
- "Could not resolve archetype" error on Maven at Eclipse Oxygen while creating project
- maven adds dependency but eclipse does not see it
- Could not resolve artifact / missing artifact (Eclipse)
More Query from same tag
- Reading files from within a jar not working within eclipse
- when I am trying to send a GET request in java servlet using Tomcat server I am getting error instantiating servlet class
- Azure Eclipse installing Scala IDE
- Eclipse JFace TreeViewer with expansion markers "+" and "-"
- Create new Android project to replace old one but able to submit to Google Play
- when proxifier is running, eclipse says "Unable to establish loopback connection"
- How can I use Twitter4J in open source without exposing my oauth secret tokens?
- AttributeError using PyQt4
- How to debug web service application in eclipse?
- How do I reconnect a moved git repository with it's original project in Egit?
- Why does this code showing error invalid unicode?
- Is there any Apache Axis WSDL2Java jar file for Eclipse Indigo
- Websphere CE issue in Eclipse EE
- weirdest Exception ever when androiding
- Android virtual device not listed only in eclipse
- android : google map working in tablet not in vmware why?
- What file(s) does eclipse store Java code style settings to?
- Invalid channel 117 - Eclipse / EGit
- JComponent InputMap mysteriously getting wiped
- On Eclipse, what does "Preferences -> General -> Workspace -> Refresh using native hooks or polling" do?
- Launch configuration first_behave.feature references non-existing project python_behave_template-master error
- Eclipse+Node.js error when debugging: "Failed to connect to Standalone V8 VM connect timed out"
- How to save find/replace settings in Eclipse?
- can't use DecimalFormat class within Eclipse
- How to supress authentication window when using URLConnection in Eclipse Plugin code
- Change android application version 2.3 to 4.2 android
- Error in the Log File of Eclipse
- android geocoder---nothing is displayed on screen whenn the i run the application
- Start a Hadoop Map Reduce Job on a remote cluster in Eclipse with the run dialog (F11)
- Java Eclipse Theme.AppCompat error