vincentchenjl opened a new pull request #6135:
URL: https://github.com/apache/incubator-pinot/pull/6135


   This PR is to fix the failure when maven runs `maven-assembly-plugin` before 
the `maven-shade-plugin`, which causes that maven cannot find 
`thirdeye-dashboard-1.0.0-SNAPSHOT.jar` for building the .zip file. 
   
   Error message is shown as following:
   `thirdeye-dist: Failed to create assembly: Error adding file to archive: 
/path/to/incubator-pinot/thirdeye/thirdeye-dist/thirdeye/thirdeye-dist/../thirdeye-dashboard/target/thirdeye-dashboard-1.0.0-SNAPSHOT.jar
 isn't a file`
   
   Steps to reproduce the issue:
   1. Run `mvn clean`. Make sure that all the `target/` directories are 
deleted. 
   2. Run `mvn install -DskipTests`
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to