Created
January 12, 2018 16:22
-
-
Save dherges/4cca28d83b739bb693f1980956c73a1e to your computer and use it in GitHub Desktop.
mvn install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mvn install | |
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] minimal-pom | |
[INFO] angular-product-bar | |
[INFO] angular-product-foo | |
[INFO] angular-product-foo-bar | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building minimal-pom 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (install node and yarn) @ enterprise-grade-angular --- | |
[INFO] Node v8.9.0 is already installed. | |
[INFO] Yarn 1.3.2 is already installed. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn install) @ enterprise-grade-angular --- | |
[INFO] Running 'yarn install --frozen-lockfile --non-interactive' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn install v1.3.2 | |
[INFO] [1/4] Resolving packages... | |
[INFO] success Already up-to-date. | |
[INFO] Done in 0.71s. | |
[INFO] | |
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ enterprise-grade-angular --- | |
[INFO] Installing /home/david/Projects/github/dherges/ng-in-the-enterprise/pom.xml to /home/david/.m2/repository/com/enterprise/enterprise-grade-angular/1.0-SNAPSHOT/enterprise-grade-angular-1.0-SNAPSHOT.pom | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building angular-product-bar 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (install node and yarn) @ bar --- | |
[INFO] Node v8.9.0 is already installed. | |
[INFO] Yarn 1.3.2 is already installed. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn install) @ bar --- | |
[INFO] Running 'yarn install --frozen-lockfile --non-interactive' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn install v1.3.2 | |
[INFO] [1/4] Resolving packages... | |
[INFO] success Already up-to-date. | |
[INFO] Done in 0.74s. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn build) @ bar --- | |
[INFO] Running 'yarn apps:bar:build' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn run v1.3.2 | |
[INFO] $ ng build --app bar | |
[INFO] Date: 2018-01-12T15:48:38.264Z | |
[INFO] Hash: a6d04b951bcc789ed3db | |
[INFO] Time: 8761ms | |
[INFO] chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB [entry] [rendered] | |
[INFO] chunk {main} main.bundle.js, main.bundle.js.map (main) 7.85 kB [initial] [rendered] | |
[INFO] chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 201 kB [initial] [rendered] | |
[INFO] chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 11.4 kB [initial] [rendered] | |
[INFO] chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 2.43 MB [initial] [rendered] | |
[INFO] Done in 11.05s. | |
[INFO] | |
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ bar --- | |
[INFO] Installing /home/david/Projects/github/dherges/ng-in-the-enterprise/apps/bar/pom.xml to /home/david/.m2/repository/com/enterprise/bar/1.0-SNAPSHOT/bar-1.0-SNAPSHOT.pom | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building angular-product-foo 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (install node and yarn) @ foo --- | |
[INFO] Node v8.9.0 is already installed. | |
[INFO] Yarn 1.3.2 is already installed. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn install) @ foo --- | |
[INFO] Running 'yarn install --frozen-lockfile --non-interactive' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn install v1.3.2 | |
[INFO] [1/4] Resolving packages... | |
[INFO] success Already up-to-date. | |
[INFO] Done in 0.77s. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn build) @ foo --- | |
[INFO] Running 'yarn apps:foo:build' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn run v1.3.2 | |
[INFO] $ ng build --app foo | |
[INFO] Date: 2018-01-12T15:48:49.963Z | |
[INFO] Hash: c74c6a1b18230624c8ba | |
[INFO] Time: 7823ms | |
[INFO] chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB [entry] [rendered] | |
[INFO] chunk {main} main.bundle.js, main.bundle.js.map (main) 8.33 kB [initial] [rendered] | |
[INFO] chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 201 kB [initial] [rendered] | |
[INFO] chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 11.4 kB [initial] [rendered] | |
[INFO] chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 2.43 MB [initial] [rendered] | |
[INFO] Done in 9.73s. | |
[INFO] | |
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ foo --- | |
[INFO] Installing /home/david/Projects/github/dherges/ng-in-the-enterprise/apps/foo/pom.xml to /home/david/.m2/repository/com/enterprise/foo/1.0-SNAPSHOT/foo-1.0-SNAPSHOT.pom | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building angular-product-foo-bar 1.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:install-node-and-yarn (install node and yarn) @ foo-bar --- | |
[INFO] Node v8.9.0 is already installed. | |
[INFO] Yarn 1.3.2 is already installed. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn install) @ foo-bar --- | |
[INFO] Running 'yarn install --frozen-lockfile --non-interactive' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn install v1.3.2 | |
[INFO] [1/4] Resolving packages... | |
[INFO] success Already up-to-date. | |
[INFO] Done in 0.79s. | |
[INFO] | |
[INFO] --- frontend-maven-plugin:1.6:yarn (yarn build) @ foo-bar --- | |
[INFO] Running 'yarn apps:foo-bar:build' in /home/david/Projects/github/dherges/ng-in-the-enterprise | |
[INFO] yarn run v1.3.2 | |
[INFO] $ ng build --app foo-bar | |
[INFO] Date: 2018-01-12T15:49:01.996Z | |
[INFO] Hash: ac8253ed9d5c92c5ae42 | |
[INFO] Time: 8043ms | |
[INFO] chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 5.83 kB [entry] [rendered] | |
[INFO] chunk {main} main.bundle.js, main.bundle.js.map (main) 8.45 kB [initial] [rendered] | |
[INFO] chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 201 kB [initial] [rendered] | |
[INFO] chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 11.5 kB [initial] [rendered] | |
[INFO] chunk {vendor} vendor.bundle.js, vendor.bundle.js.map (vendor) 2.43 MB [initial] [rendered] | |
[INFO] Done in 10.08s. | |
[INFO] | |
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ foo-bar --- | |
[INFO] Installing /home/david/Projects/github/dherges/ng-in-the-enterprise/apps/foo-bar/pom.xml to /home/david/.m2/repository/com/enterprise/foo-bar/1.0-SNAPSHOT/foo-bar-1.0-SNAPSHOT.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] minimal-pom ........................................ SUCCESS [ 2.210 s] | |
[INFO] angular-product-bar ................................ SUCCESS [ 12.776 s] | |
[INFO] angular-product-foo ................................ SUCCESS [ 11.758 s] | |
[INFO] angular-product-foo-bar ............................ SUCCESS [ 11.989 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 39.024 s | |
[INFO] Finished at: 2018-01-12T16:49:02+01:00 | |
[INFO] Final Memory: 10M/217M | |
[INFO] ------------------------------------------------------------------------ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment