Apache Maven is a software project management and comprehension tool. This is a tag for Maven related questions that are specific to Maven versions 2.x.

learn more… | top users | synonyms (1)

0
votes
0answers
16 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
1answer
25 views

maven not packaging dependencies in jar [closed]

The problem I have a nested multiple module (correct terminology?) Maven project and the dependencies for one of the modules are not getting packaged with the jar when I mvn clean package The ...
0
votes
0answers
15 views

Maven install/compile Failure

I am getting below exception , When i compile/install through maven in command prompt / eclipse. [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ dashboard --- May 22, 2013 ...
0
votes
1answer
20 views

add javascript dependencies like java dependencies in maven 2?

I'm using apache maven for build project, so i want to add my dependency javascript frameworks automatically based their version , organizing javascript frameworks , and download only ...
0
votes
1answer
23 views

Error in pom.xml when adding sauce labs dependencies

I am getting errors when I add sauce labs dependency in my pom xml. <dependency> <groupId>com.saucelabs</groupId> ...
0
votes
1answer
15 views

All maven flyway plugins are executed with the last user

I have two oracle users and I am creating different schema for them. I mean each schema has different tables, types etc. I wanted to create both schemas by flyway maven plugin, first I had two maven ...
0
votes
3answers
48 views

Maven Building Error

when i try to run mvn clean package I am getting the following error Downloading: http://repo.maven.apache.org/maven2/org/apache/maven ...
1
vote
2answers
30 views

execute maven mainclass multiple times with different sets of arguments

how can i invoke maven mainclass multiple times with different arguments <build> <plugins> <plugin> <groupId>org.codehaus.mojo</groupId> ...
0
votes
1answer
55 views

Not able to generate client code with wsdl2java and maven using CXF

I'm using maven cxf-codegen-plugin to generate client files from wsdl but not able to do so. I want that all the wsdl files in the folder src/main/wsdl should be scanned and corresponding clients ...
0
votes
0answers
16 views

How to build a war from an existing directory

My pom.xml looks like this: <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
0
votes
1answer
18 views

What's the recommended way of updating maven repository metadata

I'll like to know, what's the recommended way of updating maven repository metadata? The scenario I'm working with is such that the content of maven-cargo plugin metadata is stale and does not ...
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 ...
1
vote
2answers
59 views

How to add multiple source directories to pom.xml

I am getting package org.testng.annotations does not exist error when I am trying to compile multiple source directories using maven. I am running webdriver tests and all of my tests are importing ...
0
votes
1answer
28 views

Doing an ant depend in maven

On a new project we are using maven. I have found a problem that we solved in ant by using the ant target depend. The problem is that we have a class with public fields that are being referenced from ...
0
votes
2answers
16 views

maven repository and dependencies download

I've used standard maven command mvn clean install and according to logs (in the same console window) dependencies were loaded and artifacts were installed to my dedicated directory for maven ...
0
votes
1answer
43 views

Grails test war creation error

Need your help my dear friend.... I am using Grails 2.1.4 and Maven Integration. i created pom file for Grails project. I am running a goal like this from eclipse mvn -Dgrails.env=test package I ...
1
vote
1answer
35 views

Maven SoapUI plugin, testing for missing path parameters

I have some regression tests for a web service to make sure we return errors when required fields are missing. When query parameters (e.g. http://dummyurl.com?someRequiredParameter=something) are ...
1
vote
1answer
43 views

Can't compile style.scss with sass-maven-plugin

I would like to use sass-maven-plugin to compile some SASS Template style.scss into css style.css. I have added the plugin to my pom.xml build.plugins as it is descriped here. My pom.xml looks like ...
0
votes
2answers
46 views

Maven Release: Prepare/Perform after Rollback incorrectly succeeds with wrong content

We use Maven with Subversion internally. We also use Maven's Release plugin. We noticed the issue described below when running through the following (correct, I presume) steps. 1. We run ...
0
votes
1answer
29 views

When adding book values to @Entity values turn out null JavaEE

i have probably done something very stupid and i have tried and tried for about 4 hours now and i can't figure out what is wrong. When i try to add a book to the database, MySQL increments but all the ...
0
votes
0answers
21 views

build path of missing library in eclipse

I have a project in eclipse, and it gives me 3 error of 'Java Build Path Problems' 1) Project 'XYZ' is missing required library: ...
0
votes
1answer
74 views

Grails not picking jars from maven repository based on pom.xml

Please, need help, I am getting some compilation error because of Grails not picking jars from maven repository based on pom.xml file. My BuildConfig.groovy grails.project.dependency.resolution = { ...
0
votes
1answer
59 views

Grails: how to use maven repo instead of ivy-cache

Need to use Maven Repository instead of ivy-cache, Please let me know what are the steps i have to do. I tried multiple ways but it not working. I specified in BuildConfig.groovy pom true ...
0
votes
1answer
41 views

( maven 2.0.5 ) Failed to activate local (project-level) build profiles: Cannot parse profiles.xml

while trying to do mvn -e clean install -Dmaven.test.skip=true -Denv=$ENVIRONMENT for a webapp project on my VM, i get error: Maven version: 2.0.5 + Error stacktraces are turned on. [INFO] Scanning ...
0
votes
2answers
28 views

multiple repositories with the same artifact in maven

I have made some modifications to log4j and would like my project to use my local version rather than that from the remote maven repo, so I declared my project as a local repo in pom.xml in addition ...
0
votes
1answer
31 views

Getting error while integrating eclipse and maven

I am new to maven and eclipse configuration. I set up my maven path in eclipse Then i made a project run configuration in eclipse Here is the snippet of my pom.xml ...
0
votes
0answers
11 views

Changes are reflecting in the code after running maven command. not directly in eclipse project

I have a maven project. I checkout a code from SVN in eclipse. Now what happen when i do any changes in the code, and try to debug the code, then no change reflect. Suppose i add a line in the code ...
2
votes
1answer
90 views

how to run maven project in android ? or convert maven project to android project?

i try to upload video to youtube by use this open source https://code.google.com/p/ytd-android/ the problem couse by maven tool ... i never use it , and dont know how to use it. there is way to ...
1
vote
2answers
55 views

Maven not compiling class and there is no class files in war file

iam converting my project to maven. I see in war file there is no class file available. Below is the pom.xml and project structure. <project xmlns="http://maven.apache.org/POM/4.0.0" ...
0
votes
0answers
7 views

Unable to find resource 'ebms.hermes:piazza-commons-ext:jar:1.0' in repository central (http://repo1.maven.org/maven2)

my project is using ebms.hermes.piazza-commons and ebms.hermes-ext libraries as maven dependencies. Everything worked fine until few days ago, I'm not able to build my project anymore since those ...
2
votes
2answers
60 views

How to package test classes into the jar without running them?

I'm struggling with including my test classes into the jar package, but not running them. After some googling, I've tried mvn package -DskipTests, but my test classes are simply not added to the jar. ...
0
votes
0answers
24 views

Hudson does not work with maven

I installed Hudson Server and I am trying to build a project, but I get this error: [workspace] $ java /geogit/Maven/apache-maven-2.2.1 -cp ...
1
vote
0answers
29 views

Passing a defined pom.xml property to @jboss.entity-command in java class

I have a project with several entity beans and at some point I have @jboss.entity-command name="informix-serial" In DEV, my database is MySql but in PRD I have Informix. What I want is to pass some ...
0
votes
0answers
18 views

creating dependencies with other existing projects

this my third various post about the same subject! Actually, I have three Spring maven-based project: let's name them projectA, projectB and projectC. all of them compose the same and unique project ...
0
votes
0answers
23 views

maven profile dependent property

My maven pom looks like this: <...> <profiles> <profile> <...> <id>1</id> <properties> ...
0
votes
0answers
42 views

How to check failed module during deployment - Maven multi module

I am deploying application to Jboss AS 7.1.1.Final using Maven multi module configuration. The 'jboss-as-maven-plugin' plugin with version 7.4.Final is used to deploy to AS using remote deployment. I ...
1
vote
0answers
49 views

Maven Release Plugin with Svn:Externals and a multi-module project

Given the following sample multi-module project: aggr/pom.xml (Version 1.0-SNAPSHOT) aggr/parent/pom.xml (Version 2.0-SNAPSHOT) aggr/app/pom.xml (Version 3.0-SNAPSHOT) ...
0
votes
1answer
30 views

Is there a way to know the SCM url used in a Jenkins job programmatically?

I'm currently creating a custom Maven enforcer rule, and for its purpose, I need to know the URL of the SCM (Subversion, Git...) used for the given job, i.e. where the sources were just checkouted by ...
0
votes
0answers
56 views

Failed to read artifact descriptor for maven-resources-plugin

Stage: I am trying to compile a Maven project in Eclipse (Spring Tool Suite, version: 3.2.0.RELEASE). Each project compilations throws this: Could not calculate build plan: Plugin ...
0
votes
0answers
48 views

Tomcat Manager Does Not Undeploy Web App with Multi-Level Context Path

I cannot get Tomcat Manager (and Tomcat Maven plugin) to work correctly with a Web application that is deployed into a multi-level directory path.  The first deployment works ...
0
votes
1answer
21 views

Using depenency in JSP File (Basic Maven)

I'm trying to teach myself maven so I don't have to deal with all the dependency issues as has been recommended to me on SO, but I'm running into the same issue. I am trying to get a basic webapp ...
0
votes
1answer
35 views

maven scm - Does maven creates tag automatically?

I have below configurations in place - <scm> <connection>scm:svn:http://example.com/tags/MyProject/MyProject-0.1</connection> ...
0
votes
0answers
56 views

maven-release-plugin : exclude target directory for modifications

I'm looking for a way to exclude the 'target' directory modifications during the maven release process. I tried below but it didn't work. <configuration> <checkModificationExcludes> ...
0
votes
0answers
34 views

Configure maven dependency resolution with in eclipse

I use maven-2 in external mode in eclipse 4 (juno) with m2e and m2e-wtp plugin. In all our projects we usually define all the libraries (to the version) with in the pom. So we use non-transitive ...
0
votes
1answer
32 views

Maven build fails at site default-deploy

I have been struggling to fix my maven build issue from last 2 days with no success almost. can you please help me on this - I have a parent pom.xml which looks like <distributionmanagement> ...
0
votes
1answer
108 views

Why does this autorun-cmd registry hack affect a java/maven process?

The presence of an HKEY_CURRENT_USER\Software\Microsoft\Command Processor\Autorun causes a java test to fail. Github repo to test this out : https://github.com/ajorpheus/final-frontier This is a ...
0
votes
1answer
42 views

how to pass maven module classes to a maven plugin

I've developed a maven plugin, which can scan classes within a module, to find some specific classes and do something about them. The problem is that, when I'm using this plugin in a maven module, ...
1
vote
1answer
73 views

Can't build Drools examples from 'Drools JBoss Rules 5.0 Developer's Guide' using maven, unable to download artifact

I have some strange trouble while I'm trying to build examples from "Drools JBoss Rules 5.0 Developer's Guide". I try to run this examples doing step by step instruction from readme file(similar ...
1
vote
1answer
16 views

How to set the default-value for a maven array parameter?

I have a parameter in my custom plugin that is an array. If the parameter isn't given anything, I want to set the default-value to be a blank array. Of course, here is the normal syntax for a regular ...
0
votes
1answer
36 views

DataNucleus: There is no available StoreManager of type “”

I'm working DataNucleus+Maven. Below are the commands with their results : mvn compile : BUILD SUCCESSFUL mvn clean install : BUILD SUCCESSFUL mvn -e datanucleus:enhance : BUILD SUCCESSFUL ...

1 2 3 4 5 95