You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/06/24 22:09:10 UTC

[2/3] bahir git commit: [BAHIR-17] Disable javadoc generation

[BAHIR-17] Disable javadoc generation


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

Branch: refs/heads/master
Commit: 5937073740d2f7389f085ff2cf43c44393bf39bf
Parents: 9110e56
Author: Luciano Resende <lr...@apache.org>
Authored: Sat Jun 18 14:13:52 2016 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Jun 18 14:23:36 2016 -0700

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/59370737/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07824ad..670d897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -672,6 +672,9 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.10.3</version>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>