Apache Maven is a tool for project management and build automation. This tag is for questions relating to Maven version 3.x. For non version-specific questions, please use the [maven] tag.

learn more… | top users | synonyms

1
vote
0answers
21 views

Maven jar download stops midway

I'm using nexus repository and maven to build my project. Everything has been working great until I added a new dependency for org.apache.poi jar. When I run the build, I can see the following in ...
3
votes
2answers
4k views

java.lang.NoClassDefFoundError: org/codehaus/plexus/classworlds/launcher/Launcher when running bash file to build the project

hi guys i have maven 2 installed, when i use mvn clean or mvn install in the app root it works fine but when trying to use maven install inside a bash script i got the above exception: this is my ...
0
votes
1answer
16 views

How to build apk in release mode using maven

Hey I am having a hard time building and signing apk in release mode. I am able to create the apk using maven but when I try to upload it, Google playstore says that I need to build in release mode. ...
0
votes
1answer
27 views

How does Maven determine which plugin version to use for plugins used from the command line?

(using Maven 3.0.3 on Mac with Java 7) When I run mvn dependency:analyze-duplicate maven uses the version 2.1 (no matter if 2.8 is available in my local repo or not) of the plugin and complains: ...
0
votes
2answers
49 views

Installing Maven 3 on Windows 7

When I type "mvn --version" or "mvn -version", I always receive error "mvn is not recognized as an internal or external command, operable program or batch file. SO: WIN 7 64 bit Maven directory: ...
1
vote
1answer
94 views

component lookup exception with org.apache.maven.repository.RepositorySystem in Maven plugin testing

I'm trying to use maven-plugin-testing-harness version 2.1 with the following test case: public class FooTest extends AbstractMojoTestCase { @Override protected void setUp() throws Exception { ...
0
votes
0answers
14 views

Can I use a Maven Profile to deploy a file to the repo?

We have a devconfig project that contains files such as findbugs-global-exclude.xml among other things. I want to turn this into a Maven project with profiles to deploy the different parts. So in my ...
0
votes
0answers
7 views

jsp updates not aut--deploying - jboss maven eclipse set-up

We have just switched from weblogic to JBOSS AS 5.1. All our projects are maven projects(also upgraded to 3.0.5 from 2.0.10). We are using Eclipse Juno (upgraded from europa) When in weblogic when we ...
0
votes
0answers
13 views

Run post-integration-test goals on failing build

I need the goals in post-integration-test phase to run regardless if some goals in the pre-integration-test or integration-test phase fail. Is it possible?
5
votes
3answers
3k views

Get the dependency tree of a maven project with a missing dependency

First of all, let me start by saying mvn dependency:tree does not work in my scenario. I'm working on an already existing codebase which is giving a build failure. The issue was that the maven repos ...
1
vote
0answers
44 views
+50

How to create an eclipse-compatible, mavenised Android project?

I need to create a Maven project for my Android application. When I use the normal Android Maven plugin, it produces a file structure with incorrect location of test classes (the test classes lie ...
0
votes
1answer
18 views

how to add waffle 1.4 dependency in Maven?

I was trying to add dependency in my existing maven project (maven version 3) for Waffle 1.4 jars. Can someone please help me if you have already done this before? Found this dependency XML for ...
0
votes
2answers
563 views

build failed when using maven call ant tasks “xslt”

This part of the pom.xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> ...
0
votes
2answers
84 views

How can I create a Maven build profile to conditionally copy files?

I new to maven and I am trying to create pom.xml to build the war files for different environment using profiles So I created the build target <build> ...
0
votes
1answer
55 views
+50

Get all the dependencies of a MavenProject (including transitive ones) using Aether

How can you get all the dependencies of a MavenProject (including transitive ones) using Aether? I have seen numerous examples where you specify the gav and it resolves the artifact and all it's ...
0
votes
0answers
33 views

file not exist error in cygwin

I am executing the maven command from E drive with different settings.xml file located at H drive. I am getting the following error. Its taking E as base directory. user1234@abcavbavb17 ...
0
votes
0answers
19 views

Migrating from Richfaces-4.1.0.Final to Richfaces-4.3.2.Final

Recently I was trying to upgrade my application from RF-4.1.0.Final to RF-4.3.2.Final. Application Server I am using is Tomcat-7 and the project is built using Maven. Few issues that I had faced: ...
3
votes
1answer
277 views

Junit4 unit tests running inside eclipse, using java.util.logging - cannot see log output

Using Maven build system under eclipse. I have just switched by project from using Apache Commons Logging to Java Utils Logging, as it has to live in an environment where Java Utils Logging is the ...
0
votes
1answer
46 views

Simpliest way to add an attribute to a jar Manifest in Maven

Since the last Java update, I need to tag my applet jars manifest with the Trusted-Library attribute to avoid warning popup when javascript is communicating with the applet. (see ...
0
votes
1answer
28 views

any way to change the .m2 folder location or .m2/conf/settings.xml location permanantly

I am working on Maven 3.0. My .m2 folder location is C:\Users\me\.m2. I do not have write access to that folder. I want to change the repository location in settings.xml. Due to restricted access, I ...
2
votes
2answers
547 views

Maven 3 assembly plugin is very slow

After upgrading to maven 3 , my assembly plugin and assembly plugin only takes comparitively more time to copy stuff mostly. Has anyone faced this issue already, or is there something I need to do so ...
0
votes
3answers
21 views

How do I make the compile of one maven 3 project depend on the install of another?

I have a directory with a pom.xml and several subdirectories with their own pom.xml files One subdirectory is local called thirdparty. It contains several jar files and installs them to the local ...
0
votes
0answers
13 views

Report JUnit tests results from PhantomJS to Maven's Surefire plugin

Right now I'm calling an Ant buildall.xml inside my pom.xml (maven-antrun-plugin, test phase): pom.xml <ant antfile="src/test/js/build.xml" target="init" useNativeBasedir="true"/> That ...
2
votes
1answer
170 views

generating import using Jcodemodel

I am trying to generate java code using Jcodemodel. How to generate required import statements using Jcodemodel? How to automatically generate the implementation of interface methods when a class ...
0
votes
0answers
26 views

Maven archetype: how to copy file from disk to newly created project?

I try to write a maven archetype. One of the its input properties, "fileLocation" contains an absolute path to file on the disk. How can I make archetype copy this file to newly created project? I ...
0
votes
0answers
12 views

Java logic in maven archetype

I try to develop custom maven archetype. Is there a way to use java logic (may be in form of annotated classes) when maven archetype is developed?
5
votes
2answers
352 views

how to exclude all artifacts from a group in maven?

I am using maven 3 with the Enforcer plugin configured to force version convergence. I am using Spring 3.1.2 and Spring Security 3.1.3. The problem is that Spring 3.1.3 POM declares dependencies on ...
0
votes
1answer
37 views

Maven install error javax.el.ELContext not found and javax.el.ELResolver not found

I am using Maven 3 and JDK 1.7. When I tried to do mvn install, I am getting the following errors [ERROR] /domain/view/EmployeeNameConverter.java:[29,76] cannot access javax.el.ELContext class file ...
0
votes
6answers
1k views

Maven Compile Error

When I build and run my program in Netbeans, it works without a problem. But with same pom.xml file when I try "mvn compile" I get this error: [ERROR] Failed to execute goal ...
1
vote
7answers
2k views

Exclude Tests from Maven build

When I am running maven clean install it always executes all tests in src/test/java is there a way to skip all the tests, just to run simple build without any tests. I want my tests to be in ...
0
votes
0answers
16 views

maven3 - getting error on mvn dependency:tree command

I've a project that uses maven 3. I get the following error when I run mvn dependency:tree command. Could someone advise why would I get this error? [ERROR] Failed to execute goal ...
0
votes
0answers
61 views

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:

I am using Maven 3 and JDK 1.7. When I tried to do mvn install, I am getting the following errors [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1: compile ...
0
votes
1answer
28 views

Why mvn archetype does not work for me?

I'm new on Maven and there's something wrong when I try to create a now project. E:\java\MavenTest>mvn archetype:generate -DgroupId=com.mycompany.app -DartifacId =my_app -DarchetypeArtifacId = ...
5
votes
1answer
3k views

How to install Maven 3 on Ubuntu 12.10 by using apt-get?

I started setting up my Ubuntu 12.10 for the project I am working on. Maven 3 was required to set up the system and as it turns out most of the documents out there are referring to how to install ...
0
votes
1answer
31 views

Can I configure multiple plugin executions in pluginManagement, and choose from them in my child POM?

I have 2 common plugin-driven tasks that I want to execute in my projects. Because they're common, I want to move their configuration to the pluginMangement section of a shared parent POM. However, ...
0
votes
1answer
32 views

how to automate the snapshot versions in maven 3

I have two projects namely Abc and DEF. Now the project DEF has dependency of the project Abc. Daily we use the run the Jenkins build. The project Abc artifacts will be deployed to the Nexus. The ...
1
vote
1answer
130 views

Maven - Filename too Long on Unzip

I'm having a hell of a time installing maven 3. I have the 3.0.4 source zip. I can't extract it, though, or I get a filename too long error on multiple jars in the zip. I'm running Windows 7. I ...
1
vote
1answer
51 views

Packaging war file with maven

I thought that, if my project is named my-web-application, than when I call mvn clean install maven first compiles to target\my-web-application-1.0 folder and than "zips" that folder to ...
1
vote
0answers
24 views

What is the proper naming convention for Maven 3 dependency version properties?

My company uses properties to specify the version number for the dependencies in our Maven 3 POMs: <properties> <???>1.2.3-SNAPSHOT</???> </properties> ... ...
0
votes
1answer
68 views

Weblogic11g - java.lang.NoSuchMethodError: javax.persistence.OneToOne.orphanRemoval()z

I know this question has been asked quite a few times over here, but none of the solutions seemed to worked for me. Pardon me for asking this one again as I am new to both maven and hibernate. ...
0
votes
2answers
26 views

maven pass command argument at build time to overwrite property

In our application, we have a system to whitelabel. in application.properties there is a setting theme=default this setting is injected into a Spring managed bean, which then does manipulation of ...
0
votes
1answer
25 views

Can maven sortpom plugin affect a project's build result?

Can the Maven Sortpom Plugin affect the result of a project's build ? Is it possible to have a project build fail just because the sortpom plugin was added ?
-4
votes
0answers
35 views

build fails in maven..pls help me [closed]

*following s error im getting [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ...
0
votes
2answers
23 views

Maven, cyclic imports, classpath for compile

I have task to migrate legacy project from ant to maven and have trouble with cyclic imports. My problem is ant builds many jars that contains same classes. Originally ant project have one src folder ...
3
votes
2answers
82 views

Maven compilation failure when switching on enum

I am mavenifying (is that a word?) a project whose build process has been so far based entirely on ant/shell scripts. Consider the following enum public enum ResourceType { A, B; } The ...
0
votes
0answers
22 views

Create project folder under Maven Release Branch

SUMMARY: What is the best way to create an SVN branch from a Tag created by mvn release:* when the branch needs to live at Repo/branches/BRANCH_NAME/PROJECT_NAME/pom.xml and we want our pom.xml in ...
0
votes
1answer
233 views

Errors when using maven plugin for Weblogic deployment

I have been trying to deploy application to Weblogic 10.3.6 using maven I have created weblogic plugin for maven as mentioned in this article. I have added the following to pom.xml <build> ...
0
votes
1answer
47 views

Maven : Unable to get Property Value from Proprties file

I'm a newbee in apache Maven. When i try to read the values from the properties file, it's not picking the value. I already seen all the previously asked questions in SO. But no luck with that. This ...
1
vote
2answers
515 views

Packaging common classes into WAR with maven and eclipse

I have two maven-based eclipse projects, one being a project with common classes and one a Java EE web application using these. Now, I know the way to build the common project as a jar and add it as ...
0
votes
1answer
37 views

Execute plugin only if another execution succeeds

I have two executions of a plugin to run in two different phases. For instance: <executions> <execution> <id>A</id> ...

1 2 3 4 5 30