Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /home/vsa/Downloads/TestProjektA; JAVA_HOME=/usr/lib/jvm/java-8-oracle /usr/local/netbeans-8.1/java/maven/bin/mvn clean install
- Scanning for projects...
- ------------------------------------------------------------------------
- Building TestProjektA 1.0
- ------------------------------------------------------------------------
- --- maven-clean-plugin:2.4.1:clean (default-clean) @ TestProjektA ---
- Deleting /home/vsa/Downloads/TestProjektA/target
- --- maven-resources-plugin:2.5:resources (default-resources) @ TestProjektA ---
- [debug] execute contextualize
- Using 'UTF-8' encoding to copy filtered resources.
- Copying 1 resource
- --- maven-compiler-plugin:2.3.2:compile (default-compile) @ TestProjektA ---
- Compiling 2 source files to /home/vsa/Downloads/TestProjektA/target/classes
- --- maven-resources-plugin:2.5:testResources (default-testResources) @ TestProjektA ---
- [debug] execute contextualize
- Using 'UTF-8' encoding to copy filtered resources.
- skip non existing resourceDirectory /home/vsa/Downloads/TestProjektA/src/test/resources
- --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ TestProjektA ---
- Compiling 1 source file to /home/vsa/Downloads/TestProjektA/target/test-classes
- -------------------------------------------------------------
- COMPILATION ERROR :
- -------------------------------------------------------------
- projekt/ProjektTest.java:[8,14] error: package Project does not exist
- 1 error
- -------------------------------------------------------------
- ------------------------------------------------------------------------
- BUILD FAILURE
- ------------------------------------------------------------------------
- Total time: 5.425s
- Finished at: Tue Mar 19 19:40:04 CET 2019
- Final Memory: 25M/61M
- ------------------------------------------------------------------------
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (default-testCompile) on project TestProjektA: Compilation failure
- projekt/ProjektTest.java:[8,14] error: package Project does not exist
- -> [Help 1]
- To see the full stack trace of the errors, re-run Maven with the -e switch.
- Re-run Maven using the -X switch to enable full debug logging.
- For more information about the errors and possible solutions, please read the following articles:
- [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment