You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "duan xiong (JIRA)" <ji...@apache.org> on 2019/03/24 01:29:00 UTC

[jira] [Created] (OOZIE-3453) Copy only server dependencies in dependency folder to distro

duan xiong created OOZIE-3453:
---------------------------------

             Summary: Copy only server dependencies in  dependency folder to distro
                 Key: OOZIE-3453
                 URL: https://issues.apache.org/jira/browse/OOZIE-3453
             Project: Oozie
          Issue Type: Improvement
          Components: bundle
    Affects Versions: 5.1.0
            Reporter: duan xiong
            Assignee: duan xiong


I think this should be more accurate about locate a file in a folder,It can make package more quickly.

```

<includes>
 <include>oozie-server*.jar</include>
 <include>**/jetty*-${jetty.version}.jar</include>
 <include>**/mail*.jar</include>
 <include>**/apache*.jar</include>
 <include>**/javax.servlet-api-3.1.0.jar</include>
 <include>**/taglibs-*jar</include>
 <include>**/org.eclipse.jdt.core-*jar</include>
</includes>

```

and

```

<fileSet>
 <directory>${basedir}/../webapp/target/oozie-webapp-${project.version}</directory>
 <outputDirectory>/embedded-oozie-server/webapp</outputDirectory>
 <excludes>
 <exclude>**/web.xml</exclude>
 </excludes>
</fileSet>

```

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)