J-HowHuang commented on PR #17483:
URL: https://github.com/apache/pinot/pull/17483#issuecomment-3731811239

   https://github.com/apache/maven-dependency-plugin/issues/1543
   @Jackie-Jiang @xiangfu0 Linking similar issue here. So we have 
   ```xml
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-assembly-plugin</artifactId>
               <dependencies>
                 <dependency>
                   <groupId>org.apache.pinot</groupId>
                   <artifactId>assembly-descriptor</artifactId>
                   <version>${project.version}</version>
                 </dependency>
               </dependencies>
               ...
   ```
   within `pinot-plugin`'s `pom.xml`, and `assembly-descriptor` is one of the 
`pinot-plugin`'s modules. One could build `assembly-descriptor` first before 
running `dependency:go-offline` goal, otherwise using versions before 3.9


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to