Bryce Ewing wrote:
> 
> You can get this working by replacing the parent pom reference in the
> pom.xml file with:
>   <parent>
>     <groupId>org.neo4j.build</groupId>
>     <artifactId>parent-central</artifactId>
>     <version>25</version>
>   </parent>
> Instead of the current:
>   <parent>
>     <groupId>org.neo4j</groupId>
>     <artifactId>parent-pom</artifactId>
>     <version>6</version>
>   </parent>
> 
> It still wont work quite as is though.  The build will fail on a license
> check, so do compile like:
> mvn -Dlicense.failIfMissing=false compile
> 

Sure enough. Thanks Bryce!


--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Write-Test-Compile-Error-tp3321729p3321821.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to