Cloning into 'glowroot-example-collector-proxy'...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 15 (delta 0), reused 15 (delta 0), pack-reused 0
Unpacking objects: 100% (15/15), done.
$ cd glowroot-example-collector-proxy
$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building glowroot-example-collector-proxy 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glowroot-example-collector-proxy ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ glowroot-example-collector-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ glowroot-example-collector-proxy ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to D:\git\glowroot-example-collector-proxy\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ glowroot-example-collector-proxy ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\git\glowroot-example-collector-proxy\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ glowroot-example-collector-proxy ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ glowroot-example-collector-proxy ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ glowroot-example-collector-proxy ---
[INFO] Building jar: D:\git\glowroot-example-collector-proxy\target\glowroot-example-collector-proxy-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ glowroot-example-collector-proxy ---
[INFO] Installing D:\git\glowroot-example-collector-proxy\target\glowroot-example-collector-proxy-1.0-SNAPSHOT.jar to C:\Users\trask.stalnaker\.m2\repository\org\example\glowroot-example-collector-proxy\1.0-SNAPSHOT\glowroot-example-collector-proxy-1.0-SNAPSHOT.jar
[INFO] Installing D:\git\glowroot-example-collector-proxy\pom.xml to C:\Users\trask.stalnaker\.m2\repository\org\example\glowroot-example-collector-proxy\1.0-SNAPSHOT\glowroot-example-collector-proxy-1.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.523 s
[INFO] Finished at: 2018-04-18T10:45:31-07:00
[INFO] Final Memory: 22M/479M
[INFO] ------------------------------------------------------------------------
$ ls -lt target/
total 4
-rw-r--r-- 1 trask.stalnaker 1049089 3742 Apr 18 10:45 glowroot-example-collector-proxy-1.0-SNAPSHOT.jar
drwxr-xr-x 1 trask.stalnaker 1049089 0 Apr 18 10:45 maven-archiver/
drwxr-xr-x 1 trask.stalnaker 1049089 0 Apr 18 10:45 classes/
drwxr-xr-x 1 trask.stalnaker 1049089 0 Apr 18 10:45 generated-sources/
drwxr-xr-x 1 trask.stalnaker 1049089 0 Apr 18 10:45 maven-status/