Error in Creating a Maven project in Eclipse IDE - java

I just started to learn Hibernate in Java and i was supposed to use Maven Project but while creating project i am facing this error why i am getting this error almost tried all of the online saying still no improvement it fails ...Thanks in Advance
Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured repositories.
Could not resolve artifact org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE
Failed to resolve version for org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE: Could not find metadata org.apache.maven.archetypes:maven-archetype-quickstart/maven-metadata.xml in local (C:\Users\Manoj Selvin.m2\repository)
Failed to resolve version for org.apache.maven.archetypes:maven-archetype-quickstart:pom:RELEASE: Could not find metadata org.apache.maven.archetypes:maven-archetype-quickstart/maven-metadata.xml in local (C:\Users\Manoj Selvin.m2\repository)

Related

> Could not resolve all files for configuration ':classpath'

I'm trying to rebuild a project in order to be compatible with Google Play store requirements, however the code was generated on earlier version of android 8, I got the code & trying to rebuild faced many issues & covered most of them, however last issue I"m facing now is receiving the following when I Sync, any idea to stope this error in order to build the project?
Sync error:
problem occurred configuring root project 'ascc-android 2'.
Could not resolve all files for configuration ':classpath'.
Could not find io.realm:realm-gradle-plugin:6.0.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/io/realm/realm-gradle-plugin/6.0.1/realm-gradle-plugin-6.0.1.pom
- https://repo.maven.apache.org/maven2/io/realm/realm-gradle-plugin/6.0.1/realm-gradle-plugin-6.0.1.pom
Required by:
project :
Possible solution:
Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Maven Build Error - Firefly Plugin - No plugin found

I have tried several methods to resolve this issue.
I am trying to install the Vaadin Starter App "Bakery"
Version using : Java, Shiro, Vaadin Platforms.
Error on build failure:
No plugin found for prefix 'firefly' in the current project and in the plugin groups
I've tried methods listed [here][1]
and another post by deleting my .m2/resources and letting it repopulate. and also a mvn clean install, but I keep getting same error messages.
Here is a [link][1] to the error messages:
Above the plugin error are some type of fetch cant get meta data messages.
I'm thinking it needs a different version of a plugin, needs pom file or settings file edited, but just have not found solution yet.
No plugin found for prefix 'firefly' in the current project and in the plugin groups
I believe it was with the plugin causing a problem. I went to this link, found the file, over-wrote the existing file with the one at the link, did a rebuild and it worked.
Maven-compiler-plugin

maven Project proxy in Eclipse

I am working on Maven Project, while creating its throwing Error "Could not resolve archetype org.apache.maven.archetypes:maven-archety" .Unable to download archtype.
It seems due to proxy issue its coming I have made the required changes using proxy and port no. in settings.xml. Still the error is same. Please help in this.
Thanks.

Springboot Liquibase maven dependency missing

I have been trying to build a springboot project within my virtual desktop and have been facing issues with resolving maven dependencies, after resolving dependencies with improper versions or with incorrect imports, I now have only one dependency conflict that is stopping from compiling the spring boot project that was developed outside my virtual workspacee.
This is what my console says
The POM for org.liquibase:liquibase-core:jar:3.3.0 is missing, no dependency information available
[ERROR] Failed to execute goal on project springboot102: Could not resolve dependencies for project com.css:springboot102:jar:0.0.1-SNAPSHOT: Failure to find org.liquibase:liquibase-core:jar:3.3.0 in http://repo............/(repository) was cached in the local repository, resolution will not be reattempted until the update interval of archiva.default has elapsed or updates are forced ->
Screen shot images also attched as follows :
If someone had faced similar dependency conflicts please do let me know, much appreciated.

Java exception: java.lang.UnsupportedOperationException

I'm trying to execute Maven -> Update project in Eclipse. Every time i do it i get the following error:
An internal error occurred during: "Updating Maven Project".
"java.lang.UnsupportedOperationException".
If i look in the code there aren't any files marked with errors, neither the pom.xml.
Other people working on the same project don't have this problem.
What could be causing this? What details do you need to get an idea about this?
it looks you have problem with one of artifacts you have in local repository try to delete .m2 and clean install project again but you have to be connected to internet, if this not solving your issue check the version of maven you are using and compare it with others.

Categories

Resources