Tagged Questions
5
votes
1answer
843 views
m2Eclipse dependencyManagement section doesn't show graph
I don't know if this is a bug or intended functionality, but the POM editor for m2Eclipse has a wonderful graph representation ('Dependency Graph' tab) and tree ('Dependency Heirarchy' tab) if the ...
4
votes
3answers
739 views
Maven failure to find maven-plugins:maven-cobertura-plugin
I try to compile maven web project with
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
...
4
votes
1answer
282 views
IntelliJ - Convert a Java project/module into a Maven project/module
I have a project on Bitbucket. Only the sources are committed. To retrieve the project onto a new machine, I used Version Control > Checkout from Version Control from within IntelliJ.
It then asks ...
4
votes
2answers
1k views
Is there a Java Class that generates a POM.xml file?
In my job project I have recently been asked to generate POM files via a java class. The problem is that I am very, very new to Maven (like since last December).
What I need is a somehow code that ...
3
votes
2answers
1k views
Maven 2 <resources> inheritance (parent -> child project)
(also posted on maven-users)
Wondering if anyone can shed some light on inheritance of the elements in pom.xml as relates to resource processing and the WAR plugin.
The documentation for the pom ...
2
votes
1answer
237 views
why Buildr fails?
I've got this in my pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
2
votes
3answers
115 views
Maven does not see some text files I'm using within my unit tests
I'm getting my feet wet with maven, but it's a steep learning curve. I'm trying to load plain text files from within a unit test. The tests passed, now I've converted the project to a maven project, ...
2
votes
1answer
133 views
trying to override dependency of Apache Tika 0.9 from PDFBOX 1.4.0 to PDFBOX 1.6.0
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-parsers</artifactId>
...
2
votes
1answer
246 views
Look up hostname from Maven
I'm looking for a way to look up hostname and set it as a property in Maven.
This does not work in all environments:
...
<properties>
<hostname>${env.HOSTNAME}</hostname>
...
2
votes
1answer
145 views
Running a maven plugin only in the parent
I've created a maven plugin to start, clean and stop a database. My project exists of a pom file with 4 modules:
<modules>
<module>infrastructure</module>
...
1
vote
2answers
29 views
How can I run unit tests with different versions of a library w/o changing it manually?
Unit test is in Java, using Maven to build & run. I can use either local jars "outside" Maven or local Maven repository.
However, I'd like to figure out a way to do this automatically somehow, ...
1
vote
2answers
75 views
Maven - Unresolved references to [javax.activation, javax.annotation]
I'm developing web application with OSGI. I have a maven configuration error which I cannot find. This is the complete source code:
http://uploading.com/files/8e5c9888/SH_27_test.zip/
This is the POM ...
1
vote
1answer
45 views
Customized context.xml per environment using maven
I have two context.xml files in my Java web project:
context.xml.development
context.xml.production
and I use maven war plugin to build it.
When I build the project, I'd like maven to copy the ...
1
vote
1answer
131 views
The POM for com.google.code.morphia:morphia:jar:1.00-SNAPSHOT is missing, no dependency information available
The POM for com.google.code.morphia:morphia:jar:1.00-SNAPSHOT is missing, no dependency information available
<scm>
...
1
vote
1answer
845 views
Getting error: Plugin execution not covered by lifecycle configuration with GWT
i'm using STS and i imported a GWT project from another machine. the project uses m2eclipse. i'm getting these two errors when building the project.
Plugin execution not covered by lifecycle ...
1
vote
2answers
342 views
Couldn't run build using Maven because of an error in pom.xml
I am trying to build a new Maven project in Eclipse.
In my pom.xml, I got an error which says
Multiple annotations found at this line:
- Missing artifact ...
1
vote
1answer
61 views
How can I create an executable jar without dependencies using Maven?
I want to package it not in a single executable jar for distribution. I need an executable to be something like main.jar and all dependencies to be in lis/XXX.jar
How can I make maven executable jar ...
1
vote
1answer
45 views
How to configure Maven project to not expect resources directory in Eclipse
I do not have any resources for my Maven project so I want to stop Maven expecting these directories and so remove these Java Build Path Problems in Eclipse,
Project 'XXX' is missing required source ...
1
vote
0answers
122 views
Maven: Profile activation depending on localRepository property?
in Maven I want to execute a build only if the artifact has not yet been installed to the repository. My idea is to use a profile which is inactive by default, but will be activated if the artifact is ...
1
vote
4answers
173 views
Who is responsible for updating the Maven repository for App Engine and can anyone else do it?
I have this declaration in my pom.xml:
<repositories>
<repository>
<id>jboss-repo</id>
<name>jboss repository</name>
...
1
vote
0answers
56 views
Update pom in nexus repository
I have updated to my 3rd party repo an artifact with an invalid pom (missing modelVersion tag).
How can I (without re-uploading the artifact) update my POM ?
Is it possible to directly edit it on ...
1
vote
2answers
322 views
Eclipse 3.7, m2eclipse & losing artifacts after changing pom.xml
I have a bit of a problem with Eclipse and Maven for a few months. After changing the pom.xml, Eclipse is losing all artifacts and getting this exception in my Maven console:
Missing artifact ...
1
vote
2answers
662 views
maven generating pom file
I use maven 3.0.3 and have tried to generate pom for third-party jar like this:
mvn install:install-file -Dfile=cobra.jar -DgroupId=com.cobra
-DartifactId=cobra -Dversion=0.98.4 -Dpackaging=jar ...
1
vote
3answers
119 views
Instruct Maven to use Ivy's generated classpath
We are adding new code to an existing project that uses a custom build system developed with Ant and Ivy for dependency management.
Our new team is used to Maven and its features like testing ...
1
vote
1answer
60 views
Can i add Aspect J jar into a Maven project through pom.xml?
i was wondering whether i can add Aspect J to a Maven project because there doesn't seem to be a public repository for it to be added to pom.xml.
<dependency>
...
1
vote
1answer
105 views
How can I view transitive dependencies of a Maven pom.xml file?
Is there a CLI tool I can use to quickly view the transitive dependencies of a Maven pom.xml file?
1
vote
1answer
410 views
Eclipse | Maven newby question
I'm trying to import a maven project into Eclipse.
I'm using Helios. I've downloaded m2eclipse. I've imported the project.
But I'am having so much troubles to compile the project.
The full project ...
1
vote
1answer
740 views
How to use a maven 1 repository with maven 2?
I am having problem building my project (using maven 2) which references some jars from a maven 1 repository.
The scenario: My company has a private maven 1 repository that has the following info:
...
1
vote
3answers
8k views
Hudson build fail: Non-resolvable parent POM
I used to work with Hudson on my project, and lately I had to move it to a new server.
I configured it the exact same way it use to be (for all I can tell) but when I try to launch a build, it fails ...
1
vote
2answers
160 views
How to activate a pom.xml iff the os is not of a given family (eg. mac)?
From Maven's website:
...
<profiles>
<profile>
<id>default-tools.jar</id>
<activation>
<property>
...
1
vote
2answers
294 views
Generating new sources via Maven plugin after compile phase
I have a Maven project within which I need execute two code generation steps. One generates some Java types, then the second depends on those Java types to generate some more code. Is there a way to ...
1
vote
2answers
429 views
Programmatically generating pom.xml
I am creating a new maven project from an eclipse plugin.
As it seems to me a bad idea to hardcode pom.xml to my plugin. Is there any way to generate this programmatically such that the plugin will be ...
1
vote
2answers
2k views
Change properties in pom.xml at runtime with Maven Ant Tasks. Is it Possible?
I have the following use case:
My application is started with an Ant Script, which asks the user several questions about the project configuration (database settings etc.). These settings are stored ...
1
vote
3answers
609 views
XSLT Document function returns empty result on Maven POM
Greetings!
I want to extract some properties from different Maven POMs in a XSLT via the document function. The script itself works fine but the document function returns an empty result for the POM ...
0
votes
2answers
31 views
Include other folders besides WEB-INF/classes in Maven Jar file?
My pom.xml looks like this (note I'm building a JAR as well as a WAR):
...
<packaging>war</packaging>
...
<plugin>
...
0
votes
0answers
16 views
how to get pom.xml content in jenkins
I want to parse artifact names and their versions in jenkins according to parsing I need to trigger other builds before the current project as pre-build. How can I do this in jenkins, I couldn't find ...
0
votes
1answer
28 views
Maven pom.xml autocomplete not working in Eclipse
I can't seem to get Eclipse to autocomplete anything in my pom.xml file in a Maven project. I haven't created a Maven project in some time but I remember adding a junit dependency and having Eclipse ...
0
votes
1answer
20 views
Selenium still shows 2.16 but pom.xml has 2.19
I'm really stuck on this one:
I'm using Maven/Eclipse and have updated my pom.xml to use Selenium 2.19 for the server
but whenever I launch Firefox or IE via maven (mvn verify) from command line or ...
0
votes
1answer
34 views
Java: Where does Maven store system properties set in the pom.xml within a compiled jar?
The title says it all really.
We've specified a bunch of system properties in our maven compiler plugin definition within pom.xml:
<build>
<plugins>
<plugin>
...
0
votes
1answer
28 views
The artifact poi:poi-2.5-final:jar:20040302 has been relocated to poi:poi:jar:2.5-final-20040302
Problem:
Upon doing a mvn clean install of my web app I get only this warning:
[WARNING] The artifact poi:poi-2.5-final:jar:20040302 has been relocated to poi:
poi:jar:2.5-final-20040302
Inside my ...
0
votes
1answer
33 views
Maven not installing dependcies
i am new to maven so this could be something basic but i cant seem to get to the bottom of it.
I am running m2eclipse. I have a simple project that is trying to use the classes in the maven package ...
0
votes
3answers
103 views
Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1
I have created simple project from maven-achetype-quickstart under Eclipse Indigo, then I went to pom.xml gui editor and in dependencies tab added dependency log4j by search in appropriate dialog. Now ...
0
votes
1answer
28 views
Maven pom.xml (disable optimization portion of build)
Currently my pom.xml causes the js files to be minimized. I'd like to be able to create a developer build where the js files are not minimized in order to more easily debug the js.
If I were to do ...
0
votes
1answer
39 views
Should I write repositories in my pom.xml?
I am new to Maven. If I start new project with Maven, should I know any repository URLs for it to work?
For example, this Hibernate tutorial ...
0
votes
1answer
76 views
Maven with m2e Eclipse plugin - push jars to repo
I want to migrate to Maven, but I've got a few jars without any POM that I want to use. When somebody else downloads the project he shouldn't need to fidget around with any maven commandline install ...
0
votes
2answers
63 views
maven resources plugin flat copy of resources
Given a folder 'database' containing JAR-connectors for different RDBMS. Each JAR is located in its own folder:
+---database
+---db2
+---db2.jar
+---derby
+---derby.jar
...
0
votes
1answer
81 views
how to escape '&' in maven pom property values
I need to set a URL via a maven property (to be replaced per profile). The problem is that this URL contains some & and maven doesn't like this (if URL contains &_program):
"The reference ...
0
votes
0answers
16 views
does Mungbean support maven? also how to add Mungbean repository address for jars in pom?
I am developing one maven project, is mungbean supports maven? and also how to add mungbean repository address for jars in project's pom?
0
votes
3answers
49 views
Two Separate JARs with Maven
I want to use Maven to create two separate jars for my project.
One that will include everything under the **/client package and one that will include everything under the **/server package. The ...
0
votes
2answers
61 views
maven copy multiple files from different resource folders to a single tagert folder
Suppose
file1.txt, file2.txt under src/main/resource/folder1/folder2/
and file3.txt under src/main/resource/folder2/
I want all txt files under target/testFolder/
Can anyone tell me how to do ...