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

dklco pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-content.git


The following commit(s) were added to refs/heads/master by this push:
     new 1042be5  Removing the number of duplicate configurations
1042be5 is described below

commit 1042be5a3583f4a07e87e3b29813b0c8b7e58c81
Author: Dan Klco <[email protected]>
AuthorDate: Mon Jan 15 14:26:01 2018 -0500

    Removing the number of duplicate configurations
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4091f83..fc1a7a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,8 +98,6 @@
                                </goals>
                                <configuration>
                                        <arguments>install</arguments>
-                                       
<workingDirectory>${frontend.target}</workingDirectory>
-                                       
<installDirectory>${frontend.target}</installDirectory>
                                </configuration>
                        </execution>
                        <execution>
@@ -107,9 +105,6 @@
                                <goals>
                                        <goal>gulp</goal>
                                </goals>
-                               <configuration>
-                                       
<workingDirectory>${frontend.target}</workingDirectory>
-                               </configuration>
                        </execution>
                </executions>
       </plugin>
@@ -121,7 +116,7 @@
           <instructions>
             <Export-Package />
             <Sling-Initial-Content>content</Sling-Initial-Content>
-            
<Include-Resource>{maven-resources},${basedir}/src/main/resources,${basedir}/target/frontend/dist,</Include-Resource>
+            
<Include-Resource>{maven-resources},${basedir}/target/frontend/dist</Include-Resource>
           </instructions>
         </configuration>
       </plugin>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to