nixonrodrigues opened a new pull request, #715:
URL: https://github.com/apache/atlas/pull/715

   ## What changes were proposed in this pull request?
   
   Update _distro/src/main/assemblies/src-package.xml_ to exclude all frontend 
dependency directories:
   
   ```
   <exclude>**/node_modules/**</exclude>
   <exclude>**/.frontend-toolchain/**</exclude>
   ```
   Remove the module-specific exclusions (_dashboardv2/node_modules/**, 
docs/node_modules/**_) since the glob pattern covers all modules.
   
   
   ## How was this patch tested?
   
   After applying the fix and rebuilding:
   `mvn clean package -Pdist -DskipTests
   `
   `tar tzf distro/target/apache-atlas-2.6.0-sources.tar.gz | grep 
node_modules` # Must return no output


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to