pleeplop commented on PR #102:
URL: 
https://github.com/apache/maven-assembly-plugin/pull/102#issuecomment-1328305603

   > Moreover, you might want to map `.tzst` as well:
   
   Good idea, it should work now.
   
   
   > The change is incomplete which you handle the exception, you ignore it in 
the test and don't skip the test:
   
   Ok, I see.
   The latest change uses a [selector 
script](https://maven.apache.org/plugins/maven-invoker-plugin/examples/selector-scripts.html)
 to skip tests.
   
   Native library available:
   ```
   [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @ 
maven-assembly-plugin ---
   [INFO] -------------------------------------------------
   [INFO] Build Summary:
   [INFO]   Passed: 146, Failed: 0, Errors: 0, Skipped: 0
   [INFO] -------------------------------------------------
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] 
------------------------------------------------------------------------
   ```
   
   Native library missing:
   ```
   [INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @ 
maven-assembly-plugin ---                                                       
                                                        [24/1391]
   [INFO] -------------------------------------------------                     
               
   [INFO] Build Summary:                                                        
                            
   [INFO]   Passed: 145, Failed: 0, Errors: 0, Skipped: 1                       
                            
   [INFO] -------------------------------------------------                     
                        
   [ERROR] The following builds was skipped:                                    
                            
   [ERROR] *  projects/basic-features/formats-zstd/pom.xml                      
                            
   [INFO] -------------------------------------------------                     
                     
   [INFO] 
------------------------------------------------------------------------   
   [INFO] BUILD SUCCESS                                                         
                            
   [INFO] 
------------------------------------------------------------------------
   ```
   


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