Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mollik2018-04-04 08:16:50 +0000
committerRalf Mollik2018-04-04 08:16:50 +0000
commit3420fdd6672a1d8d6e92f5d424ac4d04c69fa426 (patch)
treeeca11b30c63aa4da1a33d2962e578b83a703f316
parent8ed3ab8986b63ff5217726d2dc4ea3c1b318b9a8 (diff)
downloadorg.eclipse.osbp.wizard.ui-3420fdd6672a1d8d6e92f5d424ac4d04c69fa426.tar.gz
org.eclipse.osbp.wizard.ui-3420fdd6672a1d8d6e92f5d424ac4d04c69fa426.tar.xz
org.eclipse.osbp.wizard.ui-3420fdd6672a1d8d6e92f5d424ac4d04c69fa426.zip
do not create javadoc for org.eclipse.osbp.wizard.ui.model.foodmart
-rw-r--r--org.eclipse.osbp.wizard.ui.model.foodmart/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.osbp.wizard.ui.model.foodmart/pom.xml b/org.eclipse.osbp.wizard.ui.model.foodmart/pom.xml
index 09c9ee2..0108c9c 100644
--- a/org.eclipse.osbp.wizard.ui.model.foodmart/pom.xml
+++ b/org.eclipse.osbp.wizard.ui.model.foodmart/pom.xml
@@ -45,6 +45,13 @@
</resources>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>

Back to the top