Skip to content

Commit

Permalink
Remove errant docs/examples Maven references
Browse files Browse the repository at this point in the history
  • Loading branch information
benbc committed Oct 21, 2016
1 parent 7376228 commit 333b1f7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
2 changes: 0 additions & 2 deletions community/pom.xml
Expand Up @@ -122,8 +122,6 @@ the relevant Commercial Agreement.
<includes>
<include>org.neo4j:*</include>
<include>org.neo4j.app:*</include>
<include>org.neo4j.examples:*</include>
<include>org.neo4j.doc:*</include>
<include>org.neo4j.test:*</include>
<include>org.neo4j.build:licensecheck-config:*</include>
</includes>
Expand Down
14 changes: 0 additions & 14 deletions packaging/pom.xml
Expand Up @@ -81,18 +81,6 @@ terms of the relevant Commercial Agreement.
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-manual-parent</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.neo4j.doc</groupId>
<artifactId>neo4j-manual</artifactId>
<version>${project.version}</version>
<type>pom</type>
</dependency>
</dependencies>
<build>
<plugins>
Expand All @@ -111,10 +99,8 @@ terms of the relevant Commercial Agreement.
<include>org.neo4j:*</include>
<include>org.neo4j.app:*</include>
<include>org.neo4j.build:*</include>
<include>org.neo4j.doc:*</include>
<include>org.neo4j.drivers:*</include>
<include>org.neo4j.server.plugin:*</include>
<include>org.neo4j.examples:*</include>
</includes>
<excludes>
<exclude>org.neo4j:neo4j-cypher-compiler-1.9</exclude>
Expand Down
2 changes: 1 addition & 1 deletion packaging/standalone/pom.xml
Expand Up @@ -131,7 +131,7 @@
<failIfMissing>true</failIfMissing>
<plainTextReport>true</plainTextReport>
<prependText>notice-agpl-prefix.txt</prependText>
<excludedGroups>^((org.neo4j){1}|(org.neo4j.app){1}|(org.neo4j.doc){1}|(org.neo4j.server.plugin){1}|(org.neo4j.assembly){1})$</excludedGroups>
<excludedGroups>^((org.neo4j){1}|(org.neo4j.app){1}|(org.neo4j.server.plugin){1}|(org.neo4j.assembly){1})$</excludedGroups>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -115,7 +115,7 @@
<plainTextReport>true</plainTextReport>
<prependText>${licensing.prepend.text}</prependText>
<excludedGroups>
^((org.neo4j){1}|(org.neo4j.app){1}|(org.neo4j.doc){1}|(org.neo4j.server.plugin){1}|(org.neo4j.assembly){1}|(org.neo4j.bolt){1}|(org.neo4j.build){1}|(org.neo4j.examples){1}|(org.neo4j.test){1})$
^((org.neo4j){1}|(org.neo4j.app){1}|(org.neo4j.server.plugin){1}|(org.neo4j.assembly){1}|(org.neo4j.bolt){1}|(org.neo4j.build){1}|(org.neo4j.test){1})$
</excludedGroups>
<excludedArtifacts>^((neo4j-browser))$</excludedArtifacts>
<includedScopes>compile</includedScopes>
Expand Down

0 comments on commit 333b1f7

Please sign in to comment.