diff --git a/README.asciidoc b/README.asciidoc index 440037b3a5476..bf35c7e81bee3 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -47,7 +47,6 @@ On top of that, to build Debian packages and Neo4j Desktop: * To add execution of integration tests, use: `mvn clean install -DrunITs`. * In case you just want the jars, without running tests, this is for you: `mvn clean install -DskipTests`. * To skip building the browser module, use `-DskipBrowser` (note that you might not be able to build the server without it). -* To build everything, including running all tests and assembling product packages, use `mvn clean install -DfullBuild`. * To build product packages, do `export PATH="bin:$PATH" && make clean all` in the packaging directory after building artifacts with Maven * To build the documentation see the link:manual/[Neo4j manual]. * When building on Windows, use `-Dlicensing.skip` to avoid problems related to line endings. @@ -57,7 +56,7 @@ On top of that, to build Debian packages and Neo4j Desktop: == Running Neo4j == -After running a `mvn clean install -DfullBuild` cd into `packaging/standalone/target` and extract the version you want, then +After running a `mvn clean install` cd into `packaging/standalone/target` and extract the version you want, then bin/neo4j start diff --git a/community/cypher/frontend-3.0/pom.xml b/community/cypher/frontend-3.0/pom.xml index bbdd7e861f300..528b4430d64f7 100644 --- a/community/cypher/frontend-3.0/pom.xml +++ b/community/cypher/frontend-3.0/pom.xml @@ -69,6 +69,27 @@ org.scalastyle scalastyle-maven-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + generate-dummy-javadocs-jar + package + + jar + + + javadoc + + ** + + + + + + @@ -115,47 +136,9 @@ org.parboiled parboiled-scala_2.11 - org.apache.commons commons-lang3 - - - - - neo-full-build-with-javadoc - - false - - fullBuild - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - generate-dummy-javadocs-jar - package - - jar - - - javadoc - - ** - - - - - - - - - - diff --git a/enterprise/deferred-locks/pom.xml b/enterprise/deferred-locks/pom.xml index e1437a68eb5fe..57456b800d991 100644 --- a/enterprise/deferred-locks/pom.xml +++ b/enterprise/deferred-locks/pom.xml @@ -100,39 +100,27 @@ - - - neo-full-build-with-javadoc - - false - - fullBuild - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - generate-dummy-javadocs-jar - package - - jar - - - javadoc - - ** - - - - - - - - - - + + + + org.apache.maven.plugins + maven-jar-plugin + + + generate-dummy-javadocs-jar + package + + jar + + + javadoc + + ** + + + + + + +