org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5 at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129) at org.eclipse.m2e.core.internal.project.registry.EclipsePluginDependenciesResolver.resolve(EclipsePluginDependenciesResolver.java:48) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261) at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)...
We have a need to be able to skip a submodule in certain environments. The module in question contains integration tests and takes half an hour to run. So...
Is there a Maven plugin that allows you to check if there are newer versions of dependencies available in the repository? Say, you are using dependency X with version...
I just started using Maven and I was told to do mvn install in a specific directory. What does mvn install do, exactly? I think it looks for pom.xml...
Similar problem like one posted on invalid target release: 1.7 but after following the blog my problem is still unresolved. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project hm_app:...
I’m a beginner at Maven and I’ve played with it from a command line point of view a little, so now I was trying to use it in Eclipse;...
Is it possible to point to a specific settings file in order to override the default settings.xml being used by maven for a single command? Example: mvn clean install...
I was given a maven project to compile and get deployed on a tomcat server. I have never used maven before today, but I have been googling quite a...
In Maven, what does the project.build.directory refer to? I am a bit confused, does it reference the source code directory or the target directory in the Maven project? 4...
I am using maven as build tool. I have set an environment variable called env. How can I get access to this environment variable’s value in the pom.xml file?...