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

0
votes
3answers
163 views

Maven cannot find external jar's annotations

I'm converting a simple android app to Maven, and I've hit a snag with a 3rd party jar (ActiveAndroid) that contains an annotation class that I'm using within my code. I've confirmed that the jar does ...
0
votes
0answers
39 views

Defer properties evaluation in Maven sub-modules

I have some problems trying to run maven in a 3-level multi-module project. The first level is the super-pom, which defines antrun tasks. It is located in an external repository. The second one ...
0
votes
1answer
37 views

Use of Spring oxm

I am new to spring. I was looking into spring-oxm's XStreamMarshaller. I was hoping to find a way to convert my objects into xml using this. The spring site tells me clearly how to do it but it still ...
0
votes
1answer
182 views

Jenkins / Maven Release Plugin (cascade release)

I've got a bunch of projects with enough dependencies that the thought of clicking 'Perform Maven Release' and typing in my SVN username/password on each dependent manually, bottom up, brings on a ...
0
votes
1answer
113 views

Eclipse Juno SR2 and Subclipse with Maven

I'm working on getting my team moved over to Eclipse Juno SR2 and we're currently running Subversion (1.6 server). We're getting the native linux client as well shortly to get us up to client 1.7. I'm ...
5
votes
2answers
156 views

How to implement continous deployment for a web service

I have a Java application, which runs inside web container (Jetty at the moment) and responds to requests via web services. Now I want to create a mechanism, which allows to deploy (transfer the WAR ...
0
votes
0answers
58 views

mainClass Missing or Invalid

Please give me your suggestions please. Error: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:java (default-cli) on project services-rms: The parameters 'mainClass' for ...
0
votes
1answer
56 views

Importing Maven Project in MuleStudio POM error

I am following the tutorial regarding Creating a Cloud Connector. When importing in MuleStudio, I am getting two errors which I don't completely understand. Project build error: Unknown packaging: ...
0
votes
0answers
32 views

Incremental deploy of war in JBoss 7.1. using Maven

We are using Maven script in eclipse to build and deploy war files in JBoss AS 7.1 . For Building and deploying the war files for small changes, it is taking more time. Can you please let me know ...
0
votes
1answer
32 views

mvn test or mvn install is not executing the test cases

I am trying to run the test cases placed /src/test using mvn install or mvn test, however none of the test cases getting executed with following output. [09/04/13 02:22:30:030 IST] DEBUG ...
0
votes
1answer
33 views

Execute specific version of a maven plugin via command line [duplicate]

What if I have (for example) 2 versions of the same maven plugin - versions-maven-plugin for example. There is 1.0 and 2.0 versions already in my repository. When I execute the following command it ...
2
votes
3answers
85 views

Do not run a category of slow JUnit tests by default in Maven and every IDE (Eclipse, IntelliJ, …) without an explicit TestSuite

I have a set of really slow tests, which take a week to run. (They literally run some code non-stop for about a week). Naturally, no developer (or even the default build job) wants to run these ...
0
votes
1answer
106 views

maven checkstyle plugin and guava / google-collections dependency clash

In our multiple module maven (3) project we are utilising the maven checkstyle plugin. It looks like that since we've shifted the guava dependency to our parent pom, we can't execute successfully the ...
0
votes
2answers
67 views

ClassNotFoundException in Maven project

There is a maven based project, which can be built by maven install, but throw exception when run the out jar: Exception in thread "main" java.lang.NoClassDefFoundError: ...
0
votes
0answers
135 views

How to create a Maven + Gemini (OSGi + Spring ) Project into Eclipse?

I'm looking into a way to create a Modular Java Desktop Application. I read about OSGI and wanted to use it with Maven and Spring. After days research i found Gemini (mvn) to be a mix of OSGi and ...
2
votes
1answer
33 views

Maven 3.0 Artifact Repository API Deprication

I am attempting to write a Maven plugin using the ArtifactInstaller and the ArtifactDeployer. The methods that make the most sense to me are deprecated with the following message: "we want to use the ...
-1
votes
2answers
207 views

javax.servlet-api-3.0.1.jar) - jar not loaded [closed]

I am getting error like this I tried different versions of servlet-api I tried different versions of bcprov-ext-jdk15-*.jar I am using: Windows 7 Java 1.7 Grails 2.1.4 Groovy 2.0.4 Tomcat ...
0
votes
1answer
95 views

Could not load org.bouncycastle.jce.provider.JDKKeyPairGenerator$RSABeanInfo

While build my application i am getting below error. I search online, i did not find any solution .......... Apr 05, 2013 2:46:34 AM org.apache.catalina.loader.WebappClassLoader validateJarFile INFO: ...
0
votes
0answers
17 views

Maven enforcer 'no dependencies'. How to enforce, but exclude modules from the same reactor

I have a multi-module maven project. I want to enforce the fact that NO dependencies should be to non-released versions (i.e. the requireReleaseDeps rule) when built on the build server (I don't ...
0
votes
0answers
38 views

Skip compiling and packaging specific module with Maven

I have big project managed using maven and divided into three modules: common, ejb and web. Maven creates a final EAR by combining two JARs and one WAR file. If I make some change in only 'web' ...
1
vote
0answers
27 views

How do I negate a property in Maven? [duplicate]

I have a property defined in a profile: <use.mysql.db>true</use.mysql.db> Is there a way I can specify the inverse of this property in the "<skip>" section of one of my ...
1
vote
4answers
71 views

How do I include dependencies only in my war?

I would like to include (maven) dependencies in my war while making sure that they are not in the runtime or test scope. The problem is the following: There a number of jars (let's say jar A, B, ...
0
votes
1answer
46 views

Aspect Maven Plugin 'overriding' already enhanced Datanucleus classes

I'm using the aspectj-maven-plugin together with datanucleus enhancement done by the appengine-maven-plugin. In case I define the aspectj-maven-plugin before the appengine-maven-plugin everythings ...
2
votes
2answers
134 views

NoClassDefFoundError in web application running on Tomcat 7

I have web application written in Java using gucie-servlet framework being built by Maven 3. When I deploy it on Tomcat 7 container and try to access it using browser, Tomcat replies with 404 status ...
0
votes
1answer
70 views

change generated war name using maven jetty plugin

I am using maven Struts2 blank artifact to create my web application. Here is my pom.xml :- <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
1answer
24 views

archiva standalone vs web

can some one help me. I want to setup a internal repository for maven. For this i wanted to use Apache Archiva and i'm new to both maven and archiva. My question is what is the exact difference b/w ...
1
vote
0answers
82 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
151 views

Not able to generate annotation through maven jaxb plugin

I am trying to add javax.persistence.Id as an annotation to a filed and generate as Java objects through Maven JAXB plugin. However I run into class not found exception for javax.persistence.id I did ...
0
votes
1answer
38 views

Organization of tested code and test cases in mavenized Android projects

I have an Android application, which is built by Maven and now I want to measure unit test coverage. I tried Cobertura, but there was a problem, which I couldn't fix. Therefore, I want to switch to ...
0
votes
2answers
586 views

Java code throws exception after adding Selenium-java-2.31.0 library in Maven

I am working on Netbeans. I added a library selenium-java-2.31.0. But it shows exception. I added all the libraries on which this library is dependent. I follow this link to add library in netbeans. ...
0
votes
1answer
62 views

Apache Maven installation in windows 8

I followed steps mentioned in this link http://maven.apache.org/download.cgi Whenever I type mvn --version in cmd. I got 'mvn' is not recognized as an internal or external command, operable program ...
1
vote
0answers
119 views

Can't run Maven for Hadoop project inside IDE but it does get compiled Outside of IDE

I downloaded and installed: -Maven -Cloudera Hadoop -IntelliJ IDEA ultimate -Tom Whites' hadoop source examples from his GitHub: https://github.com/tomwhite/hadoop-book/ When I open the POM.xml ...
0
votes
0answers
122 views

Intellij idea cannot resolve anything in maven

I'm new to Intellij Idea, i just import a project with pom.xml, but the ide didn't resolve anything in maven dependencies. Anything defined in pom.xml dependencies when import in code raise an error ...
0
votes
1answer
106 views

Maven does not find dependencies at compile type

I have a little experimental project managed by Maven. It uses a library for generating PDFs. This is my pom.xml: <project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
1answer
80 views

How to clear Maven 3 cache

I develop an Android application using Maven. I removed several depdendencies from the pom.xml file, then ran mvn clean install and noticed that the removed dependencies are still used in dex ...
1
vote
1answer
60 views

jaxws-api 2.2 not loaded in maven build

I have generated Java code with Apache CXF tool wsdl2java. In the comments of my service it says that I should endorse Jaxws API 2.2 but don't know what it means. In my Maven POM I have this: ...
0
votes
1answer
27 views

Migrate the Maven repository to another machine

Is it possible to migrate the Maven repository to another machine without having to reconfigure each item added to it? Thanks
0
votes
1answer
95 views

How to compile Java Enum in Maven?

Most recently I am working with maven 3.x, Eclipse JNO JavaEE IDE with JDK 1.6.0_26. Some where in my project I used enum both inside and outside of a class. When I run clean build it appear an error ...
0
votes
1answer
35 views

Maven Plugin Error: Tests Failed

I'm trying to install a plugin using Maven (batch importer for neo4j). Using mvn clean compile assembly:single Gave me an error that the directory could not be created. I changed it to: sudo mvn ...
1
vote
1answer
106 views

Ensuring MAVEN_HOME is set correctly

A Java and Maven noob here: Using OSX 10.8 And Installed Maven with HomeBrew 1- If I say which mvn I will get this: /usr/local/bin/mvn 2- If I say echo $MAVEN_HOME I will get nothing back. 3- If ...
0
votes
0answers
54 views

Maven 3.0 packagingExcludes and order of execution

For all of you maveneers out there, I thought I'd pass along an important order-of-execution note about packagingExcludes in maven 3 for packaging .ear files. In your pom.xml, to assemble a .ear ...
1
vote
2answers
89 views

Custom annotation processor in spring

i've written thi annotation @Retention(RetentionPolicy.SOURCE) public @interface Encrypt { } and its processor... @SupportedAnnotationTypes("it.trecube.annotation.Encrypt") ...
0
votes
1answer
73 views

GWT module may need to be (re)compiled

I can run my app in development mode without any problems. But sometimes it is necessary to test the app without the gwt.codesvr=127.0.0.1:9997. Everytime I try this I get the above mentioned ...
0
votes
0answers
92 views

Error ArtifactTransferException

Hi I am new in maven java. I want to make a maven project in Eclipse Juno, but by saving change in Eclipse this errors appears: my project is like: example. - Archive for required library: ...
0
votes
2answers
107 views

Dependency hierarchy not using property from parent pom?

I have a problem I wonder if someone could help me to resolve. I have a module structure in my project where I resolve dependencies using Maven. For this structure I have versions with different ...
0
votes
0answers
47 views

How to get direct access to the resources stored inside own ant-based plugin

I try to write my own ant-based maven plugin for storing common resources and using these resources during building projects. The plugin is jar file. When I use Maven 1.x I can set ...
0
votes
0answers
36 views

Errors while creating maven webapp-javaee6 project in eclipse

I have instaled JDK 7 and and JRE 7. I have tried to create a javaee6 webapp using eclipse and m2e maven plugin. After creating the app, I am getting below errors/warnings: Build path specifies ...
0
votes
0answers
27 views

Correct way to modify maven plugin configuration from mojo

I know this is subjective question and it will be closed most probably. But I don't know where to ask this question to get answer. There is one small annoying thing with maven android plugin - it ...
2
votes
2answers
79 views

maven 3: Accessing version of “root” corporate POM

Using Maven 3.0.4. I am tasked with providing a corporate parent POM for our organization. My team will provide support for questions or issues developers have when using this POM. Often they will ...
0
votes
1answer
48 views

How to skip test api docs in maven-javadoc-plugin?

I would like to skip generating 'testapidocs' folder in my 'target/site' folder after executing 'clean skip:skip' with following configuration. Build Configuration: <build> <plugins> ...

1 2 3 4 5 30