Tagged Questions
24
votes
4answers
9k views
Difference of maven jaxb plugins
I have determined that two jaxb plugin for maven2 exist, with some different configurations.
The one is from Sun: http://jaxb.dev.java.net/jaxb-maven2-plugin/ the other from Mojo: ...
4
votes
1answer
943 views
How can i resolve plugin problem in maven:' Unable to load mojo'
I have configured all the dependencies in my pom.xml through maven. when i give the command 'mvn install' I get the following error:
[INFO] Internal error in the plugin manager executing goal ...
4
votes
2answers
618 views
How to use space in arguments for Maven 2 exec plugin
Related Question: Maven Exec Plugin not reading configuration
In my configuration I need an argument which is a file path. I found a rather "dirty" workaround by surrounding the argument with quotes ...
3
votes
1answer
152 views
Maven tries to download ojdbc14.jar again - jar already present in local repository
When I run the command mvn eclipse:eclipse, the dependency jar ojdbc14.jar is getting downloaded without any issues. Then, when I run the command mvn clean install, maven tries to download the same ...
3
votes
0answers
627 views
Maven - Tweaking the phase where to run a plugin declared in the reporting section
I am trying to tweak the phase when a maven plugin execution will run in maven-2.
My specific issue is with attempting to run the cobertura:instrument step bound to the lifecycle phase ...
3
votes
1answer
444 views
maven-dependency-plugin:copy tries to copy classes
I have parent pom and two module poms. In first module I want to copy second module (jar) to some folder. When I compiling project from first module pom - it works, but when I'm trying to compile from ...
2
votes
1answer
32 views
Maven plugin executes multiple times during build
I have a Maven project with multiple overlapping profiles. I want to display the active profiles at the beginning of every build. So I put the following into the pom.xml <build> section:
...
2
votes
3answers
2k views
m2e lifecycle-mapping not found
I am trying to use the solution described here: http://wiki.eclipse.org/M2E_plugin_execution_not_covered to solve the annoying "Plugin execution not covered by lifecycle configuration: ...
2
votes
2answers
411 views
Tomcat-maven-plugin 401 error
i am learning tomcat basics and while i tried to deploy my web-application on tomcat i am getting the following error
[ERROR] Failed to execute goal org.codehaus.mojo:tomcat-maven-plugin:1.1:deploy ...
2
votes
2answers
58 views
Maven plugin development: is there a way to automatically run plugin when it's just declared in pom.xml?
I'm developing a new mojo. It has only one goal so it seems logical not to force a user to add an executions section (if they don't want to change a default phase).
This should be possible because ...
2
votes
1answer
108 views
How to modify default properties in Maven extension
I want to write a maven plugin (extension) which implements lifecycles for javascript projects so projects with a pom.xml like this can be compiled:
<?xml version="1.0" encoding="UTF-8"?>
...
2
votes
1answer
101 views
Replace Maven Site Plugin with GWT Compile Plugin
I have successfully set up a few projects which use Maven to automatically deploy the Maven-generated site to the gh-pages branch of their git repository. GitHub then serves these files at a public ...
2
votes
0answers
1k views
Maven: How to get all transitive dependencies programatically in a MOJO [closed]
Possible Duplicate:
How to get access to Maven’s dependency hierarchy within a plugin.
The dependency:tree plugin:goal has an option 'verbose' which displays all conflicts & ...
1
vote
1answer
23 views
Maven plugin artifact filter unimportant dependencies
I'm developing a Maven plugin and using the MavenProject object to access my dependencies with project.getDependencyArtifacts(), but this gives my all jar, even the test only jars.
Is there some ...
1
vote
1answer
36 views
Maven Implementation
Hi I am implementing on of my ant project into maven.
I have one parent project which is creating a EAR file.
one web project and 1 service and 1 schema project.
I have shared libraries with .EAR ...
1
vote
2answers
30 views
Maven Cobertura plugin won't read parameters
When calling the Maven goal
cobertura:clean -DforceMojoExecution=true -X
from within Eclipse on my project, the forceMojoExecution won't be applied.
The debug log contains the following line:
...
1
vote
2answers
37 views
Add source files to my jar using Maven
I wanted to know the right way I should act.
I have a project which I have compiled into a jar file using maven plugins.
Now, I need to add javadoc , source code , of my project and my tests.
How ...
1
vote
3answers
152 views
Newbie: maven archetype:generate
I haven't used maven before, now I start to learn what maven is and how to use it.
I am now following the maven.apache.org tutorial here to start my maven study.
In the section "How do I make my ...
1
vote
1answer
292 views
Maven “could not resolve dependencies” and “failed to read artifact descriptor” error
I am using Maven2 eclipse plugin to download dependencies for my project. Although if I compare my repository folder with that of other members in my team using the same Maven repositories and ...
1
vote
4answers
97 views
What's the difference between mvn:deploy and mvn:install commands?
I think there should be some differnce, but anyone can tell me the details?
1
vote
1answer
79 views
Adding a bootstrap classpath when testing with Maven
My library requires me to bootstrap the JVM in order to run it. In case you do not know, if you pass a jar to the JVM with the -bootstrap option, you can override (substitute) any Java library ...
1
vote
2answers
465 views
Could not calculate build plan :artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.4.3 is not available in the local repository
i have a spring maven 2 project
i built it in terminal and everything is ok, i got build success
but when trying to import it to eclipse
i got this error:
Could not calculate build plan: The ...
1
vote
1answer
103 views
SVN Backed Maven Repo
We are using SVN as a Maven Repositary. We knew that it isn't advisable to have SVN backed maven repository, but still we have to go with it due to limitation within our organization. SVN backed ...
1
vote
2answers
103 views
Maven: copying directories using exec plugin
I'm using Maven 3.0.3. I'm having trouble using the Maven exec plugin to copy the contents of one directory to another. Sadly, when I include this plugin in my pom.xml …
<plugin>
...
1
vote
1answer
58 views
Specify a xml catalog file to the maven 2 axis plugin
When I use the maven axis plugin to generate java code from a given wsdl file, it tries to reach out to the internet to resolve soap, wsdl etc schemas. Is there a way to specify the xml catalog file ...
1
vote
1answer
455 views
Jenkins slave throws “Classloading from system classloader disabled” exception
When running a Maven2 job on a slave instance (Master on AIX 5.3; slave on Windows 2008(R2)), I get the following message (complete stack trace pasted in below): "java.lang.ClassNotFoundException: ...
1
vote
1answer
510 views
Create a GWT Maven Project
I'm trying to create a new project with Eclipse in order to create GWT application under maven 2 system.
I have create the project with the follow mvn command
mvn archetype:generate ...
1
vote
1answer
126 views
Maven plugin configuration in the multi module project
I'm working on the multi module project. I want to run my plugin after build for one of the modules. This mojo should be only run directly from CLI and can not be attached to the phase as on some ...
1
vote
1answer
76 views
Maven changing the maven repository from {user}/.m2/repository to projectfolder using pom.xml
I am just wondering is it possible to change the repository from m2 to my project folder using pom.xml setting?
Or is there another self contained way to do it, except using settings.xml from maven??
...
1
vote
2answers
290 views
how to avoid UTF-8 encoding for binary with maven-resources-plugin?
I'm using the maven-resources-plugin to copy some resources from my project but one of my resources is a binary file. The output says it is Using 'UTF-8' encoding to copy filtered resources which I my ...
1
vote
3answers
477 views
Maven child modules not being built
I have a relativey simple multi module maven buid with a parent pom. This includes the 2 child modules as follows:
<modules>
<module>WebApp</module>
...
1
vote
1answer
563 views
How to override configuration of maven-compiler-plugin. (build directory, I want to change by using profile)
I want to ignore some build errors at a specific directory by using maven's profile. I tried to do like below but it did not work. Any help will be appreciated?
...
1
vote
1answer
78 views
Should Maven multiple module projects have a src directory in the parent?
The Maven Checkstyle Plugin - Multimodule Configuration Guide has a src directory in the parent project.
I have no idea what would go in here since I thought any src directories would go in the ...
1
vote
1answer
296 views
How to recursively resolve dependencies in a Maven 2 plugin
I'm writing a Maven 2 plugin which must iterate over all project dependencies and recursively over all dependencies of these dependencies. Up to now I only managed to resolve the direct dependencies ...
1
vote
2answers
195 views
findbugs-maven-plugin throws OutOfMemoryError
findbugs-maven-plugin throws OutOfMemoryError, how to fix this
java.lang.OutOfMemoryError: Java heap space
at org.apache.bcel.classfile.Constant.readConstant(Constant.java:14
2)
at ...
1
vote
1answer
118 views
What is the best way Mavenizing Ivy managed dependencies for an existing project
HI need some help or advice on converting or migrating an existing Ivy managed dependencies project to a Maven.
is there any good document or plugin? I am using eclipse.
Thanks
1
vote
2answers
658 views
Maven systemPath is not added to runtime classpath
I need to add JDK's tools.jar as a project dependency.
Setting it as a normal dependency is not working, because when installing it to the Maven repository, it adds a version number to the jar file. ...
1
vote
0answers
161 views
How to attach an artifact with assembly-plugin during custom lifecycle
i'm trying to create a plugin with a custom lifecycle :
/**
* @goal my-goal
* @execute lifecycle="my-custom-lifecycle" phase="attach-foo"
*/
public class MyMojo extends AbstractMojo {
...
with ...
1
vote
2answers
311 views
Resolving maven dependencies
Inovking maven2 goal "mvn dependency:list" on an artifact pom causes to download the whole dependent artifact packages. i think only those pom files are necessary for resolving dependencies. Aren't ...
1
vote
1answer
121 views
How do I get my custom Maven Reporting Plugin to appear under the Project Reports in the generated site?
I have written a new maven reporting plugin and it executes when the site is generated and produces and output html file.
How do i get the Project Reports section of the site to contain a link to it?
...
1
vote
3answers
2k views
Configuring hibernate.reveng.xml to detect a sequence PK generator with hibernate3-maven-plugin and Postgre
is there a way to configure hibernate3-maven-plugin so that a sequence generator is detected for a primary-key? I'm using a bottom-up approach for hibernate configuration (which means letting ...
1
vote
2answers
293 views
Maven: Cannot get the help goals working (clean:help, compiler:help, etc)
I am new in Maven. Do you know what I am doing wrong (see below)?
mvn -e clean:help.
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] Searching repository for plugin ...
1
vote
3answers
2k views
How to download complete maven remote repository to Local repository
Is there any to get the entire remote repository , say from http://repo1.maven.org/maven2/ , to my local repository (to %USERPROFILE%)?
Thanks in advance for the help.
Srinivas N
1
vote
1answer
122 views
How do i provide site resources in the parent for all children modules to use?
In my parent project I have a site.xml (referencing a logo) and some resources:
src/site/resources/images/logo.gif
src/site/resources/css/our.css
How do I make them available to all the children? ...
0
votes
1answer
29 views
Maven Script for include files in in jars
How do i include config folder in jar file.
let say i have one services project
services/src/config/adp/flt/get.flt
there is one flt file in config folder.
So i want to include that folder in ...
0
votes
1answer
45 views
Proguard error when try to run with maven
Someone have a "proguard-maven-plugin" standar maven configuration that can I use for a Enterprise Java Application?, and someone knows what of the 4 pom.xml I need to add the configuration?, I spend ...
0
votes
0answers
54 views
Proguard configuration on a Enterprise Java Application
I'm trying to use proguard in a Maven project this is a obfuscate plugin, when I run it I have an error:
Failed to execute goal com.pyx4me:proguard-maven-plugin:2.0.4:proguard (default) on project ...
0
votes
1answer
18 views
Maven pom configuration to see the errors on netbeans console
I have some problem when I try to run maven on netbeans the netbeans-console write:
Failed to execute goal XXXXXX on project MavenEnterpriseApp-ear: XXX failed (result=1) -> [Help 1]
My question is, ...
0
votes
1answer
63 views
Maven 2 - AbstractStringBasedModelInterpolator
I'm trying to avaluate model properties so I have used the following lines:
Map context = Collections.singletonMap("basedir", "myBasedir");
Model model = new Model();
Model out = new ...
0
votes
0answers
51 views
Maven 2 - what is the replacement for @requiresDependencyCollection
Since Maven 3 we can use @requiresDependencyCollection in order to get information about the dependencies (this annotation will not resolve the files for the dependencies).
Is there any way I can get ...