Apache Maven is a software project management and comprehension tool. This tag is for questions that don't relate to a specific maven version.

learn more… | top users | synonyms

70
votes
6answers
23k views

Why use Gradle instead of Ant or Maven?

What does another build tool targeted at Java really get me? If you use Gradle over another tool, why? (See also Why use Buildr instead of Ant or Maven)
57
votes
11answers
36k views

How to solve “Plugin execution not covered by lifecycle configuration” for Spring Data Maven Builds

I am trying to work with Spring Data and Neo4j. I started by trying to follow this guide linked to by the main site. In particular I based my pom.xml off of the Hello World example file. Here is a ...
38
votes
1answer
7k views

is guava-libraries available in maven repo?

I am looking to find guava-libraries in maven repository. It looks like guava is adding more features to google-collections library.
29
votes
10answers
43k views

how do I set eclipse.ini -vm option?

I installed maven plugin for eclipse, then I get an error like below: please make sure the -vm option in eclipse.ini is pointing to a JDK how to use -vm option to point to my jdk in eclipse.ini? ...
27
votes
13answers
2k views

Why is no one using make for Java?

Just about every Java project that I've seen either uses Maven or Ant. They are fine tools and I think just about any project can use them. But what ever happened to make? It's used for a variety ...
26
votes
4answers
25k views

Find Oracle JDBC driver in Maven repository

I want to add the oracle jdbc driver to my project as dependency (runtime scope) - ojdbc14. In MVNrepository site the dependency to put in the POM is: <dependency> ...
24
votes
4answers
9k views

Difference of maven jaxb plugins

I have determined that two jaxb plugin for maven2 exist, with some different configurations. The one is from Sun: http://jaxb.dev.java.net/jaxb-maven2-plugin/ the other from Mojo: ...
22
votes
4answers
2k views

leiningen - how to add dependencies for local jars?

I want to use leiningen to build and develop my clojure project. Is there a way to modify project.clj to tell it to pick some jars from local directories? I have some proprietary jars that cannot be ...
21
votes
9answers
5k views

SASS implementation for Java?

I'm looking for SASS implementation in Java (could be used with JSP/JSF). For Python I've found CleverCSS, but there is nothing for Java. Anyone heard something about this sort of tool for generating ...
20
votes
6answers
1k views

Hosted Continuous Integration

I'm currently looking for a (cheapish!) hosted continuous integration service for my private projects and they seem a bit thin on the ground. Does anyone have any experience of using one?
19
votes
6answers
2k views

what are good blogs to read relating java, spring, hibernate, maven?

To continue to question further I'm more interested in blogs, websites who once in a while release a tutorial, tip or best-practice on the topics I mentioned. For ex : http://net.tutsplus.com/ is ...
18
votes
3answers
4k views

Migrating from Maven to SBT

As you know, SBT is compatible with Maven in some way -- SBT recognizes simple Maven POMs and can use dependencies and repositories specified in them. However, SBT wiki says that, if inline dependency ...
18
votes
12answers
15k views

Build failed question - maven - jre or jdk problem

I have my JAVA_HOME set to C:\Program Files (x86)\Java\jdk1.6.0_18 After I run maven install I get this message from eclipse: Reason: Unable to locate the Javac Compiler in: C:\Program Files ...
16
votes
3answers
3k views

ant to maven - multiple build targets

I have an ant build that is currently being converted to maven. However, the ant build has 2 build targets - one that builds the entire app, and one that builds a jar from some of those files (only a ...
15
votes
3answers
9k views

When maven says “resolution will not be reattempted until the update interval of MyRepo has elapsed”, where is that interval specified?

I am fairly new to maven. Have been experimenting with Nexus and Artifactory for in-house artifact repos. With both of them, I occasionally hit an artifact that comes from some 3rd-party repo that I ...
14
votes
3answers
203 views

How secure is using Maven?

What are the risks and possibilities or scenarios whereby someone sets up masquerades of maven repositories and/or ip streams to provide masqueraded library copies of the original but injected with ...
14
votes
3answers
225 views

What's the recommended way to make a Scala project available to the community?

I am currently writing a configuration file library (sort of Configgy replacement). For the moment, it's alpha release and stays well on GitHub. However, when the project will be stable enough, I plan ...
14
votes
5answers
4k views

What is Maven artifact?

I am trying to understand Maven a little. Can someone please explain what is an artifact and why does Maven need them? Thank you, Maxim.
12
votes
1answer
550 views

How to build an efficient maven/jenkins build queue

We use Jenkins as our CI system and Maven as our build tool. We have a SVN repository for our code and Artifactory for our artefacts. The source code is organized as a multi modul maven project. Most ...
11
votes
3answers
4k views

ClassNotFoundException DispatcherServlet when launching Tomcat (Maven dependencies not copied to wtpwebapps)

I've run into this problem a few times and only just stumbled upon a (semi-) reliable solution, so thought I would post it here in case it helps anyone else, or in case I forget it, and also to ask if ...
11
votes
3answers
2k views

how do I get sbt to use a local maven proxy repository (Nexus)?

I've got an sbt (Scala) project that currently pulls artifacts from the web. We'd like to move towards a corporate-standardized Nexus repository that would cache artifacts. From the Nexus ...
11
votes
3answers
532 views

Is anyone using Maven/NAR for any large scale C/C++ projects?

And, what has your experience been? Do you think that Maven has been well suited to your project, and how would you advise others on following your path? Thanks in advance!
11
votes
2answers
6k views

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, I've typically done something like the following in the module's pom.xml: ...
10
votes
2answers
82 views

Creating a Java application that downloads its own dependencies

I'm interested in how to distribute a Java application that has a lot of dependencies (specified in a pom.xml in Maven). Obviously it would be possible to just package everything in one big .jar ...
10
votes
2answers
145 views

What is a better, simpler and more modern way to build Java Web Applications compared to Maven? [closed]

I'm thinking of getting rid of Maven. It's alright for simple applications, but I'm running into problems that I can't solve, nobody else seems to be able to solve them, and even the Maven mailing ...
10
votes
3answers
837 views

Maven failing to download jar dependencies

I have a very simple default application that I've created to test my Eclipse Indigo/Maven v3.0.1 setup on my Windows 7 machine. The Hello World app runs fine from Eclipse. Now from the command line ...
10
votes
1answer
1k views

Where is project timeline for Maven 3.1 available?

One feature of Maven 3 I am eagerly awaiting is automatic parent versioning, that is, no longer needing to hardcode the parent version in every child pom.xml. This feature is apparently coming in ...
10
votes
2answers
1k views

IntelliJ IDEA: Maven,project compilation and deployment

Can someone explain me IntelliJ IDEA's workflow of compilation, deployment and packaging with binded maven project ? I've encountered some misunderstanding when I'm starting tomcat server via IDEA's ...
10
votes
6answers
2k views

leiningen: missing super-pom

if I enable eith the clojure-couchdb or swank-clojure then lein deps fails because org.apache.maven:super-pom:jar:2.0 is missing :dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"] ...
10
votes
3answers
5k views

Why Spring 3 needs explicit cglib dependency declaration when using Maven?

I'm using spring 3 and maven. I've defined all spring modules in my pom.xml. When I use <aop:scoped-proxy /> annotation, I've got an error saying that cglib is missing. Well... I add cglib ...
10
votes
2answers
5k views

Maven compile mixed Java + Groovy 1.7 project, using gmaven-plugin

As per the top two answers here I'm trying to compile a mixed Java 6 + Groovy project with Maven, using the GMaven-plugin from org.codehaus.gmaven. Up untill yesterday we were using the old 1.6.0 ...
10
votes
6answers
5k views

Surefire is not picking up Junit 4 tests

For some reason I cannot get Maven 2 Surefire plugin to execute JUnit 4 test class. public class SimpleTest { @org.junit.Test public void simple() { System.out.println("foo"); } } ...
9
votes
3answers
707 views

Unable to generate classes from JAXB in Maven environment

I'm using the xjc plugin in Maven environment and trying to generate classes from the Schema I'm able to do this (Create classes) using xjc from command line, but unable to do the same using maven ...
9
votes
2answers
1k views

SBT to Maven Converter

Since most IDEs are only able to import Maven projects, I'd like to generate a POM.xml from an SBT managed project, is there a better way to do it?
9
votes
3answers
7k views

Maven 3 netbeans problems

Since I updated to maven 3 my netbeans 6.9.1 environement, I get this message at each build : [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the ...
8
votes
4answers
241 views

Using Eclipse compiler instead of javac results in javadoc crash

Summary: I've run into an interesting problem, and I'm not quite sure how to sleuth it: Our project has been building fine for months I changed the maven-compiler-plugin to use the eclipse compiler ...
8
votes
2answers
13k views

Maven/Tomcat Projects In Eclipse Indigo/3.7

I'm trying out the next version of Eclipse using the latest milestone build and I'm having an issue getting my Maven project deployed to Tomcat. Previously in Eclipse 3.6, my project was ...
8
votes
4answers
2k views

How to exclude a module from a Maven reactor build?

We have a Maven 2 project with lots of modules in it. Example: <modules> <module>common</module> <module>foo</module> <module>data</module> ...
8
votes
1answer
319 views

Only copy modified files in maven-war-plugin

I'm currently using maven 3.x with the maven-war-plugin. For developer builds I would like to be able to use the war:exploaded goal, but only copy resources that have changed. Is there a way to do ...
8
votes
1answer
636 views

What is the meaning of type “bundle” in a maven dependency?

What is the meaning of "bundle" e.g in this dependency: <dependency> <groupId>org.apache.abdera</groupId> <artifactId>abdera-core</artifactId> ...
8
votes
5answers
449 views

Maven: keeping dependent jars in project version control

So, I have a war project with several dependent jars that are not available in any repository. Up until recently, I'd been keeping them in src/main/webapp/WEB-INF/lib, and adding them to the pom with ...
8
votes
2answers
651 views

Maven to copy JAR when adding dependencies

I'm currently using IBM Rational Application Development (IBM Eclipse distro) for Portlet development and having a small issue with Maven integration. Here's the situation: 1) IBM RAD has the ...
8
votes
1answer
8k views

Force maven update

I imported my working project on other computer so it started to download dependencies. Apparently in the meantime my internet connection crashed. Now I get Build errors for comics; ...
8
votes
3answers
756 views

Why maven doesn't generate project reports?

It's Maven 3.0. I'm creating a new project: mvn archetype:create Then I'm creating a file site/site.xml: <project name="foo"> <body> <menu name="Overview"> <item ...
8
votes
3answers
548 views

maven support for android projects?

I want to start a project for Android but i really like to build it using Maven. Does Google provide support for Maven or plan to support it? It would be great if anybody know at least an archetype ...
7
votes
3answers
1k views

can't install eclipse plugin “m2e connector for build-helper-maven-plugin 0.15.0.201109290002”

i just tried to move from helios to maven with my gwt 2.4 application. so i began to follow the steps here: http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven but on step 3 - ...
7
votes
1answer
518 views

How do Java and Maven builders work together in eclipse?

do I understand correctly, that Java builder recompiles sources on scr path to the output path, which usually happens after each "ctrl + s" if automatic building is activated or via "ctrl + b" or ...
7
votes
1answer
165 views

Profiling Maven

Are there tools that will profile the Maven build process itself so that I can see where the build is spending most time? We're having issues at work with respect to Maven 3.0.3 and 3.0b1. Our ...
7
votes
1answer
288 views

maven archetype for an android project

The following options are listed on a maven archetype:generate 19: remote -> android-quickstart (-) 20: remote -> android-release (-) 21: remote -> android-with-test (-) There is one more ...
7
votes
1answer
134 views

verify signatures of downloaded pom/jar files

I was trying to find if there is SSL enabled central repository but there probably isn't. I noticed that there are signatures for every jar and pom file in maven central repository. So at least I'd ...

1 2 3 4 5 94