Tagged Questions
5
votes
1answer
797 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
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 ...
4
votes
4answers
4k views
how to add the servlet api to my pom.xml
How do I add the servlets API to my project's pom.xml
mvnrepository.com has lots of servlet api and similarly named projects, that I don't know which is the right one. Or are all of them ok?
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
3answers
128 views
pimp up a plain jar to be a maven jar with internal pom.xml for Artifactory
I need to use a xyz.jar wich was generated with ant. Hence, the transitive dependencies are missing. So I had the idea, to modify the xyz.jar to add the internal ...
3
votes
4answers
226 views
Best way to share portions of a Maven pom.xml across unrelated projects?
Our company has defined a number of "best practices" with regard to Maven poms. For example, specifying utf-8 for resource processing, which folders to do filtering on, handling unit tests vs ...
3
votes
2answers
3k views
Is there anyway to exclude artifacts inherited from a parent POM?
Artifacts from dependencies can be excluded by declaring an <exclusions> element inside a <dependency> But in this case it's needed to exclude an artifact inherited from a parent project. ...
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
339 views
Reading properties file from Maven POM file
I have Maven POM file with some configuration and in section plugins i have maven tomcat plugin with some configuration like this:
<configuration>
...
2
votes
2answers
815 views
How to generate Java source from WSDL in Pom.xml?
I have a pom file which is generating source from WSDL files which is design something like this.
<executions>
<execution>
<id>Id1</id>
...
1
vote
2answers
45 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
17 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
2answers
98 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
51 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
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
1answer
366 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
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
1answer
380 views
How to use pom.xml/Maven to initialize a local thoughtsite (App Engine sample) project in Eclipse?
This sample app ("thoughtsite") for App Engine contains a pom.xml in its trunk:
http://code.google.com/p/thoughtsite/source/browse/#svn/trunk
But I don't know what command to run in Maven to set up ...
0
votes
3answers
17 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
39 views
Deprecated code when using avro-maven-plugin version 1.6.1
I'm running a java code using Apache Avro. Some code gets deprecated in the java file and I'm not sure why.
I'm using Maven to run my Java program.
This is the java file
public class ...
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
1answer
65 views
Sonar Plugin not compiling after package structure change
I am writing a Sonar GWT Plugin and since a change in the package structure the plugin no longer compiles. I changed the structure from
jku.se.drilldown.ui.client
to
jku.se.drilldown.client.ui
...
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
1answer
47 views
Where do you upload your pom.xml file to?
Do you upload it to a version control system (e.g. SVN) or a repository manager (e.g. Archiva)?
0
votes
1answer
160 views
Maven Update Project Configuration issue
Whenever I perform a Maven Update Project Configuration, I loose ay of the projects I have listed in eclipse under the Java Build Path/Projects. Is there a plugin or something that I need to add to ...
0
votes
1answer
79 views
Manifest file for maven test phase
I have configured manifest.mf file to add custome attributes as mentioned here:
http://twit88.com/blog/2008/02/20/maven-adding-custom-attributes-and-build-timestamp-to-manifest/.
The problem i face ...
0
votes
0answers
124 views
How to install and deploy zip as a maven artifact to the right repository?
I am having this maven build issue, please help take a look and provide some pointers, any pointers, thanks!!
The final artifects include one zip and one jar, but unfortunately I only got the jar ...
0
votes
2answers
255 views
Adding custom string in java manifest 'Classpath' via maven pom.xml
I am creating a manifest file for my java jar via following pom.xml directives:
<build>
<plugins>
<plugin>
...
0
votes
2answers
230 views
error in pom.xml
I am getting an error as below:
For dependency Dependency
{groupId=weblogic,
artifactId=webservices, version=9.2,
type=jar}: system- scoped dependency
must specify an absolute path system
...
0
votes
1answer
175 views
What's wrong with the commons-fileupload dependency?
I'm trying to use commons-fileupload module by including its dependency in pom.xml. Packaging has no problem, however, when starting the web-app, it causes the "NoClassDefFound" error:
...
0
votes
2answers
74 views
Maven project. Two POMs, one for dev, one for publishing
I am working on a library that uses Maven. The current pom.xml file has a lot of stuff related to tests, reports, etc.
I now want to publish a release of this library to a private Maven repository. I ...
0
votes
1answer
307 views
compilation error when referring to a library using maven
I am newbie to maven and i am having some trouble building my project.
i have added the log4j dependency to the pom file
<dependency>
<groupId>log4j</groupId>
...
0
votes
1answer
320 views
eclipse-maven project - NoClassDefFoundError running from eclipse but runs fine from command line
I am having issues runtime-resolving a jar file.
I used maven install:install and imported the jar file into my local maven repository.
Then included this jar file in my pom.xml.
...
0
votes
1answer
943 views
How to make maven site build the correct links to the project modules
I have a maven multimodule project when I try to build the site, it creates the links in the main page with the module name, but the href points to http://maven.apache.com
How do I make either mvn ...
0
votes
1answer
278 views
Resin's `pomegranate' - auto-magical-loading maven jar dependencies for a project - but how to generate jars with pom.xml for them?
Resin java server has a neat feature they call pomegranate ( http://www.caucho.com/projects/pomegranate/ ) which allows to just put various jar dependencies in server's directory (project-jars/) and ...
0
votes
3answers
3k views
“Cannot get the revision information from the scm repository”
I get maven error :
"Cannot get the revision information from the scm repository"
Any idea how to solve this ?
Thanks.