Top "Maven-3" questions

Apache Maven is a tool for project management and build automation.

Maven error: Not authorized, ReasonPhrase:Unauthorized

I checked out my code from the Nexus repository repository. I changed the password for my account and set it …

java maven repository maven-3 nexus
How can I write maven build to add resources to classpath?

I am building a jar using maven with simple maven install. If I add a file to src/main/resources …

java maven-3
How to override maven property in command line?

I have the following plain pom running by Maven 3.0.4. <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.…

maven command-line maven-3
How do I add a project as a dependency of another project?

There are two independent projects (myWarProject and MyEjbProject). So when I build the myWarProject I need to install the MyEjbProject …

maven-3
How do you stop maven from trying to access http://repo.maven.apache.org?

The development machine cannot access the internet, and take about 60s to timeout. When I try to build, I see …

maven repository maven-3
Warning on using project.parent.version as the version of a module in Maven 3

In maven multi-module projects where I want each of the modules to always keep the same version as the parent, …

maven maven-3
maven generating pom file

I use maven 3.0.3 and have tried to generate pom for third-party jar like this: mvn install:install-file -Dfile=cobra.jar …

maven maven-3 pom.xml
Setting up the path for Maven 3.0.4, win7

I have been trying to install Maven v 3.0.4 on my machine win 7 for the first time.I have a problem …

maven-3
Maven managed dependencies - resolving ${project.version} from parent pom

How is placeholder ${project.version} resolved for managed properties from parent pom? I've expected that it is resolved globally, so …

maven maven-3 build-dependencies
Plugins in Maven and POM.xml

I just started using Maven and I read that plugins are additional components that can be used. A typical structure …

java maven maven-3 pom.xml maven-plugin