Is it possible to add the collector: assemble target to the package target? I just want the build to start when I do the "mvn package". Thank.
Can you add an execution tag to the appassembler plugin definition?
<plugin> .... <executions> <execution> <id>package</id> <goals> <goal>assemble</goal> </goals> </execution> </executions> </plugin>
Source: https://habr.com/ru/post/1748566/More articles:rails conditional form / remote_form - ruby-on-railsIs using AMP software like WAMP, MAMP, XAMPP a good idea? - phpКлавиатура "del" мягкой клавиатуры не работает в EditText в виджетах галереи - androidОшибка cron file_get_contents() - command-lineIs Python programming possible for Logitech G15? - pythonIShellLink :: SetIconLocation translates my icon path to% Program Files%, which is WRONG - c ++Can you pause a Java application and get a snapshot of its threads from the application? - javaQuery SQL queries during production? - sqlAssociating GUI Toolkits with C ++ Input - c ++Does gethostbyname create a stream? - c ++All Articles