-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmvn_build_combined.log
65 lines (65 loc) · 3.74 KB
/
mvn_build_combined.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< org.example:jasper >-------------------------
[INFO] Building jasper 1.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- clean:3.2.0:clean (default-clean) @ jasper ---
[INFO] Deleting C:\Users\xboxo\IdeaProjects\jasper\target
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ jasper ---
[INFO] skip non existing resourceDirectory C:\Users\xboxo\IdeaProjects\jasper\src\main\resources
[INFO]
[INFO] --- compiler:3.13.0:compile (default-compile) @ jasper ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug target 1.8] to target\classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
not setting the bootstrap class path may lead to class files that cannot run on JDK 8
--release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jasper ---
[INFO] skip non existing resourceDirectory C:\Users\xboxo\IdeaProjects\jasper\src\test\resources
[INFO]
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ jasper ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug target 1.8] to target\test-classes
[WARNING] bootstrap class path is not set in conjunction with -source 8
not setting the bootstrap class path may lead to class files that cannot run on JDK 8
--release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically
[WARNING] source value 8 is obsolete and will be removed in a future release
[WARNING] target value 8 is obsolete and will be removed in a future release
[WARNING] To suppress warnings about obsolete options, use -Xlint:-options.
[INFO]
[INFO] --- surefire:3.2.5:test (default-test) @ jasper ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit.JUnit3Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.example.AppTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.example.AppTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- jar:3.4.1:jar (default-jar) @ jasper ---
[INFO] Building jar: C:\Users\xboxo\IdeaProjects\jasper\target\jasper-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- install:3.1.2:install (default-install) @ jasper ---
[INFO] Installing C:\Users\xboxo\IdeaProjects\jasper\pom.xml to C:\Users\xboxo\.m2\repository\org\example\jasper\1.0-SNAPSHOT\jasper-1.0-SNAPSHOT.pom
[INFO] Installing C:\Users\xboxo\IdeaProjects\jasper\target\jasper-1.0-SNAPSHOT.jar to C:\Users\xboxo\.m2\repository\org\example\jasper\1.0-SNAPSHOT\jasper-1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.246 s
[INFO] Finished at: 2024-09-10T09:15:31+10:00
[INFO] ------------------------------------------------------------------------
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.