From ef6857afa9778a73a61458d9d1d7c3b4c43784d1 Mon Sep 17 00:00:00 2001 From: rupeshA Date: Mon, 29 Oct 2018 22:13:39 +0530 Subject: [PATCH 1/2] generating javadoc using maven plugin --- .../andhow/AndHowNonProductionUtil.java | 2 +- .../andhow/NonProductionConfig.java | 1 - pom.xml | 41 ++++++++++++------- 3 files changed, 27 insertions(+), 17 deletions(-) diff --git a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java index 87ed5875..8f90be26 100644 --- a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java +++ b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/AndHowNonProductionUtil.java @@ -59,7 +59,7 @@ public static AndHowCore getAndHowCore() { /** * Sets a new {@code AndHowCore} * - * This inserts an entire new state into AndHow. Inserting a {@null} core + * This inserts an entire new state into AndHow. Inserting a {@code null} core * puts AndHow into a reset state that is invalid during production, but * can be useful during testing. In this state, AndHow will allow itself * to be reinitialized, which is not the intended operation during diff --git a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java index ea219608..06123bef 100644 --- a/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java +++ b/andhow-testing/andhow-test-harness/src/main/java/org/yarnandtail/andhow/NonProductionConfig.java @@ -20,7 +20,6 @@ * Typical usage is {@code NonProductionConfig.instance()...} * * @author ericeverman - * @param */ public class NonProductionConfig { diff --git a/pom.xml b/pom.xml index b53c81e0..03537db9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 org.yarnandtail andhow-parent @@ -9,7 +11,7 @@ AndHow is an easy to use configuration framework with strong typing and detailed validation for web apps, command line or any application environment. - + AndHowUser @@ -17,7 +19,7 @@ - + https://sites.google.com/view/andhow/home @@ -121,7 +123,7 @@ - + @@ -166,7 +168,7 @@ [1.8.0,1.9) - + @@ -213,9 +215,21 @@ deploy + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + - + source-and-javadoc-jar @@ -315,13 +329,10 @@ java9AndBeyond - + [1.9,) @@ -334,8 +345,8 @@ --add-modules=jdk.compiler - + true 1.9 1.9 From 201448ec23ee19867cb7a52ea1bab3932740c7f7 Mon Sep 17 00:00:00 2001 From: rupeshA Date: Tue, 30 Oct 2018 09:57:22 +0530 Subject: [PATCH 2/2] reverting the unwanted changes --- pom.xml | 41 +++++++++++++++-------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index 03537db9..b53c81e0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,4 @@ - + 4.0.0 org.yarnandtail andhow-parent @@ -11,7 +9,7 @@ AndHow is an easy to use configuration framework with strong typing and detailed validation for web apps, command line or any application environment. - + AndHowUser @@ -19,7 +17,7 @@ - + https://sites.google.com/view/andhow/home @@ -123,7 +121,7 @@ - + @@ -168,7 +166,7 @@ [1.8.0,1.9) - + @@ -215,21 +213,9 @@ deploy - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - - - - + source-and-javadoc-jar @@ -329,10 +315,13 @@ java9AndBeyond - + [1.9,) @@ -345,8 +334,8 @@ --add-modules=jdk.compiler - + true 1.9 1.9