Configure default execution phase

2019-12-22 Thread Stanimir Stamenkov

I'm having a POM like:





org.liquibase
liquibase-maven-plugin
3.8.3

...






I don't want the plugin executed as part of the build but I want to be 
able to execute its goals [1] explicitly.  The goals get executed 
directly (no build phases get triggered), f.e.:


mvn liquibase:update

but then it usually (while not necessarily, depending on project 
configuration) require "process-resources" to be completed, so I have to:


mvn process-resources liquibase:update

Is it possible to trigger "process-resources" automatically via plugin 
configuration in POM (a`la Gradle's dependsOn [2]), or this is just 
hard-coded in the plugin itself?


[1] https://www.liquibase.org/documentation/maven/index.html
[2] https://docs.gradle.org/current/userguide/more_about_tasks.html

--
Stanimir

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



[ANN] Apache Maven Source Plugin 3.2.1 Released

2019-12-22 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven 
Source Plugin, version 3.2.1
 
This plugin creates a jar archive of the source files of the current project.

https://maven.apache.org/plugins/maven-source-plugin/

You should specify the version in your project's plugin configuration:


org.apache.maven.plugins
maven-source-plugin
3.2.1


You can download the appropriate sources etc. from the download page:

https://maven.apache.org/plugins/maven-source-plugin/download.cgi
 
Release Notes - Maven Source Plugin - Version 3.2.1

** Bug
* [MSOURCES-122] - ITs fail due to unexpected EOL characters when building 
release sources from the ZIP
* [MSOURCES-123] - files in maven-shared-archive-resources are added in 
non-reproducible order

Enjoy,
 
-The Apache Maven team



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org