I have a parent POM which defines maven-compiler-plugin definition/configuration under pluginManagement.plugins.plugin.
I have a pom with multiple assembly executions.When I run, e.g. mvn package, it runs all the executions.How can I tell it to only run the foo execution?
edit 2: I found the problem. The quick answer is that the lack of an <id> for my newly configured execution was causing the problem. I\'ll leave the question here in case it helps someone else.
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m currently working with maven-site-plugin using Maven 3. The plugin is generating all the report as expected but due to my project layout (shown below), the main site shown does not show the rep
I have multi module project where one project contains excel spreadsheet and it is being dropped in the target folder when maven build the project. Now when I do a mvn clean install, sometime maven th
In fact I have 2 different problems, but I think they are kind of related: I have an artifact, with an assembly descriptor set which will build an extra JAR (with extra classifier).By default, Maven
This part of the pom.xml <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId>
I\'m trying to setup my installed maven 3.0.3 on Cp1252 encoding. Is it possible to change the encoding WITHOUT editing one of the pom.xml-files? maybe creating a profile for the compiler-plugin in se
1) I created new job of type \"Build a maven2/3 project\". Build on Jenkins fails requiring tools:jar:1.5.0, but this project uses Java SE 6 (that is java 1.6)