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.
AS7 で実行する Spring プロジェクトで、CI に Jenkins と Selenium を使用しようとしています。
Jenkins にプロジェクトで「maven jboss-as:deploy」コマンド ラインを発行させて、プロジェクトを AS7 サーバーにデプロイできるかどうかを知りたいです。
これができるかどうか誰か教えてください..
ここでJenkinsを関与させる必要はありません。jboss-as:deployプラグインをpom.xmlに追加するだけpre-integration-testで、ビルドのフェーズにバインドされます。次に、mvn install(ローカルまたはJenkinsで)実行すると、戦争がAS7サーバーにデプロイされます。
jboss-as:deploy
pre-integration-test
mvn install