You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/09/14 16:11:55 UTC

[isis] 14/19: ISIS-1969: tiny improvement on the packaging directive within helloworld.

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit c8ce9ca9507272a7b43cc5513738d5783357bfad
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Sep 14 16:35:33 2018 +0100

    ISIS-1969: tiny improvement on the packaging directive within helloworld.
---
 example/application/helloworld/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/example/application/helloworld/pom.xml b/example/application/helloworld/pom.xml
index 041a85d..265d704 100644
--- a/example/application/helloworld/pom.xml
+++ b/example/application/helloworld/pom.xml
@@ -232,7 +232,9 @@
                         <version>${maven-war-plugin.version}</version>
                         <configuration>
                             <warName>${maven-war-plugin.warName}</warName>
-                            <packagingExcludes>%regex[WEB-INF/lib/(?!common-A|common-B).*.jar]</packagingExcludes>
+                            <packagingExcludes>
+                                %regex[WEB-INF/lib/(?!helloworld).*.jar]
+                            </packagingExcludes>
                             <archive>
                                 <manifest>
                                     <addClasspath>false</addClasspath>