Sprint 3.3 - raisercostin/software-wiki GitHub Wiki

Notes

Activities

mvn archetype:generate
cd usersync
mvn help:effective-pom
mvn help:effective-pom >a.xml
mvn compile
mvn a
mvn a|grep compile
mvn test-compile
mvn clean
mvn test
mvn exec:java -Dexec.mainClass=ro.dcsi.internship.App
pwd
pwd
mvn help:effective-pom >a.xml
mvn compile
mvn a
mvn a|grep compile
mvn test-compile
mvn clean
mvn exec:java -Dexec.mainClass=ro.dcsi.internship.App
pwd
cd c:\dev\mvn-workspace\
cd dcsi
cd ..
cd usersync
git add pom.xml
git add *.java
mvn test
git add .gitignore
git commit -m "first mvn sample project"
git remote rename origin borigin
git push borigin
git push --set-upstream borigin team/ship3
git tag -h
git tag alfa-si-omega ca3b8f96162a5da8ca2a11042312d61d03317d96
git remote rename borigin origin
git remote -v
git push
git pull
mvn eclipse:eclipse
git status
history
#this command shows the history till the last save.
cat c:\tools\cmder\config\.history
clear