seratch's weblog in Japanese

About Scala, Java and Ruby programming in Japaense. If you need English information, go to http://blog.seratch.net/

Maven

Maven の dependency にもっと新しいバージョンが出ているか調べる

あまり新しいネタかどうかは考えず、こういう小ネタも書きとめていこうかと。 Maven プロジェクトの dependency の version は特にアクティブに開発されていないプロジェクトだと放置されがち(テストが充実してないと余計に)ですが、それ以上に「そもそも…

org.codehaus.plexus.util.Scanner がない問題の解決

Maven でこんなのが出たら・・ [INFO] Internal error in the plugin manager executing goal 'com.mysema.maven:apt-maven-plugin:1.0.4:process': Unable to load the mojo 'com.mysema.maven:apt-maven-plugin:1.0.4:process' in the plugin 'com.mysema.…