Skip to content

Console Output

+ mvn checkstyle:check -Pm2 -B
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] GLSP Parent                                                        [pom]
[INFO] org.eclipse.glsp.graph                                             [jar]
[INFO] org.eclipse.glsp.server                                            [jar]
[INFO] org.eclipse.glsp.layout                                            [jar]
[INFO] org.eclipse.glsp.server.emf                                        [jar]
[INFO] org.eclipse.glsp.server.websocket                                  [jar]
[INFO] org.eclipse.glsp.example.workflow                                  [jar]
[INFO] org.eclipse.glsp.server.test                                       [jar]
[INFO] org.eclipse.glsp.graph.test                                        [jar]
[INFO] GLSP Server Tests                                                  [pom]
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.parent >--------------
[INFO] Building GLSP Parent 1.1.0-SNAPSHOT                               [1/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.parent ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.graph >---------------
[INFO] Building org.eclipse.glsp.graph 1.1.0-SNAPSHOT                    [2/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.graph ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.server >--------------
[INFO] Building org.eclipse.glsp.server 1.1.0-SNAPSHOT                   [3/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.layout >--------------
[INFO] Building org.eclipse.glsp.layout 1.1.0-SNAPSHOT                   [4/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.layout ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.server.emf >------------
[INFO] Building org.eclipse.glsp.server.emf 1.1.0-SNAPSHOT               [5/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.emf ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ---------< org.eclipse.glsp:org.eclipse.glsp.server.websocket >---------
[INFO] Building org.eclipse.glsp.server.websocket 1.1.0-SNAPSHOT         [6/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.websocket ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] -----< org.eclipse.glsp.example:org.eclipse.glsp.example.workflow >-----
[INFO] Building org.eclipse.glsp.example.workflow 1.1.0-SNAPSHOT         [7/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.example.workflow ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] -----------< org.eclipse.glsp:org.eclipse.glsp.server.test >------------
[INFO] Building org.eclipse.glsp.server.test 1.1.0-SNAPSHOT              [8/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.server.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] ------------< org.eclipse.glsp:org.eclipse.glsp.graph.test >------------
[INFO] Building org.eclipse.glsp.graph.test 1.1.0-SNAPSHOT               [9/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.graph.test ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --------------< org.eclipse.glsp:org.eclipse.glsp.tests >---------------
[INFO] Building GLSP Server Tests 1.1.0-SNAPSHOT                        [10/10]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.1:check (default-cli) @ org.eclipse.glsp.tests ---
[INFO] Starting audit...
Audit done.
[INFO] You have 0 Checkstyle violations.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for GLSP Parent 1.1.0-SNAPSHOT:
[INFO] 
[INFO] GLSP Parent ........................................ SUCCESS [  1.248 s]
[INFO] org.eclipse.glsp.graph ............................. SUCCESS [  1.213 s]
[INFO] org.eclipse.glsp.server ............................ SUCCESS [  2.687 s]
[INFO] org.eclipse.glsp.layout ............................ SUCCESS [  0.173 s]
[INFO] org.eclipse.glsp.server.emf ........................ SUCCESS [  0.331 s]
[INFO] org.eclipse.glsp.server.websocket .................. SUCCESS [  0.111 s]
[INFO] org.eclipse.glsp.example.workflow .................. SUCCESS [  0.500 s]
[INFO] org.eclipse.glsp.server.test ....................... SUCCESS [  0.129 s]
[INFO] org.eclipse.glsp.graph.test ........................ SUCCESS [  0.100 s]
[INFO] GLSP Server Tests .................................. SUCCESS [  0.065 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.528 s
[INFO] Finished at: 2023-01-24T08:21:12Z
[INFO] ------------------------------------------------------------------------