Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はmaven-antrun-pluginを使用してthrift shellコマンドを実行しています。ごと<exec>に1 つのファイルをコンパイルできますが、ディレクトリ内の<arg value="...path/to/file.thrift" />すべてのファイルをコンパイルしたいと考えています。.thriftこれどうやってするの?
<exec>
<arg value="...path/to/file.thrift" />
.thrift
を使用してみ<arg value="...path/to/*.thrift" />ましたが、Maven はこの構文を拒否しました。
<arg value="...path/to/*.thrift" />