Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Replace defaultClassifier in application.properties with expected.cla…
Browse files Browse the repository at this point in the history
…ssifiers and fix typo in readme
  • Loading branch information
Christian Kleinboelting authored and aconstantin committed Jul 2, 2018
1 parent ac1e407 commit e7bedc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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=
Expand Down

0 comments on commit e7bedc1

Please sign in to comment.