Created
January 31, 2019 12:24
-
-
Save bfitzpat/3a1d51522adaf888d3f376c4ab1f1695 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $ yo camel-project | |
| _ _ | |
| / \ _ __ __ _ ___ | |__ ___ | |
| / _ \ | '_ \ / _` | / __| | '_ \ / _ \ | |
| / ___ \ | |_) | | (_| | | (__ | | | | | __/ | |
| /_/ \_\ | .__/ \__,_| \___| |_| |_| \___| | |
| |_| | |
| ____ _ | |
| / ___| __ _ _ __ ___ ___ | | | |
| | | / _` | | '_ ` _ \ / _ \ | | | |
| | |___ | (_| | | | | | | | | __/ | | | |
| \____| \__,_| |_| |_| |_| \___| |_| | |
| ----------------------------------------------- | |
| Camel Project Generator | |
| Version: 0.2.0 | |
| ----------------------------------------------- | |
| ? Your Camel project name (testit) | |
| ? Your Camel project name testit | |
| ? Your Camel version (2.22.2) | |
| ? Your Camel version 2.22.2 | |
| ? Camel DSL type (blueprint, spring, spring-boot, or java) (spring-boot) | |
| ? Camel DSL type (blueprint, spring, spring-boot, or java) spring-boot | |
| ? Package name: (com.testit) | |
| ? Package name: com.testit | |
| Creating folders | |
| Copying files | |
| create pom.xml | |
| create README.md | |
| create src\main\java\com\testit\routes\SampleCamelApplication.java | |
| create src\main\resources\application.properties | |
| create src\main\resources\camel-context.xml | |
| brianf@brianf-work MINGW64 ~/testit | |
| $ mvn install | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building testit 1.0.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ testit --- | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] Copying 2 resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ testit --- | |
| [INFO] Changes detected - recompiling the module! | |
| [INFO] Compiling 1 source file to C:\Users\brianf\testit\target\classes | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ testit --- | |
| [INFO] Using 'UTF-8' encoding to copy filtered resources. | |
| [INFO] skip non existing resourceDirectory C:\Users\brianf\testit\src\test\resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ testit --- | |
| [INFO] No sources to compile | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ testit --- | |
| [INFO] No tests to run. | |
| [INFO] | |
| [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ testit --- | |
| [INFO] Building jar: C:\Users\brianf\testit\target\testit-1.0.0-SNAPSHOT.jar | |
| [INFO] | |
| [INFO] --- spring-boot-maven-plugin:2.1.1.RELEASE:repackage (default) @ testit --- | |
| [INFO] Replacing main artifact with repackaged archive | |
| [INFO] | |
| [INFO] --- maven-install-plugin:2.4:install (default-install) @ testit --- | |
| [INFO] Installing C:\Users\brianf\testit\target\testit-1.0.0-SNAPSHOT.jar to C:\Users\brianf\.m2\repository\com\testit\testit\1.0.0-SNAPSHOT\testit-1.0.0-SNAPSHOT.jar | |
| [INFO] Installing C:\Users\brianf\testit\pom.xml to C:\Users\brianf\.m2\repository\com\testit\testit\1.0.0-SNAPSHOT\testit-1.0.0-SNAPSHOT.pom | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 16.878 s | |
| [INFO] Finished at: 2019-01-31T05:21:53-07:00 | |
| [INFO] Final Memory: 35M/214M | |
| [INFO] ------------------------------------------------------------------------ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment