4.0.0
    org.jcnc.snow
    Snow
    0.7.0
    
        UTF-8
        UTF-8
        24
        24
        0.10.5
    
    
    
        
        
            
                
                src/main/resources
                
                true
            
        
        
            
            
                org.apache.maven.plugins
                maven-compiler-plugin
                3.14.0
                
                    24
                
            
            
            
                org.apache.maven.plugins
                maven-jar-plugin
                3.3.0
                
                    
                        
                            
                            org.jcnc.snow.cli.SnowCLI
                            
                            true
                            
                            true
                        
                    
                
            
        
    
    
        
        
            native-linux
            
                
                    unix
                
            
            
                
                    
                        org.graalvm.buildtools
                        native-maven-plugin
                        ${native.maven.plugin.version}
                        true
                        
                            org.jcnc.snow.cli.SnowCLI
                            Snow
                            ${project.build.directory}
                            
                                --static
                                --libc=musl
                                --emit=build-report
                                -O2
                                -H:Class=org.jcnc.snow.cli.SnowCLI
                                -H:CCompilerPath=/opt/musl/bin/musl-gcc
                                -H:CLibraryPath=/opt/musl/lib
                            
                        
                        
                            
                                build-native
                                
                                    compile-no-fork
                                
                                package
                            
                            
                                test-native
                                
                                    test
                                
                                test
                            
                        
                    
                
            
        
        
        
            native-windows
            
                
                    Windows
                
            
            
                
                    
                        org.graalvm.buildtools
                        native-maven-plugin
                        ${native.maven.plugin.version}
                        true
                        
                            
                            
                                build-native
                                
                                    compile-no-fork
                                
                                package
                            
                            
                            
                                test-native
                                
                                    test
                                
                                test
                            
                        
                        
                            
                                
                                --emit build-report
                                
                                -O2