10 Ağustos 2022 Çarşamba

mvnDebug komutu

Giriş
maven pluginlerini debu için kullanılır

Örnek
Şöyle yaparız
- Add a new “Remote Debug Configuration” in the “Run/Debug Configurations” window and set the port to 8000.
- Run the build by "mvnDebug clean install"
- Press debug button.

Hiç yorum yok:

Yorum Gönder

Local Snapshot Kullanmak

Örnek Şöyle yaparız <repository> <id>snapshot-repository</id> <name>Maven2 Snapshot Repository</name> &l...