Repository: camel Updated Branches: refs/heads/master 32354c1fb -> d6f3285e9
Lets enable the mvn readme update goal on all the components. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d6f3285e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d6f3285e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d6f3285e Branch: refs/heads/master Commit: d6f3285e9dda53c71668430afaacb4a204f21053 Parents: 32354c1 Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jan 27 14:32:11 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jan 27 14:32:11 2016 +0100 ---------------------------------------------------------------------- components/camel-ahc/pom.xml | 19 ------------------- components/pom.xml | 7 +++++++ 2 files changed, 7 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d6f3285e/components/camel-ahc/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml index 610d727..59fd2f1 100644 --- a/components/camel-ahc/pom.xml +++ b/components/camel-ahc/pom.xml @@ -85,23 +85,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.camel</groupId> - <artifactId>camel-package-maven-plugin</artifactId> - <version>${project.version}</version> - <executions> - <execution> - <id>readme</id> - <goals> - <goal>update-readme</goal> - </goals> - <phase>package</phase> - </execution> - </executions> - </plugin> - </plugins> - </build> - </project> http://git-wip-us.apache.org/repos/asf/camel/blob/d6f3285e/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index bfe6959..291da33 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -277,6 +277,13 @@ </goals> <phase>prepare-package</phase> </execution> + <execution> + <id>readme</id> + <goals> + <goal>update-readme</goal> + </goals> + <phase>package</phase> + </execution> </executions> </plugin> </plugins>