This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/master by this push:
new 1cfd9d7 fix assembly plugin configuration
1cfd9d7 is described below
commit 1cfd9d7f402a7eca68ec0291b599d377a1801f7d
Author: olivier lamy <[email protected]>
AuthorDate: Mon Dec 31 15:38:36 2018 +1000
fix assembly plugin configuration
Signed-off-by: olivier lamy <[email protected]>
---
archiva-jetty/pom.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 36b95ae..1ce0b0b 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -252,7 +252,9 @@
</execution>
</executions>
<configuration>
- <descriptor>src/main/assembly/bin.xml</descriptor>
+ <descriptors>
+ <descriptor>src/main/assembly/bin.xml</descriptor>
+ </descriptors>
<finalName>apache-archiva-${project.version}</finalName>
</configuration>
</plugin>