proguard (mtj プラグインでのサポート) を使用して、サード パーティの jar を含むプロジェクトを難読化しますが、エラーが発生します。
Your input classes appear to be inconsistent.
You may need to recompile them and try again.
Alternatively, you may have to specify the options
'-dontskipnonpubliclibraryclasses' and/or
'-dontskipnonpubliclibraryclassmembers'.
プロガードはJavaMEではなくJavaSEのクラスを探すようです。サードパーティの jar を使用するプロジェクトでのみ発生します。