Skip to content

Instantly share code, notes, and snippets.

@troter
Created March 8, 2011 02:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troter/859764 to your computer and use it in GitHub Desktop.
Save troter/859764 to your computer and use it in GitHub Desktop.
Mavenのプロジェクトをmercurialで管理する場合のブランチの取り扱い
* Mavenのプロジェクトをmercurialで管理する場合のブランチの取り扱い
** 前提
hudsonでビルドするときに依存関係が混ざらないよう、
featureブランチのjarには別のversionをつける。
** 方法
1.featureブランチを切ったタイミングで、pomのversionに修正を入れる。
2.featureブランチからマージするときはpomのversionを元に戻す。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment