Skip to content

Commit

Permalink
Add security settings to the docs build
Browse files Browse the repository at this point in the history
Security settings should be included in the configuration reference docs.
  • Loading branch information
henriknyman committed Sep 22, 2016
1 parent 6ae0873 commit a442d28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manual/config-docs/pom.xml
Expand Up @@ -76,6 +76,11 @@
<artifactId>neo4j-server-enterprise</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-security-enterprise</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

<licenses>
Expand Down Expand Up @@ -118,6 +123,8 @@
<arg value="org.neo4j.kernel.ha.HaSettings" />
<arg value="org.neo4j.consistency.ConsistencyCheckSettings" />
<arg value="org.neo4j.server.enterprise.EnterpriseServerSettings" />
<arg value="org.neo4j.server.security.enterprise.auth.SecuritySettings" />
<arg value="org.neo4j.kernel.impl.enterprise.configuration.EnterpriseEditionSettings" />
</java>

<!-- Connector documentation is kept separate, because otherwise the
Expand Down

0 comments on commit a442d28

Please sign in to comment.