[java-sig-commits] [javapackages] Add build conditionals to TODO

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Sep 3 17:56:14 UTC 2013


commit e40097491ae8582321e10ed080dc528855bef383
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Sep 3 19:55:54 2013 +0200

    Add build conditionals to TODO

 TODO |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/TODO b/TODO
index 0fc0656..febc027 100644
--- a/TODO
+++ b/TODO
@@ -57,3 +57,15 @@
    build-classpath xpp3 org.apache.maven:maven-artifact:2.0.7
 
    /usr/share/java/xpp3.jar:/usr/share/java/maven/maven-artifact-2.0.7.jar
+
+** build conditionals
+
+   --without javadoc
+
+   skip javadoc generation and installation to speedup build process,
+   sometimes more than two times;  generate empty .mfiles-javadoc
+
+   --without tests
+
+   skip running tests; useful to quickly test if package just builds
+   or to debug %files section etc.


More information about the java-sig-commits mailing list