[ https://issues.apache.org/jira/browse/OOZIE-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799880#comment-16799880 ]
Hadoop QA commented on OOZIE-3453: ---------------------------------- PreCommit-OOZIE-Build started > 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 > Priority: Major > Attachments: OOZIE-3453-001.patch > > > 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)