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

4
votes
0answers
153 views

Scala compiler not infering types in scala:testCompile

How can I manage scala-compiler-plugin to compile as in Eclipse ? src/scala and src/java compile just fine, but when I compile tests, I get These test run just fine in Eclipse, and I Believe its ...
4
votes
0answers
605 views

Why doesn't NetBeans IDE see the generated sources?

I have a Maven-built web-app that uses JPA 2.0 at the back end. The JPA provider is EclipseLink 2.3.2. When I build the project (and it deploys runs successfully) it builds the JPA meta-model in the ...
4
votes
0answers
337 views

How to resolve JNDI conflict between Jetty and OpenEJB?

I'm running Jetty (from Maven) with OpenEJB inside. The problem is that they conflict through JNDI context. The problem was explained some time ago by Stephen Connolly with a solution. The solution ...
3
votes
0answers
411 views

Setting cucumber-jvm format options in Maven

The question is regarding the cucumber format option in maven: In every Junit I have something like: @Cucumber.Options(format = { "pretty", "html:target/cucumber-html-report/foo" }) I added the ...
3
votes
0answers
112 views

Mojo development - Handling unresolved dependencies in multi module projects

I have a mojo annotated with @requiresDependencyResolution test. It works for multi-module projects with a single layer of nesting, but a user has reported an issue with a structure such as below. ...
3
votes
0answers
49 views

When building a Maven site, why does my annotation processor run twice and break the build?

I have a build that uses the annotation processor plugin to generate JPA criteria classes with the Hibernate JPA 2 Metamodel Generator. This works well when doing a normal mvn clean package, but when ...
3
votes
0answers
119 views

had used a different Landroid/support/v4/app/FragmentActivity; during pre-verification: Android + Fragments + JUnit + Maven

I've have two Android's project built with Maven under Eclipse. One is the project itself, and the other one a test project. When I run the project as a Android JUnit Test it throws the error: ...
3
votes
0answers
220 views

Using Maven to build c++ in eclipse

My Project consists of multiple Java-Projects, one Java-JNI-C++ Project as a Bridge and one pure C++ Project keeping an algorithm library. I managed to write Maven build configurations for all 3 ...
3
votes
0answers
399 views

Maven: release plugin doesn't see my <repository> in <distributionManagement>

To make Maven "deploy" to a directory, I use this: <distributionManagement> <downloadUrl>http://code.google.com/p/junitdiff/downloads/list</downloadUrl> <repository> ...
3
votes
0answers
155 views

Maven release plugin with classifer snapshot dependencies from command line

I'm attempting to run the maven release plugin from the command line in batch mode for a multi-module project that has dependences that are deployed to the maven repository with a classifier. The ...
3
votes
0answers
191 views

No Theme available while using Maven

I've a problem using ABS with Maven. I added ABS support in my POM in the following way: <dependencies> <dependency> <groupId>com.google.android</groupId> ...
3
votes
0answers
58 views

How to Build Entity Framework Project using Npanday

I am using Npnday 1.5. I have tried to build my project using Npanday. But DLL generated using Npanday has some issue. Because When I replace that DLL with other DLL which is generated by Visual ...
3
votes
0answers
346 views

How do install the generated Maven RPM artifact to local m2 repo with the correct rpm name?

So I can use the maven RPM plugin successfully to generate the RPM artifact as expected. I use the attached-rpm goal in a pom.xml (packaged as a pom) so that the RPM plugin installs the artifact into ...
3
votes
0answers
222 views

Datanucleus Maven Plugin

How to fix this issue with Eclipse maven project: Plugin execution not covered by lifecycle configuration: org.datanucleus:maven-datanucleus-plugin:3.1.0-m3:enhance (execution: default, ...
3
votes
0answers
303 views

Embedded ActiveMQ in Embedded Glassfish (using maven-embedded-glassfish-plugin)

Im trying to run a ActiveMQ glassfish embedded using the maven-embedded-glassfish-plugin. I have separately completed below tutorials, so I know the basics. The goal is to have a setup that builds in ...
3
votes
0answers
277 views

Maven Cobertura + Maven War Plugins

I'm with a trouble with these plugins, got the following exception: [INFO] Error configuring: org.apache.maven.plugins:maven-war-plugin. Reason: ERROR: Cannot override read-only parameter: ...
3
votes
0answers
335 views

Maven shade and assembly plugins resulting in stack overflow

I have a reasonably simply RESTEasy client application that I have tried to compile into a self contained JAR file using both the Maven Shade and Assembly plugins. Maven will package the application ...
3
votes
0answers
2k views

cant start osgi bundle because import cannot be resolved

I have made a small API Bundle and a service bundle that should use the API. In my maven pom.xml file, i added a dependecy for my api bundle in the correct version like this: <dependency> ...
3
votes
0answers
229 views

Package java files in exe for windows with maven

The Launch4J port for Maven is terribly documented and I fail to use it in the way I want. Is there some good Maven plugin to gernerate an exe file with following criteria (at least some of them, if ...
3
votes
0answers
496 views

How to troubleshoot which transitive dependency's POM is referring to a defunct Maven repository?

With Maven 3.0.3 I'm getting a "Could not resolve dependencies..." error for a project I'm working on: [ERROR] Failed to execute goal on project arquillian-jetty-embedded-6.1: Could not resolve ...
3
votes
0answers
222 views

Android maven plugin - Takes a long time build on every save of a file

I tried to mavenize my android project using maven-android-plugin but every time I try saving any file it takes a long time to build (build automatically) and another quick save, eclipse does not ...
2
votes
0answers
27 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> ...
2
votes
0answers
35 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
67 views

Running Maven release via bash or groovy scripts

I'm wondering are there any example groovy or bash scripts out there for running a Maven release. We run a mixture of mvn versions and release plugin commands as part of the release process. Any ...
2
votes
0answers
74 views

Any way to set up IntelliJ IDEA to honor OSGi exports/imports for dependencies?

IntelliJ IDEA 11/12 user, here. We have a Maven/OSGi multi-module project set up in which module1 depends on module2. module2 exports packages with MANIFEST only. When coding in module1, is there ...
2
votes
0answers
49 views

JBoss-as:deploy does not inject ${buildNumber}

I getting this error at 'jboss-as:deploy': [INFO] Building war: E:\git-repos\GUI4Leader\gui4leader\target\gui4leader-SNAPSHOT-0.6.16-12.04.13-08_09.war [INFO] WEB-INF\web.xml already added, skipping ...
2
votes
0answers
48 views

Approach for system testing using maven, cargo, jetty and HSQL

I have been trying to get some Selenium system test cases to run during the integration-test phase. I want Cargo to deploy the WAR to a local Jetty installation. Then I want my test cases to run, ...
2
votes
0answers
316 views

JUnit + Maven + Parallel Test Execution Error

I have a problem executing JUnit Tests in parallel when Using JUnit, Groovy, Spock and Maven. When executing them, I get the following after test are passed succesfully: [INFO] ...
2
votes
0answers
72 views

NoClassDefFoundError when using a Maven project in an Android app

Everything of a Maven projected imported to Eclipse appears to be fine. This Maven project has been added to an Android app's build path. The app can be built without any problem. However, whenever a ...
2
votes
0answers
84 views

Execution order of Maven build plugins during release:prepare

Today I observed a strange behavior in Maven 3 while preparing a release (with the Maven release plugin). As the description tends to be rather long, I would like to ask the question right before the ...
2
votes
0answers
107 views

Running selenium hub in maven

I'm trying to run selenium server using role hub in maven using selenium-maven-plugin in order to use phantomjs driver from remote control test, so far my plugin configuration is very straightforward: ...
2
votes
0answers
94 views

JSON support in Jersey 2.0-m2

(my first post to Stackoverflow, new to maven and Jersey ;-) trying to develop a standalone jersey-JSON-application, I started with the latest mvn archetype mvn archetype:generate ...
2
votes
0answers
42 views

How does Nexus Pro auto-verify the authenticy of the downloaded artifacts?

I have done some research on the Maven Central Repository security, especially the Cross Build Injection attack (XBI). I read a few links, which I listed below: ...
2
votes
0answers
121 views

Package project to WAR with SBT (Scala Build Tool)

I have a Maven multi-project which I want to convert to SBT: This is what it looks like: parent project: + module_1 --> jar + module_2 --> jar + module_3.dependsOn(module_1,module_2) --> jar + ...
2
votes
0answers
81 views

Generate JPA2 Entities from Existing Database using Maven

Generate JPA 2 Entities from existing Database I want to do same but using maven build. Please suggest the plugin. As i googled it, i found the metamodel generation of JPA using JPA annotation ...
2
votes
0answers
85 views

Error injecting DefaultRepositorySystem in maven-plugin-testing-harness

I am trying to create a new maven (3.0.3) plugin based on an existing (2.0) plugin, and facilitating aether to pickup some dependencies. I tried to create a simple test to load the mojo using the ...
2
votes
0answers
363 views

org.apache.catalina.LifecycleException: PWC2769: Manager has not yet been started in maven glassfish plugin (3.1)

i user maven glassfish plugin (3.1) and i got this error . so help me ..... error : Feb 14, 2013 1:54:31 PM org.apache.catalina.core.StandardContext start SEVERE: PWC1305: Exception during cleanup ...
2
votes
0answers
148 views

Error in converted maven project in Eclipse

I am using Eclipse Juno with the m2e plugin. I converted my java project into a maven project via Eclipse Right click on project > goto menu configure > Convert to maven project. And these are ...
2
votes
0answers
71 views

Getting Failedto load class org.slf4j.impl.StaticLoggerBinder even though I seem to have bindings with my Maven Project

So I searched through and found this problem all over Stack Overflow, and the solution is usually IDE related (You need an external Version of Maven!), wrong version of the loggers (Tried the newest ...
2
votes
0answers
223 views

Maven deploy to remote server

I want to deploy on Amazon EC2. But I can't deploy.. i need some help. I use maven project & jetty component. Here is my code. pom.xml <dependencies> ... </dependencies> ...
2
votes
0answers
68 views

Maven Surefire 2.13 - TypeNotPresentExceptionProxy

When upgrading from Surefire 2.6 to Surefire 2.13, I get a TypeNotPresentExceptionProxy when running my unit tests. java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy ...
2
votes
0answers
83 views

How to modify catalina.bat through mavan pom.xml

I am using intellij idea, apache tomcat and maven 2.2.1, in pom.xml , we have the below given part <plugins> <plugin> <groupId>org.codehaus.cargo</groupId> ...
2
votes
0answers
82 views

How to debug delomboked code in IntelliJ?

In my Maven based project I'm using Lombok to save some boilerplate code. Furthermore I'm using a Spring Data library which uses AspectJ to get things done. Sadly, Lombok and AspectJ don't play nicely ...
2
votes
0answers
332 views

Maven with automated testing using TestNG, JSFUnit 2 and Arquillian

im currently trying to make a JSFUnit-Test with Arquillian and TestNG, but the JSFServerSession and JSFClientSession-object is NULL. Is there a working EXAMPLE for having JSFUnit and TestNG? Or is ...
2
votes
0answers
232 views

Signing android app by Maven causes “App not installed”

I used these Maven settings to sign my app: <profiles> <profile> <id>sign</id> <build> <plugins> <plugin> ...
2
votes
0answers
237 views

Generating artifact of JavaFX application using Maven

I have a problem with packaging JavaFX application. My final purpose is to generate self-contained application (*.jar, *.exe, *.dmg). Classes and other resources are OK, but the jar itself doesn't ...
2
votes
0answers
349 views

Spring project junit testing. how do I test Jboss JNDI datasources?

I am working on a number of spring projects that was using C3P0 for database pooling. My firm is moving to JBoss and we are going to be using JBoss JNDI Datasources. But how do I setup my XML files ...
2
votes
0answers
142 views

Eclipse for Android Maven support

I'm trying to add maven support in Eclipse for Android dev. I'm using Eclipse Indigo 3.7 from ADT-Bundle and I'm installing m2e plugin (Maven Integration for Eclipse) version 1.2.0. The problem is ...
2
votes
0answers
182 views

How to add existing java Maven modules to Grails Maven module?

I am developing prototype for some java project and until now I used multi-module Maven project with a root pom being a parent to 6 more Maven modules. Originally I planned to make a standalone ...
2
votes
0answers
58 views

maven repositories order

I have a maven repo which stores all the artifacts under http://example.com/content/public I have a second repo which stores different artifacts under http://example.com/content/type1 By default ...

1 2 3 4 5 76