File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 289289          <skipAssembly >true</skipAssembly >
290290        </configuration >
291291      </plugin >
292+       <plugin >
293+         <groupId >org.apache.maven.plugins</groupId >
294+         <artifactId >maven-jar-plugin</artifactId >
295+         <configuration >
296+           <excludes >
297+             <exclude >**/hbase-webapps/**</exclude >
298+           </excludes >
299+         </configuration >
300+       </plugin >
292301      <!--  Make a jar and put the sources in the jar --> 
293302      <plugin >
294303        <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 453453            <exclude >log4j.properties</exclude >
454454            <exclude >mapred-queues.xml</exclude >
455455            <exclude >mapred-site.xml</exclude >
456+             <exclude >**/hbase-webapps/**</exclude >
456457          </excludes >
457458        </configuration >
458459      </plugin >
Original file line number Diff line number Diff line change 194194          <skipAssembly >true</skipAssembly >
195195        </configuration >
196196      </plugin >
197+       <plugin >
198+         <groupId >org.apache.maven.plugins</groupId >
199+         <artifactId >maven-jar-plugin</artifactId >
200+         <configuration >
201+           <excludes >
202+             <exclude >**/hbase-webapps/**</exclude >
203+           </excludes >
204+         </configuration >
205+       </plugin >
197206      <!--  General ant tasks, bound to different build phases --> 
198207      <plugin >
199208        <artifactId >maven-antrun-plugin</artifactId >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments