Do not use this tag for the use of specific Maven plugins.
Using the Maven javadoc plugin you can exclude certain packages - but I have lots of packages and only a …
java maven-2 javadoc maven-pluginIs it possible to in some way tell the maven deploy:file goal to deploy to two independent artifactories based …
maven maven-plugin maven-deploy-pluginI create my application archive with the maven assembly plugin. All the dependency present in my pom are included without …
java maven-2 maven-plugin maven-assembly-pluginMaybe this is going to be a larger task than I had originally thought, but regardless, I'm trying to load …
java maven maven-plugin aetherWhat is the best way to create a java application that can be run using ‘service’ on Linux? I was …
java linux maven-2 maven-plugin daemonI am facing issue in setting java compiler version for the parent-child pom files. I added maven-compiler-plugin in child pom …
java eclipse maven maven-plugin maven-compiler-pluginI am building my apps with Maven-3 and i guess after auto-refresh of maven-surefire-plugin to 3.0.0-M1 i am not able …
java maven maven-2 maven-3 maven-pluginIn my plugin I need to process the dependency hierarchy and get information (groupId, artifactId, version etc) about each dependency …
maven maven-plugin maven-dependency-plugin aetherI want to use testng with the Surefire plug-in of Maven. The idea is to tag some tests with a …
maven-2 maven-plugin testng surefireI am writing some code-gen maven-plugin. I need my project classpath be injected in to my plugin execution classpath. I …
maven-2 maven-plugin