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

4
votes
0answers
81 views

How do I get more than 2 threads to execute with Surefire + Maven?

I can't get any more than two threads executing at once using the Maven + Surefire combo. I've experimented with a number of combinations of threadCount, perCoreThreadCount, and useUnlimitedThreads ...
2
votes
0answers
54 views

Eclipse Maven Error Plugin execution not covered by lifecycle configuration:

I am using Eclipse Juno with Maven 3.0.5 on Windows 7. The project was previously on Windows XP and I have moved to Windows 64 bit machine. I have copied my Eclipse Spring 3, Hibernate 4 and JSF 2.0 ...
2
votes
0answers
246 views

Running tomcat7 maven plugin with custom classpath using VirtualWebappLoader

I have a maven war project, that I'm trying to run with tomcat7-maven-plugin. The problem I'm having is that the configuration for each of the environments is in custom folder (it's not inside ...
2
votes
0answers
53 views

The goal “copy-dependencies” does not copy the parent pom

My project structure is like this: * Foo - API - Core - OSGi All child projects define Foo as their parent (parent has dependencyManagement). Another team is going to use my project. They ...
2
votes
0answers
108 views

Maven 3 warnings: Failure to transfer asm:asm/maven-metadata.xml

while building giraph jar with depedencies we are getting following warnings.. really not sure how to resolve these.. we already tried useProjectArtifact as false and unpack as true both dosent seem ...
2
votes
0answers
100 views

How to avoid the class conflict using maven

I use the maven-shade-plugin to build a project , However, I have encounter a problem I could not handle it.there are two jars almost have the same class and the path is same,aspectjweaver.jar and ...
2
votes
0answers
517 views

DependencyResolutionException when upgrading from Maven 2.2.1 to Maven 3.0.4

I'm trying to upgrade my project from Maven 2.2.1 to Maven 3.0.4 but am running into problems with a dependency resolution. I spent a full day trying to research this by looking through Maven ...
2
votes
0answers
221 views

eclipse maven profiles and classpath

I am using for a project eclipse indigo, jboss tools and the embedded version of maven. The jboss version I am using is 6.1 final. I created a simple archillian test, which I can run on the command ...
2
votes
0answers
224 views

maven 3 javadoc plugin doesn't take the excludepackagename config

I'm trying to exclude a bunch of packages from a javadoc site. Unfortunately this plugin seems to live its own life and when it was configured as a report plugin it failed with access denied when ...
2
votes
0answers
211 views

Avoiding substitution of expressions archetype:create-from-project

Hey, could please anybody tell me how to avoid substitution of some expressions in a project when creating an archetype from it via archetype:create-from-project ? for instance it substitutes all ...
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> ... ...
1
vote
0answers
31 views

Is maven-testing-harness no longer developed? Has it been replaced with maven-invoker-plugin?

Is the maven-testing-harness no longer developed? It seems most plugin developers have migrated their projects to use the maven-invoker-plugin. I can see the pros of using the latter, but as I am ...
1
vote
0answers
56 views

Maven build runs when I run a Unit test in eclipse

I have a maven project. I am trying to run a single test in maven command line and that works fine. I am trying to debug that test in eclipse and using -Dmaven.surefire.debug option and starting a ...
1
vote
0answers
71 views

Maven profiles management - disable profile in POM

Is there a way to disable an active profile in POM ? Otherwise how could i manage such a configuration parentPOM |-- Parent Flex app POM |-- flexApp1 POM | |-- App1-services ...
1
vote
0answers
130 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 ...
1
vote
0answers
40 views

M2 Eclipse Maven3 pom generate classpathentry relative to ECLIPSE_HOME

How do I get this kind of classpath entry: <classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.debug_3.7.100.v20120529-1702"/> generated when loading my maven project in ...
1
vote
0answers
91 views

excluding vendor js files from jslint goal but not the compress goal in yuicompressor-maven-plugin

I have some third party js files in my project that I would like to minify during deployment, but I don't want to see the jslint warnings on those particular js files. How would I achieve this? When ...
1
vote
0answers
104 views

Distributed Jenkins- Master on Linux and slave on windows- How to configure node specific setting

This is background for my question. I have setup distributed Jenkins where the master is running in RHEL linux box and slave is running on a windows box. I did not have any problem in registering the ...
1
vote
0answers
72 views

maven plugins conflict

I am a newbie to maven. I have two maven plugins in my maven project, when I do generate sources one of them generates sources all the time (jaxb2-maven-plugin) but other doesn't (wsdl2java) generate ...
1
vote
0answers
91 views

unable to convert my maven to eclipse

Please, I am new to maven and trying to build my first maven project. So, here are a few things I did: from my command line into a directory called MavenProject I created: mvn archetype:generate and ...
1
vote
0answers
420 views

Failed to collect dependencies running android maven project when adding custom apklib as dependency?

I am adding my own apklib to my android application, i get the following : Failed to execute goal on project tablet: Could not resolve dependencies for project xxxxxxxxxx.tablet:tablet:apk:1.0: ...
1
vote
0answers
22 views

Configuring dump directory with Maven AspectJ plugin

We have just now started using the AspectJ Maven plugin (http://mojo.codehaus.org/aspectj-maven-plugin/index.html) with our multi-module Maven based project. This plugin generates core dump files in ...
1
vote
0answers
164 views

Unable to run Maven from console

I have downloaded the source code of the example from this blog post and I want to export it to Tomcat. I have "almost" successfully imported the project into Eclipse, almost because Eclipse doesn't ...
1
vote
0answers
234 views

Maven surefire: append to argLine

I have 2 profiles that may or may not be used together to run a group of tests. They each require different vmargs to run, but if they are used together it's ok to have them appended to each other. ...
1
vote
0answers
108 views

Maven: Why is ${basedir} forbidden in <targetPath>?

Why ${basedir} is not allowed in <targetPath>? When I add ${basedir} in pom.xml <resource> <targetPath>${basedir}/target</targetPath> </resource> ...
1
vote
0answers
136 views

Flexmojos, Flexunit4: adl returns Unexpected return code 9

I got problem when running flexunit4 unit test Flexmojos 4.2-beta Apache License - Version 2.0 (NO WARRANTY) - See COPYRIGHT file Running tests ...
1
vote
0answers
85 views

maven archetype property substitution

Anybody knows is it possible to make substitution for default value of one requredProperty to another in archetype-metadata.xml ? So, I try to do something like this: <requiredProperty ...
1
vote
0answers
123 views

LOG.trace enabled in maven 3

I have a class: MyClass private static final Log LOG = LogFactory.getLog(MyClass.class); Somewhere in my code I do a LOG.trace() only LOG.isTraceEnabled() And a test for that MyClass which uses ...
1
vote
0answers
100 views

Error in pom.xml file

I am using Maven 3.0.4 along with the Eclipse Indigo for an Android Project. But i am not able to compile my code as there are errors in pom.xml file. Errors are : Project build error: Unresolveable ...
1
vote
0answers
57 views

Does CruiseControl support Maven3?

Im doing some research in order to find out what the best continuous integration server is. For that i would like to know (like the title says): Does CruiseControl support Maven3? At the main-page ...
1
vote
0answers
369 views

How to configure Log4j in a multi project maven

I have a maven war project which depends on an EJB maven project. The EJB project handles all business logic including DB access through Hibernate. Both projects are JEE6 and run on glassfish 3.1.2 ...
1
vote
0answers
108 views

Using common/default properties with multi-environment resource filtering?

I have a Maven project with the following properties file structure: ./clientA/ dev.properties staging.properties production.properties ./clientB/ dev.properties ...
1
vote
0answers
217 views

Maven is not downloading , correct version jar

I am new to maven & stuck with a problem . My project is getting build with maven , but its downloading different version jar ( Spring core 2.5.6.SEC03.jar) , although i have specified 3.1.1 ...
1
vote
0answers
184 views

Maven 3 copy-dependencies giving unexpected results

We have a project that has worked fine in Maven 2 but in Maven 3 we are having issues with copy-dependencies when it's configured as an execution inside the project pom. <execution> ...
1
vote
0answers
105 views

maven - adding dependencies for existing java struts projects

I have an existing struts based java web project. I would like to configure maven for build and deploy. But the build fails when I add dependent a java project to it. Could someone provide me steps ...
1
vote
0answers
229 views

Activate profile when certain maven goal is run?

I'm looking for a generic solution to enable a maven profile when a certain maven goal is run. For example, if I run mvn site I also want to activate the profile reporting automatically. I don't ...
1
vote
0answers
272 views

maven doesn't resolve profile's property on a classifier of transitive dependencies

I 'm trying to use classifier on a multimodule projet which looks like root project --ejb --jar --servlet --ear The ejb project depends of jar project The war project depends of ejb project and by ...
1
vote
0answers
175 views

Using the bundled Maven NSIS Plug-in with maven 3.x

I've got an NSIS script for generating an installer for my Java app - I'd like to automate this using Maven. Rather than using the plugin at Mojo Project, ...
1
vote
0answers
177 views

Transitive dependency not included in war package

A war project is dependent on com.mycompany:somejarname:1.0. It is dependent on slf4j-log4j12 (this is needed only at runtime by that jar). The packaged war doesn't include slf4j-log4j12- my ...
1
vote
0answers
434 views

How to fix websockets which are giving a NetworkError: 400 Unsupported draft specification: 13

I'm trying to use an example from this website in order to learn how to use web-socket in jetty. I'm using maven to gather dependencies. When I open the page in localhost:8082, the page appears(it's ...
1
vote
0answers
70 views

Failed to execute goal net.sf.mavenjython:jython-compile-maven-plugin:1.0:jython

I'm trying to run a jython script from my Junit testcases. I have included the maven-jython-plugin.jar and jython.jar as well. As well as updated my pom.xml file accordingly. But when I run 'mvn ...
1
vote
0answers
206 views

Gem Problems with running Warbler under Maven

I am seeing something odd with our build management server (we are using Jenkins CI). Projects are built using Maven (version 3.0.3) Other environment details: Rails 3.1.3 Jruby 1.6.7 Ruby 1.9.2 ...
1
vote
0answers
241 views

Access Denied Issue

Trying to use Maven from the command line. Have setup the setting.xml proxy - <proxy> <id>optional</id> <active>true</active> ...
1
vote
0answers
658 views

How to import the correct Hibernate version for a JBoss 7 project?

I must create an org.hibernate.Interceptor in my war project which will be deployed to JBoss 7. That concept (Interceptors) doesn't exist in JPA so I must use the dependency of hibernate to do that. ...
1
vote
0answers
177 views

Netbeans Ear Deployment

We have a maven enterprise application which contains several web projects and ejb projects. From time to time we have the following problem: On some machines the ear will be deployed with a ...
1
vote
0answers
202 views

Maven 3 with antlr3-maven-plugin: does source geneation really take place in process-sources?

I'm using antlr3-maven-plugin (v.3.3) with Maven 3. It has only one goal named antlr wchich, due to documentation: Binds by default to the lifecycle phase: generate-sources However when I ...
1
vote
0answers
1k views

Executing a script from Maven 3 using exec plugin - gets blocked

This is the situation I'm facing: at the moment I have two Maven projects, one that does nothing but describing dependencies, repositories, etc. (the parent) and a child which inherits the other's ...
1
vote
0answers
1k views

“Unresolved compilation problems” with Maven multi-module EAR files

The JSP's in the war module won't compile because the jar module isn't on the classpath when they are compiled. EAR module dependencies <dependencies> <dependency> ...
0
votes
0answers
17 views

Maven - Unknow Proxy

Plugin org.apache.maven.plugins:maven-install-plugin:2.3.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for ...
0
votes
0answers
16 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 ...

1 2 3 4 5 9