maven-plugin
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:[详细]
2023-02-20 00:55 分类:问答Customizing Maven Reporting Plugins for a Confluence Wiki
I\'ve developed a Maven reporting plugin for internal use at our company.It\'s designed to work in standalone mode so that it can be run against a given project without having to be configured in the[详细]
2023-02-19 05:35 分类:问答Resolve maven plugin issue: ' 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:[详细]
2023-02-18 23:14 分类:问答How to get all Maven plugins & their versions for a specific phase?
Do you know of a way to list all Maven plugins (with their 开发者_高级运维versions) that are going to be executed for a particular phase? This should include all plugins set in all parents of the curr[详细]
2023-02-18 16:15 分类:问答mvn dependency plugin requires jars to be installed?
When running mvn dependency:copy-dependencies in a multi-module project it seems that mvn expects the jars to be already installed in .m2/repo. Maybe I\'m missing something but I can\'t figure out the[详细]
2023-02-17 15:16 分类:问答Where to find a real-life example of a Maven plugin for maven-plugin-api 3.0?
Where can I find a complete example of开发者_高级运维 a Maven plugin written for maven-plugin-api 3.0? Preferably with unit and integration tests.You can have a look at the maven-site-plugin for maven[详细]
2023-02-17 10:01 分类:问答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 process-test-[详细]
2023-02-16 12:15 分类:问答Unable to create successfully a project using GWT-maven-plugin with gwt 2.2
I\'m following the documentation of gwt-maven-plugin along with the one on the Google Web Toolkit Blog to have a GWT project mavenized but without success.[详细]
2023-02-16 06:22 分类:问答Ignoring report generation for specific classes in cobertura maven plugin
I\'ve been using Cobertura plugin for report generation and instrumentation (with surefire). Here is the issue I am facing:[详细]
2023-02-15 18:32 分类:问答Maven Perforce plugin suddenly requires a password?
In my pom.xml I have: <scm> <connection>scm:perforce://path_to_my_开发者_开发百科repository</connection>[详细]
2023-02-15 10:56 分类:问答
加载中,请稍侯......