Apache Maven is a software project management and comprehension tool. This tag is for questions that don't relate to a specific maven version.

learn more… | top users | synonyms

0
votes
0answers
6 views

Mojo schemagen maven plugin wrongly generates class

Good Morning everyone, I'm trying to use the mojo jaxb2 maven plugin in my application, however whenever the schema gets created properly, in the same folder it generates the whole classes (as a ...
0
votes
0answers
19 views

file aren't copied to WEB-INF/

When i run a clean install goals on maven, my spring-servlet.xml is not copied in my war. Well it's not exactly true, it copy it into MyApp.War/WEB-INF/Classes/spring-servlet.xml, i want it to be ...
0
votes
2answers
33 views

Local and production configuration files in Maven Project

I'm starting out with maven and I have a question regarding selecting resources for the deployment. I have a local and production properties directory, and I when I deploy I want to have one of them ...
0
votes
2answers
29 views

Maven Spring dependency repository

I am developing a Spring application using Maven and I would like to find the most comprehensive and up-to-date repository with the most dependencies. So far I have found three repos, but I am unsure ...
0
votes
1answer
15 views

Error while adding protobuf dependency to maven

I am trying to add protobuf dependency to my maven project. I have installed the protobuf jar file using mvn install:install-file -Dpackaging=jar\ -DgeneratePom=true\ ...
0
votes
0answers
29 views

error in integrating maven plugin in android project

I am trying to build an android application project using maven and eclipse. I created a 'hello world' file and then converted it into a maven project. After adding com.google.android dependency and ...
1
vote
1answer
38 views

How to find out which maven artifact/plugin is requesting for the download of a no longer available dependency

I was compiling an "old" open sourced project, while encountered this problem: [ERROR] Failed to execute goal on project .... Can not transfer artifact x:y:z from ... the artifact x:y:z is not ...
0
votes
1answer
50 views

Maven Error While Creating java Project using Command Line

I got error while creating new java project using maven. I have set all of the envrionmnet variable and now going to create a project using maven cammand. when i use this command i got build failure ...
0
votes
1answer
9 views

Warning POM missing in the jar

I have created the jar through maven from some other project. The jar reside in the location repository. The jar contains the pom.xml file in META-INF/maven///pom.xml and pom.properties. I have also ...
0
votes
0answers
10 views

Maven Cargo How to deploy if file exists?

I'm using maven 3.0.3 and cargo plugin. I want to check if deployable path exists before deploy. any one knows how to do this ? <plugin> <groupId>org.codehaus.cargo</groupId> ...
0
votes
1answer
17 views

Maven exporting pom.xml with jar plugin

I am adding attribute in the jar plugin to specify the location of jar file. But at that location maven is not exporting pom.xml file which is used in generating the jar. Can you please tell me how ...
0
votes
0answers
75 views

The import package cannot be resolved

I have a liferay portlet. I've added some external libraries using maven. In ide no errors, it can recognize, but when deploying with ant , it says no such package and class import pack.SomeClass; ...
0
votes
3answers
47 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 ...
0
votes
1answer
18 views

Why is Maven trying to compile my code as -source 1.3?

I get this error mvn -e package in Ubuntu 12.04: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project HadoopSkeleton: Compilation ...
0
votes
1answer
32 views

log4j with tomcat does not log what is logged in mvn test

I have a web application. When I run 'mvn test', it logs the debug messages to console, as I have configured it. But when I deploy it to tomcat, I don't see the the logs of the application. I am ...
0
votes
0answers
23 views

Difficulty assembling maven plugin with Eclipse IDE for android

I am trying to assemble Maven plug-in with Eclipse IDE. I want to make an android application. I have installed android-release archtype, and have made a new Maven project. When I make a new project, ...
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
2answers
25 views

My first Maven+JSF+JBoss AS

I am trying to setup my first maven webapp in jboss dev studio with a jboss application server. The reason I chose these technologies is because this is what we are using at my work. I am a recent ...
0
votes
0answers
32 views

src/main/java folder not visible in project explorer in Spring Roo project

I followed these excellent instructions: http://baldercm.blogspot.co.uk/2012/04/maven-multi-module-with-spring-roo-and.html I now have a multi-module roo / jsf / jpa project up and running in STS. ...
0
votes
0answers
21 views

Maven archetype - Run external commands after creation

I'm looking for a way, to execute additional commands (e.g. a perl script) after running mvn archetype:generate on my custom archetype automatically. Is this possible? Context I'm writing an ...
0
votes
0answers
34 views

Maven project not working on Tomcat 7

I'm trying to run a Maven project on Tomcat 7, but it doesn't seem to work. When I enter from command prompt mvn clean tomcat7:run, I get this error: SEVERE: A child container failed during start ...
0
votes
1answer
19 views

ReflectionToStringBuilder errors in Maven Project

Some of my Roo generated .aj files seem to be generating errors as below. I can see commons-lang3-3.1.jar in my Maven Dependencies. I have added this to my pom.xml <dependency> ...
0
votes
0answers
14 views

Weblogic redeployment fails due to weblogic.deploy.api.tools.deployer.DeployerException

When I try to redeploy war file to Weblogic 10.3.6, I am getting the following error [ERROR] Failed to execute goal com.oracle.weblogic:weblogic-maven-plugin:10.3.6.0:redeploy (default-cli) on ...
0
votes
1answer
21 views

javax.persistence.PersistenceException: No Persistence provider for EntityManager named

I'm trying to set up a simple jpa 2.0 project by following the information provided by my teacher's documentation . I've been on this for hours now, but no matter what I do I always get this exception ...
0
votes
2answers
11 views

in maven, how output the classpath being used?

For my current purposes I have a maven project which creates a war file, and I want to see what the actual classpath is it is using when creating the war. Is there a way to do that in a single command ...
0
votes
0answers
18 views

Tomcat Server not responding when adding tomcat-catalina dependency

I'm having problems using Websockets on a Tomcat 7 (JBoss EWS 2.0)- Server on Openshift. It seems that once I add a dependency for the tomcat-catalina package in the pom file and deploy, the server ...
0
votes
1answer
9 views

Unable to find neo4j-cypher-dsl version 1.9.M04 anywhere

org.springframework.data:spring-data-neo4j:2.2.1.RELEASE depends on neo4j-cypher-dsl:org.neo4j:1.9.M04 but I am unable to find this dsl artifact in any public mvn repositories. Any idea on where to ...
1
vote
1answer
43 views

Running Maven goals in a reactor project without doing “mvn install”

I'm trying to execute a Java file in a subproject in a maven reactor project. This is similar to the question Maven exec:java goal on a multi-module project, but unless I do a mvn install then the ...
0
votes
1answer
27 views

OpenTripPlanner getting started tutorial error

I'm trying to install OpenTripPlanner following the official tutorial. I've correctly cloned the git repository, then I import the project in Eclipse but it is unable to build all the packages. One ...
1
vote
1answer
33 views

Running maven+eclipse from command line [duplicate]

I have created a maven project in eclipse with the below pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
2
votes
0answers
29 views

Maven Release Plugin - prepare creates tag of Snapshot version instead of release version

I have following project structure: framework framework-parent-pom framework-something ... In the pom.xml of framework-parent-pom I have defined following plugin: <plugin> ...
1
vote
1answer
37 views

java process eats only 1 cpu core

i run my program using maven with the following command: mvn exec:java -Dexec.mainClass="some.path.to.my.class" on a Linux multi-cpu server. when i check the CPU usage, i see that java eats only 1 ...
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 ...
0
votes
0answers
13 views

How to run a junit test case of robotium using maven 3.0.5?

I have an apk file of which I have successfully written a Juint test case using robotium. I have created this using Eclipse. Now I want to run that same Junit test case using maven 3.0.5. I dont have ...
0
votes
1answer
26 views

Maven plugin with eclipse

I am trying to assemble Maven plugin with eclipse. For that I have already installed the m2eclipse. Now, in the new project, I have created a new Maven project. When I try to run it by right clicking ...
1
vote
2answers
29 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
0answers
18 views

Compilation failure Failure executing javac, but could not parse the error: The system cannot find the path specified

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 ...
0
votes
0answers
8 views

Best practise: using of Maven archetypes for developing the data services in ESB

Is it useful to make own Maven archetypes to quickstart new data services (Java) upon the WSDL/WADL contracts? Like auto-including the cxf-codegen-plugin into the project and so on. I'm talking about ...
0
votes
1answer
44 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 ...
1
vote
1answer
29 views

build fails when a class in a referenced library is extended

Good day I am using maven to build my java project. I've added a log4j jar as a dependency and tried to extend its RollingFileAppender class. I tried to build it again and surprisingly an error ...
0
votes
1answer
20 views

Maven gives MojoExecutionException when Maven install

I am trying to install a Maven project, I am getting the following error message. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger ...
0
votes
1answer
25 views

Hello world with TDD and continuous integration using Eclipse CDT + Jenkins + Maven

I am moving from Netbeans to Eclipse. I am looking for a tutorial that will show me how to use the following with Eclipse: Maven Jenkins a C testing framework like c89spec My projects are either C ...
0
votes
3answers
26 views

File are not found when using Intellij IDEA

I have a file named test-mule-flow.xml under src/main/app folder, and I added a unit test: MuleFlowTest extends FunctionalTestCase @Override public String getConfigResources() { return ...
0
votes
2answers
16 views

Maven - 2.2.1 -------Access denied error

While building the java module using the maven 2.2.1 by executing the command mvn clean install: the below error occurs. It is frequently occurs, and if we try for the next time, it is getting ...
1
vote
1answer
23 views

How do I manage inter-branch dependencies in Perforce?

We are using Perforce and Maven and we are in a situation where we have one branch A that hosts a mature project and another branch B, that we are starting to dev on that uses the code hosted in the ...
0
votes
3answers
35 views

How do I use log4j with Maven and executable jar file?

I'm trying to get log4j working in a simple application but I'm getting the message: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/log4j/Logger I execute the application ...
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 ...
0
votes
1answer
41 views

How can i use taglib in JSP page

I know this problem has been posted many times but every solutions that have been posted didn't solve my problem whereas my issue is the same. I have a JSP page and i want to use taglib in. So i added ...
0
votes
1answer
26 views

Can not build cassandra database stress client by DataStex

Im working with my own database cluster with cassandra. I want to try some stress tests with my database, thats why i downloaded DataStax Java-driver for Cassandra. ...
0
votes
2answers
37 views

Excluding files with Maven doesn't work

I run into problems at Maven compile when using JMockit together with JUnit and Android: [INFO] UNEXPECTED TOP-LEVEL EXCEPTION: [INFO] java.lang.IllegalArgumentException: already added: ...

1 2 3 4 5 270