Added comments to the POM
Project: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/commit/ad002b58 Tree: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/tree/ad002b58 Diff: http://git-wip-us.apache.org/repos/asf/incubator-vxquery/diff/ad002b58 Branch: refs/heads/master Commit: ad002b58d293e2dfb7712b9f26d22e3794d56946 Parents: c1871e5 Author: Vinayak Borkar <[email protected]> Authored: Tue Apr 1 12:48:39 2014 -0700 Committer: Vinayak Borkar <[email protected]> Committed: Tue Apr 1 12:48:39 2014 -0700 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-vxquery/blob/ad002b58/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 35109e0..0597245 100644 --- a/pom.xml +++ b/pom.xml @@ -475,13 +475,19 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> + <!-- We override the configuration plugin to override the descriptor to use for building + the source release zip. Specifically, we would like to control the inclusions/exclusions. + For example, we exclude the KEYS file from the zip --> <executions> <execution> + <!-- Use this id to match the id mentioned in the assembly plugin configuration in + the apache parent POM under the apache-release profile --> <id>source-release-assembly</id> <phase>package</phase> <goals> <goal>single</goal> </goals> + <!-- combine.self should be override to replace the configuration in the parent POM --> <configuration combine.self="override"> <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <descriptors>
