Tagged Questions
5
votes
1answer
802 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
435 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
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
1answer
197 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 ...
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
184 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
100 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
125 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
206 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
127 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
46 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
18 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
101 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
52 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
34 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
112 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
157 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
49 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
306 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
527 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
1answer
55 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
93 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
367 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
637 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
7k 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
151 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
268 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
389 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
579 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
0answers
12 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
18 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
20 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
24 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
53 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
48 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
68 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
12 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
47 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
1answer
521 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 ...
0
votes
2answers
50 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 ...
0
votes
1answer
36 views
Maven POM version management for multiple maven projects
In our projects, we have about 25 maven projects and each one of them contains at least 3 module projects and one parent POM. So total is around (25 *4) 100 POM files. Is there any easy way to ...
0
votes
2answers
235 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 ...
0
votes
0answers
99 views
Maven error saying repository not specified — wagon plugin
I am just trying to copy files from one location to another using scp
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy
(default-deploy) on project ...
0
votes
1answer
170 views
Maven artifacts could not be resolved
I added the spring and jboss repositories to my pom.xml like below:
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
0
votes
2answers
54 views
Define maven profiles outside POM
Is there a way to define my maven profiles outside POM file but not in .m2/settings.xml?
I want to define them in a separate xml file inside the application (way to work efficiently with maven 2 and ...
0
votes
1answer
25 views
maven to create project installation folder
I am trying to create release installation folder that will get all war's/jar's of my project
Is it possible to run maven on none Jave project directory (the project installation Dir) and instruct it ...
0
votes
2answers
262 views
Where do CSS and JavaScript files go in a Maven web app project?
I am switching to use Maven for my Spring web app projects and I am running into a simple issue. I am not sure where to put the CSS and JS files in the new project structure.
Traditional Web App ...
0
votes
0answers
44 views
Importing Maven project into Eclipse using java code
I need to find a way to import an Maven project using java code.
Reason is
I am working on an eclipse plugin which requires me to checkout a Maven project,perform some processing on some of the files ...
0
votes
0answers
90 views
YUI Compressor with Maven Not Working
I am using YUI COMPRESSOR w/ Maven by modifying my project's existing pom.xml file. When trying to build, I get the following error:
BUILD ERROR: Error building POM (may not be this project's POM). ...