You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2018/01/15 19:27:46 UTC

[sling-org-apache-sling-launchpad-content] branch master updated: Removing the number of duplicate configurations

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 <da...@gmail.com>
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
['"commits@sling.apache.org" <co...@sling.apache.org>'].