You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2018/09/21 16:30:45 UTC

[6/8] storm git commit: fix typo in top-level pom

fix typo in top-level pom


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/442372eb
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/442372eb
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/442372eb

Branch: refs/heads/master
Commit: 442372eb5b72ffda8171200db7d2c94ea87f28f5
Parents: e736c4b
Author: P. Taylor Goetz <pt...@gmail.com>
Authored: Fri Sep 21 11:41:08 2018 -0400
Committer: P. Taylor Goetz <pt...@gmail.com>
Committed: Fri Sep 21 11:41:08 2018 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/442372eb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e26616f..7d0ccd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
                             <execution>
                                 <id>attach-javadocs</id>
                                 <goals>
-                                    <goal>jar-no-fork</goal>
+                                    <goal>javadoc-no-fork</goal>
                                 </goals>
                             </execution>
                             <execution>