albert's blog
Showing posts with label
SCM
.
Show all posts
Showing posts with label
SCM
.
Show all posts
2018/01/09
[GitLab] How to build jar file automatically
›
Problem If I hope GitLab can build a jar file when I commit source code, how to do it? I am using Maven 3.3.3 and JDK 7 in eclipse, and us...
1 comment:
2018/01/08
[GitLab] How to build WAR file automatically
›
Problem If I hope GitLab can build a WAR file when I commit source code, how to do it? I am using Maven 3 and JDK 7 in eclipse, and using ...
1 comment:
2017/12/09
[Maven] How to assign WAR file name in pom.xml
›
Problem When I utilize maven to build WAR file, the WAR file name always suffix by version which define in pom.xml (i.e. StockQry-1.0.war)....
2015/03/27
[Git Tool] SourceTree
›
Requirement 目前專案採用 Git 作為程式碼管理工具,外包廠商的程式交付流程如下 由上圖可以看到,每次開發功能都要 create 一個 branch,完成後 commit上Git,並在GitLab create merge request。經過 review...
2014/12/19
How to delete a branch in EGit?
›
Question Assume I created a branch, DBM_CommonService_getPaymentData , to implement a new function. After I finished this function...
2014/12/11
Checkout remote Git branch
›
Owing to our software development had been outsourced, here is the delivery process as function completion: As outsourced programmer co...
2014/11/21
DBM專案環境建置
›
DBM專案環境建置 from Guo Albert
2014/11/12
What's the difference between 'commit' and 'commit and push' in Git?
›
When I want to commit changes into git repository, I see two options to commit. One is "Commit", another one is "Commit and ...
2014/11/11
How to create project in GitLab and import project into Eclipse
›
Go to GitLab to create my project 1. Click New Project 2. Fill in your project name, namespace => Create project Open Git Bash...
Do not have git connector when I want to Checkout Maven project from SCM
›
Problem I would like to import Maven project from Git File => import Check out Maven Projects from SCM => Next I do not h...
2014/10/16
How to display Tradition Chinese Character in Git Bash
›
Problem Why I cannot display Tradition Chinese Character in Git Bash correctly? Solution You need to edit three files under git\et...
2014/04/02
SVN error on Eclipse: org.tigris.subversion.javahl.ClientException: Attempted to lock an already-locked dir
›
Problem As I commit my source code to SVN in eclipse, but Eclipse shut down unexpectedly. After I launch Eclipse again, and try to commit a...
2011/10/30
Subversion Best Practices: Repository Structure
›
http://blogs.wandisco.com/2011/10/24/subversion-best-practices-repository-structure/?=kt_tw
2011/03/24
NIG Project setup quickly tutorial
›
Nig project setup quickly tutorial from Guo Albert
2010/10/12
Subversive Plug-in Installation
›
Install Subversive plug-in 1. open eclipse, Help-->Install New Software 2. Download Subversive from http://download.eclipse....
›
Home
View web version