From e7bedc1c4c8f08f0b05af2791223589a4a19507d Mon Sep 17 00:00:00 2001 From: Christian Kleinboelting Date: Mon, 2 Jul 2018 14:44:50 +0200 Subject: [PATCH] Replace defaultClassifier in application.properties with expected.classifiers and fix typo in readme --- readme.md | 2 +- src/main/resources/application.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 179b674..55e92b5 100644 --- a/readme.md +++ b/readme.md @@ -89,7 +89,7 @@ Due to the nature of snapshots, the actual artifact will change frequently and t #### Expected Classifiers -Given the nature of a simple maven repository there is no easy way to list all available classifiers. The ApiDoc server therefore must know which documentation classifiers it will test whether they are available on the repository. ou can change the default documentation classifier by setting the property `expected.classifiers`. Default values are: `javadoc`, `groovydoc`, `scaladoc` +Given the nature of a simple maven repository there is no easy way to list all available classifiers. The ApiDoc server therefore must know which documentation classifiers it will test whether they are available on the repository. You can change the default documentation classifier by setting the property `expected.classifiers`. Default values are: `javadoc`, `groovydoc`, `scaladoc` #### Naming diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3dcd282..c45d4bf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,8 +1,8 @@ # name (default: ApiDoc Server) # name= -# classifier to be used if no classifier is specified within request (default: javadoc) -# default.classifier= +# classifiers which will be test whether they are available on the repository. Default values are: javadoc, groovydoc, scaladoc +# expected.classifiers= # configure a path for storing apidoc jars, if not set a temp directory is used # localstorage=