assembly:single goal fails with "Error reading assemblies: No assembly descriptors found"
Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/be304830 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/be304830 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/be304830 Branch: refs/heads/site Commit: be3048300e140c5e9e5b4d23c0b27accd0af4c4d Parents: 6344afc Author: Volodymyr Vysotskyi <[email protected]> Authored: Sun Jul 15 17:30:30 2018 +0300 Committer: Volodymyr Vysotskyi <[email protected]> Committed: Sun Jul 15 17:30:49 2018 +0300 ---------------------------------------------------------------------- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/be304830/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 82cc6ff..91839ce 100644 --- a/pom.xml +++ b/pom.xml @@ -1046,7 +1046,9 @@ limitations under the License. <configuration> <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot> <appendAssemblyId>false</appendAssemblyId> - <descriptor>src/main/config/assemblies/source-assembly.xml</descriptor> + <descriptors> + <descriptor>src/main/config/assemblies/source-assembly.xml</descriptor> + </descriptors> <finalName>apache-calcite-${project.version}-src</finalName> <tarLongFileMode>gnu</tarLongFileMode> </configuration>
