79
votes
6answers
24k 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)
39
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.
33
votes
2answers
13k views

Disable Maven warning message - “Selected war files include a WEB-INF/web.xml which will be ignored”

When I build my WAR package using Maven 2.1.1, I get this warning message: [WARNING] Warning: selected war files include a WEB-INF/web.xml which will be ig nored (webxml attribute is missing from war ...
28
votes
5answers
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: ...
28
votes
4answers
26k 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> ...
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 ...
23
votes
4answers
3k 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 ...
22
votes
9answers
6k 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
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 ...
20
votes
6answers
2k 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
12answers
16k 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 ...
18
votes
4answers
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 ...
16
votes
5answers
5k 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.
14
votes
3answers
227 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 ...
12
votes
3answers
8k 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 ...
11
votes
3answers
5k 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
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 ...
11
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"); } } ...
10
votes
2answers
90 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
162 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
1k 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
3answers
598 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 ...
9
votes
3answers
746 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 ...
8
votes
5answers
271 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
1answer
3k views

Maven does not find JUnit tests to run

I have a simple program for which maven compiles it and its tests fine, but when I run mvn test it does not run any tests (under TETSTs header says There are no tests to run.). I've recreated this ...
8
votes
5answers
482 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
711 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
3answers
2k views

Maven site (Maven 3) generates empty site folder

I'm attempting to create a basic maven site using the maven site plugin. So I added this to my pom: <reporting> <plugins> <!--JavaDoc setup--> <plugin> ...
8
votes
3answers
793 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
2answers
10k views

Include JSTL dependency with Maven

I am using maven2, how do I add a dependency to JSTL (The JSP Standard Tag Library) ?
7
votes
1answer
632 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
2answers
2k views

Maven POM-Editor: Dependency Graph missing

In Eclipse Helios I have the nice feature of a dependency graph inside the maven pom editor. But in later installations (Helios-sr2 and Indigo) this feature is missing. Does anybody know how to ...
7
votes
3answers
131 views

Is there are way to install maven dependencies before maven attempts to resolve them?

I have to unpack some dependencies from a remote location and install them locally. I successfully get them (using the antrun plugin) and install them (using the install plugin) However, if I define ...
7
votes
3answers
1k views

Spring-Autowiring happens after @BeforeClass when running test with maven-surefire

I have some problems with dependency injection (Spring autowiring) and maven-surefire. The following test works without problems when run in eclipse with TestNG: The service-object is injected, then ...
7
votes
2answers
894 views

How to: Run maven integration tests against a test environment (database)

I'm using maven and the maven-failsafe-plugin to start up jetty during the integration-test lifecycle phase. I then execute a number of (*IT.java) junit tests against my running webapp. This is ...
7
votes
6answers
688 views

Running a single test in maven -> No tests were executed!

When I run a single test in Maven with this command: mvn test -Dtest=InitiateTest I'm getting the following result: No tests were executed! It worked a couple of minutes ago, but now it stopped ...
7
votes
1answer
2k views

GWT webappcreator creating a Maven project: the source attachment does not contain the source for the file URLClassPath.class

I have created a Maven2-based GWT application, imported it into Eclipse, and when I Debug As a GWT Web Application, the Eclipse debug session suspends with a FileNotFoundException. It displays a ...
7
votes
2answers
478 views

How to upload sources to local Maven repository

Suppose I do have maven 2 java project in my local machine, when I'm doing mvn install, I'm build project jar and push it to my local maven repo, how can I force maven to push to local repo project ...
7
votes
4answers
344 views

Maven is trying to update glassfish plugin from maven.ocean.net.au

We cannot deploy our app as Maven is trying to update glassfish plugin from maven.ocean.net.au repository, although no such repository was defined in our pom. The problem is maven.ocean.net.au isn't ...
7
votes
6answers
533 views

Is there a way to force maven to copy resource folder changes incrementally?

I'm using Maven 2.2.1 and m2eclipse. I have two resource folders. When I save a change to any file in any of the resource folders, the Maven incremental build kicks off and re-copies ALL files in ...
7
votes
3answers
1k views

UML reverse engineering tools for Eclipse or Maven

do you know any good reverse engineering tool that creates UML diagrams from Java code and Hibernate mappings across multiple projects, in Eclipse or Maven (not in the Javadoc)? Thanks
7
votes
4answers
2k views

default maven compiler setting

Right now, I'm writing a small java application by my own, with few maven pom.xml files. I want to make all my maven packages to compile with jdk 1.6, and I can't find a good way to do it without ...
6
votes
4answers
121 views

Smart deployment tools for Java

I'm looking for a tool able to deploy partial webapps, not just deploying a war containing a whole new version of a webapp. The purpose is to permit automated deployment (for example, but not only, ...
6
votes
2answers
88 views

Recompilation of dependencies with Maven - possible? Any performance boost?

I was thinking about dependencies in Maven. Maven downloads them but it is unknown for what target version of JVM are they compiled for and with what compiler. This raises two questions: Would ...
6
votes
2answers
100 views

Should I use Maven for an Android App?

I code mostly in Java and use Maven for all of my projects. I do really love using Maven since it is easy to download the sources and documentations, and, more importantly, I don't need to keep the ...
6
votes
3answers
237 views

Maven directory structure: good place for SQL (DDL, …) scripts

What's the "best" place for SQL, DDL, ... scripts in the Maven standard directory structure? See http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html I bet ...
6
votes
3answers
133 views

How do I build a Java project with Java 6 against Java 1.4 libraries?

I've got a project that was originally written for Java 1.4, but I only have Java 6 on my Mac and I cannot install Java 1.4. Normally, I'd use a line like this to compile: javac -source=1.4 ...
6
votes
4answers
154 views

Maven dependency resolution (conflicted)

lets say i four projects: Project A (has a dependency on B and D) Project B (has a dependency on D) Project C (has a dependency on D) Project D In this scenario if i run project a, Maven will ...
6
votes
2answers
2k views

How do you generate module dependencies in MANIFEST.MF for JBoss 7 with maven?

In JBoss AS 7, a Web application that depends on libraries contained in the AS, must declare those dependencies in META-INF/MANIFEST.MF like this: Dependencies: <package-name> Example: ...
6
votes
3answers
2k views

IntelliJ inspection gives “Cannot resolve symbol” but still compiles code

Platform: IntelliJ Community Edition 10.0.3 SDK: jdk1.6.0_21 OS: Windows 7 So I have a strange situation with IntelliJ that has me completely stumped. I setup a Maven project and add log4j as a ...

1 2 3 4 5 35