You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2019. It is now read-only.
Hi,
mvn clean package
fails giving an error due to licensing. This issue seems quite similar to issue #35.Here is the output of the command:
[INFO] Checking licenses...
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/java/org/neo4j/server/webadmin/rest/GremlinConsoleServiceTest.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/java/org/neo4j/server/webadmin/console/GremlinSessionTest.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/java/org/neo4j/server/plugin/gremlin/GremlinPluginTest.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/java/org/neo4j/server/webadmin/rest/ConfigureEnabledManagementConsolesGremlinTest.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/site/site.xml
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/resources/graphml.xml
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/test/java/org/neo4j/server/plugin/gremlin/GremlinPluginFunctionalTest.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/assembly/docs-assembly.xml
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/assembly/server-plugin.xml
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/Neo4jGroovyImports.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinWebConsole.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinSession.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinSessionCreator.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/webadmin/console/GremlinResultHook.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/GremlinPlugin.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/ScriptCountingEngineReplacementDecision.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/EngineReplacementDecision.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/plugin/gremlin/CountingEngineReplacementDecision.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/rest/repr/GremlinTableRepresentation.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/data/graphml1.xml
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/rest/repr/GremlinObjectToRepresentationConverter.java
[INFO] Missing header in: /home/djc3/gremlin-plugin/src/main/java/org/neo4j/server/rest/repr/GremlinMapRepresentation.java
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.778s
[INFO] Finished at: Tue Jan 17 18:08:25 EST 2017
[INFO] Final Memory: 14M/148M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.neo4j.build.plugins:license-maven-plugin:3:check (check-licenses) on project neo4j-gremlin-plugin: Some files do not have the expected license header -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
The text was updated successfully, but these errors were encountered: