Sanady

VSAStarvo

Mar 19th, 2019
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. cd /home/vsa/Downloads/TestProjektA; JAVA_HOME=/usr/lib/jvm/java-8-oracle /usr/local/netbeans-8.1/java/maven/bin/mvn clean install
  2. Scanning for projects...
  3.  
  4. ------------------------------------------------------------------------
  5. Building TestProjektA 1.0
  6. ------------------------------------------------------------------------
  7.  
  8. --- maven-clean-plugin:2.4.1:clean (default-clean) @ TestProjektA ---
  9. Deleting /home/vsa/Downloads/TestProjektA/target
  10.  
  11. --- maven-resources-plugin:2.5:resources (default-resources) @ TestProjektA ---
  12. [debug] execute contextualize
  13. Using 'UTF-8' encoding to copy filtered resources.
  14. Copying 1 resource
  15.  
  16. --- maven-compiler-plugin:2.3.2:compile (default-compile) @ TestProjektA ---
  17. Compiling 2 source files to /home/vsa/Downloads/TestProjektA/target/classes
  18.  
  19. --- maven-resources-plugin:2.5:testResources (default-testResources) @ TestProjektA ---
  20. [debug] execute contextualize
  21. Using 'UTF-8' encoding to copy filtered resources.
  22. skip non existing resourceDirectory /home/vsa/Downloads/TestProjektA/src/test/resources
  23.  
  24. --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ TestProjektA ---
  25. Compiling 1 source file to /home/vsa/Downloads/TestProjektA/target/test-classes
  26. -------------------------------------------------------------
  27. COMPILATION ERROR :
  28. -------------------------------------------------------------
  29. projekt/ProjektTest.java:[8,14] error: package Project does not exist
  30. 1 error
  31. -------------------------------------------------------------
  32. ------------------------------------------------------------------------
  33. BUILD FAILURE
  34. ------------------------------------------------------------------------
  35. Total time: 5.425s
  36. Finished at: Tue Mar 19 19:40:04 CET 2019
  37. Final Memory: 25M/61M
  38. ------------------------------------------------------------------------
  39. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project TestProjektA: Compilation failure
  40. projekt/ProjektTest.java:[8,14] error: package Project does not exist
  41. -> [Help 1]
  42.  
  43. To see the full stack trace of the errors, re-run Maven with the -e switch.
  44. Re-run Maven using the -X switch to enable full debug logging.
  45.  
  46. For more information about the errors and possible solutions, please read the following articles:
  47. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment