Tagged Questions

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> ...
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
17k 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 ...
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"); } } ...
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
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 ...
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
4answers
542 views

Generating javadoc for project involving scala modules

If I have a project which has some of its modules in scala (ie java modules, scala modules side by side) - how have people solved combining scaladoc generated HTML with javadoc generated to provide a ...
5
votes
4answers
623 views

How can I have a Maven dependency on the runtime classpath but not the test classpath?

I have a case where I want a dependency on the runtime classpath but not the test classpath. The dependency in question is Logback, an SLF4J implementation. In runtime, I want my code to ...
5
votes
2answers
218 views

Setting up Maven for a team

I have used Maven extensively for my personal projects, but now I have to set it up for a small team of 5-7 developers. My main question is, what's the recommended approach for managing dependencies ...
5
votes
9answers
2k views

Best Practices for Code Formatting on Large Projects

I maintain the build for a large J2EE/Maven/Hudson/Perforce project with about 20 developers spread across the world. The solution in-place for code formatting is to format the codebase using jalopy ...
4
votes
4answers
193 views

How do I package and run a simple command-line application with dependencies using maven?

I am brand new to both java and to maven, so this is likely very simple. If I follow the maven2 hello world instructions here: ...
4
votes
5answers
120 views

Couldn't understand what Maven is all about, looking at the formal definitions

I am a very beginner to Java, recently trying to use some existing libraries and suddenly Maven came out in between. I am getting no idea reading the project page on Apache website, what maven is all ...
4
votes
2answers
649 views

How to use space in arguments for Maven 2 exec plugin

Related Question: Maven Exec Plugin not reading configuration In my configuration I need an argument which is a file path. I found a rather "dirty" workaround by surrounding the argument with quotes ...
4
votes
3answers
613 views

Use Maven just to fetch some library jars

We are using ANT for our build process and don't have plans to change this in the near future. Is it possible to use Maven to just fetch common Open Source jar files (e.g. Log4J, SWT, JFace) and put ...
4
votes
2answers
2k views

log4j configuration file in a multi-module Maven project

I am working on a multi-module Maven project, whose structure is like this: war-module jar-module The war-module depends on the jar-module, and will add the jar artifact into the webapp's lib ...
4
votes
2answers
79 views

Is it possible to avoid duplication of maven archiver configuration?

This is my parent pom.xml: [...] <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <version>2.0</version> ...
4
votes
1answer
1k views

Maven: How to change path to target directory from command line?

Maven: How to change path to target directory from command line? (I want to use another target directory in some cases)
4
votes
1answer
2k views

Auto-configure Scala facet in IntelliJ IDEA for mixed Scala/Java Maven project

How do I get IntelliJ to auto-configure the Scala facet in a Maven project with mixed Scala and Java source code? I am using Scala Plugin Nightly for Maia Build 2099. mvn compile and mvn test both ...
4
votes
2answers
851 views

Maven - 'all' or 'parent' project for aggregation?

For educational purposes I have set up a project layout like so (flat in order to suite eclipse better): -product | |-parent |-core |-opt |-all Parent contains an aggregate project with core, ...
4
votes
1answer
1k views

Config Maven 2 to print out javac commands during compile phase

Is there any way to force Maven 2 (>2.0.10) to print the actual javac commands it's executing. We keep running out of memory even though we've bumped up the max using MAVEN_OPTS. I'd like to be able ...
4
votes
2answers
5k views

GlassFish v3 and glassfish-maven-plugin (Mac)

I'm trying to use the glassfish-maven-plugin (https://maven-glassfish-plugin.dev.java.net/) with GlassFish v3 (I'm on a Mac and using Eclipse) and I can't seem to get my web app to deploy. I keep ...
3
votes
2answers
173 views

How to download software dependencies in Maven 2?

I am very new in using Maven. Appreciate if anyone can give me some helps. I want to build a plugin for JIRA. I have installed Atlassian Plugin SDK which comes with Maven 2 (pre-bundled together). ...
3
votes
1answer
180 views

Maven tries to download ojdbc14.jar again - jar already present in local repository

When I run the command mvn eclipse:eclipse, the dependency jar ojdbc14.jar is getting downloaded without any issues. Then, when I run the command mvn clean install, maven tries to download the same ...
3
votes
1answer
210 views

Maven warning on MacOS: Workspace defines a VM that does not contain a valid jre/lib/rt.jar

I am trying to clean my Maven and I am getting this warning when I run mvn eclipse:eclipse -Dwtpversion=2.0 [WARNING] Workspace defines a VM that does not contain a valid jre/lib/rt.jar: ...
3
votes
4answers
77 views

When to run my own maven repository?

I'm working on a small project with one other developer. We are using libraries that are all available in public maven repositories. We have a single, multi-module maven project but build all of the ...
3
votes
2answers
101 views

I just want to get started on development and spend less time faffing around with dependancies… is there a non MVN solution?

I'm a relativly newcomer to Java and Android, so far it's been a truly enlightening experience. The biggest nuisance is simply setting up my projects in the first place. I've noticed that I seem to ...
3
votes
4answers
294 views

How to activate profile by means of maven property?

I'm trying to activate a maven profile using a property defined inside pom.xml: <project> [...] <properties> <run.it>true</run.it> </properties> [...] ...
3
votes
2answers
264 views

How to enable Java assertions in jetty-maven-plugin?

How to enable assertions in jetty-maven-plugin? By default they are disabled.
3
votes
2answers
145 views

Why do a lot of Maven dependency versions end with SNAPSHOT?

Is there any special meaning for snapshot in the Maven version?
3
votes
1answer
163 views

Where to keep a GPG secret key for a Maven project in CI environment?

I'm trying to use maven-gpg-plugin:sign in order to sign project artifacts before deployment to Sonatype OSS repository. The question is where shall I keep my secret key secring.gpg: In continuous ...
3
votes
2answers
258 views

Why does maven site:site fail in a multi-module project?

I have a Maven-3 multi-module project: /root pom.xml /bar pom.xml /foo pom.xml Module foo depends on module bar, and they both have the same parent: root. Everything works fine, until ...
3
votes
4answers
6k views

Debugging maven without losing MAVEN_OPTS variable

I want to run jetty:run in debug mode with MAVEN_OPTS setted in environment variable. But it seams like hardcode MAVEN_OPTS. Is is possible to set MAVEN_OPTS in command line like mvn MAVEN_OPTS=... ...
3
votes
2answers
461 views

Sort maven dependencies in Eclipse

Just wanted to know if it is possible in Eclipse to sort Maven dependencies by alphabetical order? It's bothering me to have a list of 200 jars not ordered... :(
3
votes
1answer
237 views

How do you keep Hudson from giving Maven the -B option for builds?

When Hudson goes to build my project, it executes Maven as follows: Executing Maven: -B -f /path/to/root/pom.xml clean install This works fine on most projects. (The -B is for "batch" or ...
3
votes
4answers
379 views

Maven: trigger custom command when Build is finished, dependent on outcome (successful/failed)

I'm using Maven on the command line, and my build takes a while to complete (1-2min). I'm looking for a possibility to hook into the END of the build and trigger a specific command (start a program ...
3
votes
1answer
873 views

Maven: Finding out whether running in a 32 or a 64 bit JVM

How can I enable or disable a maven profile based on whether the VM that is executing maven is a 32 bit or a 64 bit JVM? I tried this: <activation> <os> ...
3
votes
2answers
268 views

Maven: Re-use a POM file in every project

My goal is pretty simple actually but since there are multiple (and seemingly complex ways to do this) I wonder what I need to do... So I have certain runtime libraries (ADF libraries in particular) ...
3
votes
2answers
317 views

SSL Problem Downloading Resource in Maven

I am trying to create a Confluence plugin. I have been following theses instructions. However when I run the atlas-create-confluence-plugin command maven throws SSL errors trying to get resource from ...
3
votes
1answer
190 views

Question about maven

I read some useful posts here on SO about previous maven questions, I'm currently very interested in learning maven(cause I like it and because my boss requires me to). I'm currently reading [this][1] ...
3
votes
3answers
6k views

eclipse on maven project warning 'DTD or XML schema'

Description Resource Path Location Type No grammar constraints (DTD or XML schema) detected for the document. TEST-net.kindleit.gae.example.server.MessageRepositoryTest.xml ...
2
votes
1answer
81 views

Get dependencies of WAR Artifact using Maven 2 API

I have found a few posts surrounding the question of artifact retrieval however the answers don't seem to work in my specific case. I am writing a plugin that will help with skinny war EAR generation ...
2
votes
3answers
53 views

Need to understand WAR descriptor and structure - Flex project within WAR

I am trying to understand why I am not able to launch a SWF from the URL after launching mvm jetty:run on my project. The project has built successfully and produced a Falcon-WAR-0.0.1-SNAPSHOT.war ...
2
votes
1answer
156 views

mvn install looks for tools.jar nested too deep within my java directory

On ubuntu 11.10, with maven2, here's the error code: Unable to locate the Javac Compiler in: /usr/lib/jvm/java-6-sun-1.6.0.26/../lib/tools.jar Not sure why it's adding the ".." in the path? My ...
2
votes
1answer
67 views

How to tell Maven2 to not test non-@Test-annotated classes in test source folder?

Just got a strange error. Working on project using JUnit and Maven 3.0.3 I've created in my test/src/java folder one test class - ClassifierUtilTest.java, with @Test-annotated methods and stuff, and ...
2
votes
3answers
133 views

How can I embed Maven 2 into my application?

I'd like to embed Maven or the library that does all the magic into my Java application. The keypoints : They are two tasks I want to perform : 1/ Publishing a jar in local repository 2/ ...
2
votes
2answers
460 views

Creating a maven project

How can I create a simple maven project in eclipse. Every time I create it gives an error while creating the project. errors Description Resource Path Location Type CoreException: ...

1 2 3 4