|
100 | 100 | <!-- All settings -->
|
101 | 101 | <java classname="org.neo4j.doc.ConfigDocsTool"
|
102 | 102 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
103 |
| - <arg value="--id=settings-reference-all-settings" /> |
104 |
| - <arg value="--id-prefix=config_" /> |
105 |
| - <arg value="--title=All settings" /> |
106 |
| - <arg value="--deprecated=true" /> |
107 |
| - <arg file="${project.build.directory}/docs/ops/all-settings.adoc" /> |
| 103 | + <arg value="--id=settings-reference-all-settings"/> |
| 104 | + <arg value="--id-prefix=config_"/> |
| 105 | + <arg value="--title=All settings"/> |
| 106 | + <arg value="--deprecated=true"/> |
| 107 | + <arg file="${project.build.directory}/docs/ops/all-settings.adoc"/> |
108 | 108 | </java>
|
109 | 109 |
|
110 | 110 | <!-- All internal settings -->
|
111 | 111 | <java classname="org.neo4j.doc.ConfigDocsTool"
|
112 | 112 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
113 |
| - <arg value="--id=settings-reference-internal-settings" /> |
114 |
| - <arg value="--id-prefix=internal_" /> |
115 |
| - <arg value="--title=Internal settings" /> |
116 |
| - <arg value="--deprecated=true" /> |
117 |
| - <arg value="--unsupported" /> |
118 |
| - <arg value="--internal=true" /> |
119 |
| - <arg file="${project.build.directory}/docs/ops/internal-settings.adoc" /> |
| 113 | + <arg value="--id=settings-reference-internal-settings"/> |
| 114 | + <arg value="--id-prefix=internal_"/> |
| 115 | + <arg value="--title=Internal settings"/> |
| 116 | + <arg value="--deprecated=true"/> |
| 117 | + <arg value="--unsupported"/> |
| 118 | + <arg value="--internal=true"/> |
| 119 | + <arg file="${project.build.directory}/docs/ops/internal-settings.adoc"/> |
120 | 120 | </java>
|
121 | 121 |
|
122 | 122 | <!-- All deprecated settings -->
|
123 | 123 | <java classname="org.neo4j.doc.ConfigDocsTool"
|
124 | 124 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
125 |
| - <arg value="--id=settings-reference-deprecated-settings" /> |
126 |
| - <arg value="--title=Deprecated settings" /> |
127 |
| - <arg value="--id-prefix=deprecated-setting_" /> |
128 |
| - <arg value="--deprecated-only=true" /> |
129 |
| - <arg file="${project.build.directory}/docs/ops/deprecated-settings.adoc" /> |
| 125 | + <arg value="--id=settings-reference-deprecated-settings"/> |
| 126 | + <arg value="--title=Deprecated settings"/> |
| 127 | + <arg value="--id-prefix=deprecated-setting_"/> |
| 128 | + <arg value="--deprecated-only=true"/> |
| 129 | + <arg file="${project.build.directory}/docs/ops/deprecated-settings.adoc"/> |
130 | 130 | </java>
|
131 | 131 |
|
132 | 132 | <!-- All Causal Clustering settings by prefix -->
|
133 | 133 | <java classname="org.neo4j.doc.ConfigDocsTool"
|
134 | 134 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
135 |
| - <arg value="--id=settings-reference-causal-clustering-settings" /> |
136 |
| - <arg value="--title=Causal Clustering settings" /> |
137 |
| - <arg value="--id-prefix=cc-setting_" /> |
138 |
| - <arg value="--prefix=causal_clustering" /> |
139 |
| - <arg file="${project.build.directory}/docs/ops/cc-settings.adoc" /> |
| 135 | + <arg value="--id=settings-reference-causal-clustering-settings"/> |
| 136 | + <arg value="--title=Causal Clustering settings"/> |
| 137 | + <arg value="--id-prefix=cc-setting_"/> |
| 138 | + <arg value="--prefix=causal_clustering"/> |
| 139 | + <arg file="${project.build.directory}/docs/ops/cc-settings.adoc"/> |
140 | 140 | </java>
|
141 | 141 |
|
142 | 142 | <!-- Only dynamic settings -->
|
143 | 143 | <java classname="org.neo4j.doc.ConfigDocsTool"
|
144 | 144 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
145 |
| - <arg value="--id=reference-dynamic-settings-reference" /> |
146 |
| - <arg value="--title=Dynamic settings reference" /> |
147 |
| - <arg value="--dynamic-only=true" /> |
148 |
| - <arg file="${project.build.directory}/docs/ops/dynamic-settings.adoc" /> |
| 145 | + <arg value="--id=reference-dynamic-settings-reference"/> |
| 146 | + <arg value="--title=Dynamic settings reference"/> |
| 147 | + <arg value="--dynamic-only=true"/> |
| 148 | + <arg file="${project.build.directory}/docs/ops/dynamic-settings.adoc"/> |
149 | 149 | </java>
|
150 | 150 |
|
151 | 151 | <!-- Old config docs tool -->
|
152 | 152 | <!-- Combined configuration docs for all public configuration other than connectors, which are handled separately below. -->
|
153 | 153 | <java classname="org.neo4j.doc.GenerateConfigDocumentation"
|
154 | 154 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
155 |
| - <arg line="-o ${project.build.directory}/docs/ops/configuration-attributes.asciidoc" /> |
156 |
| - <arg value="org.neo4j.server.configuration.ServerSettings" /> |
157 |
| - <arg value="org.neo4j.configuration.GraphDatabaseSettings" /> |
158 |
| - <arg value="com.neo4j.configuration.MetricsSettings" /> |
159 |
| - <arg value="com.neo4j.configuration.ClusterSettings" /> |
160 |
| - <arg value="com.neo4j.configuration.KubernetesSettings" /> |
161 |
| - <arg value="com.neo4j.server.enterprise.EnterpriseServerSettings" /> |
162 |
| - <arg value="com.neo4j.configuration.SecuritySettings" /> |
163 |
| - <arg value="com.neo4j.configuration.EnterpriseEditionSettings" /> |
| 155 | + <arg line="-o ${project.build.directory}/docs/ops/configuration-attributes.asciidoc"/> |
| 156 | + <arg value="org.neo4j.server.configuration.ServerSettings"/> |
| 157 | + <arg value="org.neo4j.configuration.GraphDatabaseSettings"/> |
| 158 | + <arg value="com.neo4j.configuration.MetricsSettings"/> |
| 159 | + <arg value="com.neo4j.configuration.ClusterSettings"/> |
| 160 | + <arg value="com.neo4j.configuration.KubernetesSettings"/> |
| 161 | + <arg value="com.neo4j.server.enterprise.EnterpriseServerSettings"/> |
| 162 | + <arg value="com.neo4j.configuration.SecuritySettings"/> |
| 163 | + <arg value="com.neo4j.configuration.EnterpriseEditionSettings"/> |
164 | 164 | </java>
|
165 | 165 |
|
166 | 166 | <!-- Connector documentation is kept separate, because otherwise the grouping of these keys becomes unclear (IMO) -->
|
167 | 167 | <java classname="org.neo4j.doc.GenerateConfigDocumentation"
|
168 |
| - classpathref="maven.compile.classpath" failonerror="true" fork="true"> |
169 |
| - <arg line="-o ${project.build.directory}/docs/ops/configuration-bolt-connector-attributes.asciidoc" /> |
170 |
| - <arg value="org.neo4j.configuration.connectors.BoltConnector" /> |
| 168 | + classpathref="maven.compile.classpath" failonerror="true" fork="true"> |
| 169 | + <arg line="-o ${project.build.directory}/docs/ops/configuration-bolt-connector-attributes.asciidoc"/> |
| 170 | + <arg value="org.neo4j.configuration.connectors.BoltConnector"/> |
171 | 171 | </java>
|
172 | 172 |
|
173 | 173 | <java classname="org.neo4j.doc.GenerateConfigDocumentation"
|
174 |
| - classpathref="maven.compile.classpath" failonerror="true" fork="true"> |
175 |
| - <arg line="-o ${project.build.directory}/docs/ops/configuration-http-connector-attributes.asciidoc" /> |
176 |
| - <arg value="org.neo4j.configuration.connectors.HttpConnector" /> |
| 174 | + classpathref="maven.compile.classpath" failonerror="true" fork="true"> |
| 175 | + <arg line="-o ${project.build.directory}/docs/ops/configuration-http-connector-attributes.asciidoc"/> |
| 176 | + <arg value="org.neo4j.configuration.connectors.HttpConnector"/> |
177 | 177 | </java>
|
178 | 178 |
|
179 | 179 | <java classname="org.neo4j.doc.GenerateConfigDocumentation"
|
180 | 180 | classpathref="maven.compile.classpath" failonerror="true" fork="true">
|
181 |
| - <arg line="-o ${project.build.directory}/docs/ops/configuration-https-connector-attributes.asciidoc" /> |
182 |
| - <arg value="org.neo4j.configuration.connectors.HttpsConnector" /> |
| 181 | + <arg line="-o ${project.build.directory}/docs/ops/configuration-https-connector-attributes.asciidoc"/> |
| 182 | + <arg value="org.neo4j.configuration.connectors.HttpsConnector"/> |
183 | 183 | </java>
|
184 | 184 | </target>
|
185 | 185 | </configuration>
|
186 |
| - <goals><goal>run</goal></goals> |
| 186 | + <goals> |
| 187 | + <goal>run</goal> |
| 188 | + </goals> |
187 | 189 | </execution>
|
188 | 190 | </executions>
|
189 | 191 | <dependencies>
|
|
0 commit comments