- JBoss:Developer's Guide
- Elvadas Nono Woguia
- 132字
- 2021-07-02 18:37:24
Building projects with Forge
Using the Forge CLI, you can run maven goals on your project. The forge build command can be used to run maven goals on the created project:
[HelloJBossWorld.java]$ build
[INFO] Scanning for projects...[INFO]
[INFO] -------------------------------------------------------------------[INFO] Building beosbank-forge-demo 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ beosbank-forge-demo ---
[INFO] Installing /Users/enonowog/jbdevgWorkspace/beosbank-forge-demo/target/beosbank-forge-demo.jar to /Users/enonowog/.m2/repository/com/beosbank/forge/demo/beosbank-forge-demo/1.0.0-SNAPSHOT/beosbank-forge-demo-1.0.0-SNAPSHOT.jar
[INFO] Installing /Users/enonowog/jbdevgWorkspace/beosbank-forge-demo/pom.xml to /Users/enonowog/.m2/repository/com/beosbank/forge/demo/beosbank-forge-demo/1.0.0-SNAPSHOT/beosbank-forge-demo-1.0.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.509 s
[INFO] Finished at: 2017-03-10T14:12:56+01:00
[INFO] Final Memory: 193M/496M
[INFO] ------------------------------------------------------------------------
***SUCCESS*** Build Success
[HelloJBossWorld.java]$
So, the Forge console can be used to invoke maven commands on the project. The Forge console is a powerful tool on which you can rely to be more productive in your development tasks. It comes in complements to various shortcuts available in Eclipse and JBoss Developer Studio.
推薦閱讀
- Google Flutter Mobile Development Quick Start Guide
- C語言程序設計案例式教程
- MATLAB定量決策五大類問題
- Mastering AndEngine Game Development
- SharePoint Development with the SharePoint Framework
- Gradle for Android
- Learning Python Design Patterns
- Hands-On Full Stack Development with Go
- 學習正則表達式
- Mastering Unity 2D Game Development(Second Edition)
- Spring Boot+MVC實戰指南
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Machine Learning With Go
- Principles of Strategic Data Science
- 零基礎學Python編程(少兒趣味版)