Apache Maven is a software project management and comprehension tool. This tag is for questions that don't relate to a specific maven version.
0
votes
0answers
12 views
Maven JAR project with WAR project layout?
I hope the title is not to confusing. I am developing a library to be used in JSF projects. The library will be packaged as a JAR. The project is currently setup as a war and i am able to create the ...
0
votes
0answers
14 views
maven META-INF services include still doesn't work
Last days I've been trying to create a simple app for Android using Maven and Jersey to connect to my local RESTful service.
First, I created a local client with use of Maven and it worked. Then, I ...
0
votes
0answers
6 views
Atmosphere broadcaster doesn't seems to work with Resteasy
I have a problem with Atmosphere and Resteasy. After two days of the struggle it's almost working. I can get AtmosphereResource in suspend method, set broadcaster to it and call suspend. But when I ...
1
vote
0answers
15 views
Error when running mvn sonar:sonar
I'm trying to set up sonar locally. I have sonar running on port 9000. When I run mvn sonar:sonar on my project I get the following error
[ERROR] Failed to execute goal ...
0
votes
1answer
13 views
Maven plugin to concat and minify javascript
I have 100s of javascript files inside the hierarchy of folders and I want two sets of output. one is to have a concatenated version for debugging purposes and the other one is to have a concat + ...
0
votes
1answer
18 views
In Eclipse using Maven, I would like to have my build directory in a ram drive. How do I specify project.build.directory?
I am using Eclipse to compile DITA files into PDF and it does a lot of manipulation of the intermediate files before producing the final pdf files. I would like to get these intermediate files onto a ...
0
votes
1answer
67 views
Clojure: Major Emergency with Import
This is really important, and I am totally stumped and on a deadline. Help is greatly appreciated.
I have a Clojure project called red-black, which in particular contains a file called ...
2
votes
2answers
37 views
Best Repository and project management software [closed]
Me and my team are looking to develop software, using a central server and Java EE. We wanted to set up a repository on that server so that we can each access the code and edit it on our local ...
0
votes
0answers
17 views
What is an apkLIB and how do I use one?
I'm trying to put a SwipeListView onto an Activity, however I can't seem to figure out how to import it. I got the library from here: https://github.com/47deg/android-swipelistview
Then I followed ...
0
votes
1answer
16 views
install output jar into local repository using pom.xml
I am using maven to build the project. Output of the maven build is a jar file.
Q1. What should I onclude in pom.xml file so that it will help me to install artifact (.jar file) in my local ...
0
votes
0answers
5 views
How can set properties for determine last commit revision and author in maven?
I want to get SCM url, last commit revision and last commit author so I can add them as metadata in my jar. I know I can get URL and revision but don't see a plugin which sets last commit author as a ...
0
votes
1answer
24 views
getting error: Could not load JDBC driver class [org.postgresql.Driver]
I'm trying run a Junit test,have configured before only projects without maven, now i am trying to make this integration, but i stop in this following error:
java.lang.IllegalStateException: ...
5
votes
0answers
83 views
java project won't compile class referencing enum depending on source code order [duplicate]
I have an situation where some Java 1.6 sources won't compile in Maven and only compile in javac when I specify sources in a certain order.
pom.xml is bare-bones but specifies -source and -target of ...
0
votes
1answer
22 views
Forcing a mvn build failure if a regex is matched
Which is the easiest way to make a mvn build fail if certain regex matches the src code?
The best solution I found (hacky) is using the maven-replacer-plugin and use the regex to replace the code ...
0
votes
1answer
20 views
Spring not using log4j2.xml configuration over slf4j
I'm updating one of my applications to Log4J2 over SLF4J and I'm running into troubles with Spring.
Additionally to the "normal" (correct) logging output
2013-05-24 20:02:00,490 INFO [main] ...
0
votes
1answer
31 views
Gradle and android support library
In almost every android app we need a couple of library projects like ABS, HoloEverywhere, etc. Most of these are in maven central, which is good. What is bad is, most of them depend on the support ...
0
votes
2answers
6 views
Calling a back-end web service with IBM Message Broker
I was trying to deploy a back-end web service to IBM Message Broker. Then create a Java client to call Broker, which in turn calls the back-end web service.
If the Java client can call Broker, then ...
0
votes
0answers
14 views
Creating Maven Web Service on Tomcat
I created a Maven web application which name is "aa3" on Netbeans. I choose Tomcat server which Netbeans installed. And then I added a web service class. A warning appeared, it says:
I choose Yes.
...
0
votes
1answer
15 views
Does mvn sonar instrument analysed classes
What exactly does mvn sonar:sonar? does it instrument classes to measure code coverage? or it just sends sources to the server?
to sum it up: can i safely do mvn verify sonar:sonar deploy and be sure ...
0
votes
1answer
46 views
How to install dependencies using Maven?
This is probably a newbie quesiton, but I'm a newbie when it comes to Java and the Maven documentation is tough to work through and all seems to be written for Maven experts. I'm trying to install a ...
0
votes
1answer
14 views
How to continue the maven release:perfom from the failed point
Can u please any one suggest how to continue the maven release:perform from the failed point.
Since the some of the jars got uploaded in the nexus. We need to continue the build fromt he failed ...
0
votes
1answer
18 views
How to quiet Maven “props” log output?
When using -q option with Maven it quiets all log output, except "props". I would like to quiet those "props" outputs, how to do that ??
I'm running:
mvn versions:set -DnewVersion=0.0.2 ...
0
votes
2answers
16 views
Nexus doesn't update metadata for SNAPSHOT
My setup is a jenkins that polls my git repo and does publish to a nexus repo on each push. Then I have a downstream project that takes this artifact and deploys it to a test server. This project is ...
1
vote
1answer
30 views
Folder containing java _sources_ need to be used by several m2e projects
I have a situation where I need to have a folder containing Java sources used as a source folder for several maven projects "next to each other" in a tree structure. Due to dependency differences for ...
0
votes
0answers
19 views
Add individual Android classes as dependencies?
I'm developing a server application which is communicating with Android clients and it needs some classes of the Android framework (e.g. android.location.Location). Is it possible to add specific ...
1
vote
1answer
20 views
Maven profile parameters aren't loaded in Spring JUnit context
I'm running JUnit tests with Maven profile.
Maven profile looks so:
<profile>
<id>someProfile</id>
<properties>
...
...
1
vote
1answer
10 views
jetty-maven-plugin from mortbay to eclipse HTTPS setting
I was using jetty-maven-plugin with groupId mortbay but I want to use the lastest Jetty version 9.
As we can see mortbay does not provides jetty version 9 ...
1
vote
0answers
21 views
How to set up a local DBpedia mirror
I am trying to set up a local DBpedia Information Extraction Framework, but there seems to have some problems which I cannot deal with. I followed the instructions on the official site using Intelli ...
0
votes
0answers
13 views
Configuring CXF codegen plugin
I have a problem in my pom.xml file, i didn't understood very well what is the problem since i use jdk/jre 1.7(classloader) (the latest), it's about a webservice project using CXF/Spring :
My ...
0
votes
1answer
13 views
Deploying artifacts from nested projects using Artifactory Jenkins plugin
I'm working on a project that uses Maven 3.0.4 .
A sample project structure
parent Project (packaging=pom, modules=model, services)
model Project (packaging=pom, modules=hr-model, gl-model)
...
0
votes
1answer
42 views
JSON Mapping in my Spring MVC 3.2 Application Works for Only One of My Methods
I am working on a Spring 3.2 MVC application. It's setup fairly typically, but my problem is that I am getting a 406 status error when I attempt to return a JSON object from my controller methods.
...
0
votes
0answers
12 views
How can I reach web service function by using Maven?
I created a web service client by using Maven on Netbeans. I use http://www.w3schools.com/webservices/tempconvert.asmx?wsdl as a web service. I created servlet for response. When I select Right ...
0
votes
2answers
62 views
How switch maven projects?
Let me start from example. Suppose there is Factory inteface and Customer class:
public interface CustomerFactory(){
Customer create();
}
public class Customer(){
private String name;
...
0
votes
1answer
28 views
Maven build issue - Connection to repository refused
I wish to import, change, rebuild, test and push/check-in my changes to the code available in this Github repository
Currently, I do not wish to use any IDE or plug-ins for this purpose.
I installed ...
-1
votes
0answers
24 views
How to use hibernate criteria sorting with where clause with multiple AND or OR
Please provide me with any example of hibernate criteria
I want a criteria that sort a list criteria containing a where clause,multiple AND or OR, . I dont have any reference for this so please ...
1
vote
0answers
15 views
Maven Integration Test Speed
My maven invoker integration tests were fast (1-3 sec), but after adding a validate groovy script they slow down to a minimum of 20 sec each.
Have someone a idea, how to speed up the groovy execution ...
0
votes
0answers
11 views
Dependencies are related to tiles3 but console shows Tiles2 AC is initialized
I removed the dependencies of Tile 2 and added those required for Tile3 but the console still shows it is initializing Tiles2 application context, did I do something wrong ?
INFO: Initializing Tiles2 ...
0
votes
2answers
22 views
Cucumber feature files are not executed using Maven
Hi I have setUp a Java project using Maven in eclipse.
I am facing an issue whenever I am trying to run the script. Its is executed by the not opening the desired website which I am parsing from the ...
0
votes
0answers
12 views
Maven Build Error Failure authenticating with NTLM
When i am trying to build a maven package using mvn package command, it tries to download the dependencies. while downloading this dependenices i get the error NLTM authentication faliure. I have also ...
0
votes
0answers
17 views
JUnit tests should be faster when using Categories
I have 1000+ tests. With maven-surefire-plugin and Junit 4.8 I have configured categories:
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
...
-1
votes
1answer
35 views
log4j:WARN No appenders could be found for logger - Using slf4j-log4j12
It looks like this question has been asked many times. But all the solutions I've tried (mostly be sure that the log4j.properties file is in the correct location and it correctly typed) do not work in ...
0
votes
0answers
8 views
Signing the apk using third party certificate using maven pom.xml
I created a sample android project and was successfully able to create the apk and sign it using the javakeytool.Now I am trying to use the same logic to sign my main projects apk but this time using ...
0
votes
0answers
12 views
OJDBC Driver Maven m2e-wtp Dependency
I am using m2e-wtp inside of eclipse together with weblogic 12c as my server. The JDBC driver (ojdbc6.jar) used for Oracle 11g is already located on the server and sitting in the lib folder. Since ...
0
votes
2answers
36 views
Spring application with external context and resources via maven
Is it possible to build a spring application jar file /w all jar dependencies packaged inside the jar as usual, but resources folder + spring app-context.xml defined outside the jar? If so can anyone ...
0
votes
0answers
12 views
Junit cleanup in separate JVM
Is it possible to run maven or ant in such a way that the @After and @Before tagged methods in a Junit test are run in a separate JVM? Admittedly, since these normally run once per test case,whose ...
0
votes
1answer
18 views
java.lang.NoSuchFieldError: NO_FORMAT when tunning maven surefire junit tests
When trying to run junit tests from maven (maven surefire plugin) I get the following error:
java.lang.NoSuchFieldError: NO_FORMAT
This error seems to come from any call to my log4j logger. So when ...
0
votes
2answers
47 views
Modify pom.xml to include JDK compiler version
I wrote a maven code on netbeans that has approximately more than 2000 lines. When I compile it on netbeans, everything is fine, but if I want to run it on command line, I will get these errors:
...
0
votes
0answers
28 views
Maven and Multiple Goals
I'm attempting to use the Grails Maven plugin to build a war file. There's a known problem with the plugin in that it does not resolve range dependencies, and my project pom file must contain range ...
0
votes
1answer
30 views
Maven run batch from command line, java.lang.NoClassDefFoundError
I have a problem with maven and the execution of a java class call through the command line.
My application uses spring,hibernate and maven.
My little piece of pom.xml is this:
<profile>
...
0
votes
0answers
18 views
Deploy a maven project in Tomcat 6.0.36
I am working in a maven project with tomcat, I did the following steps:
1) I generate the war file with maven
2) I put the file in the "webapps" folder in tomcat.
3) When I start tomcat from the ...