Repository: beam Updated Branches: refs/heads/master 9ac1ffcea -> 61f179d74
[BEAM-1717] maven-javadoc-plugin execution id should match the id in apache parent. Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/be0b239c Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/be0b239c Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/be0b239c Branch: refs/heads/master Commit: be0b239c450f85430f74119aa2e629cc05e9fd86 Parents: 9ac1ffc Author: Amit Sela <[email protected]> Authored: Thu Mar 23 16:13:00 2017 +0200 Committer: Davor Bonaci <[email protected]> Committed: Thu Mar 23 09:27:34 2017 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/be0b239c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a4b1090..bf1d4f0 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <executions> <execution> - <id>javadoc</id> + <id>attach-javadocs</id> <phase>package</phase> <goals> <goal>jar</goal>
