All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.pom-template.ftl Maven / Gradle / Ivy

Go to download

A plugin to allow package, start, stop, run of Eclipse Vert.x applications

There is a newer version: 2.0.1
Show newest version


    4.0.0

    ${mProjectGroupId}
    ${mProjectArtifactId}
    ${mProjectVersion}

    
        UTF-8
        <#if javaVersion == "1.8">
        ${javaVersion}
        ${javaVersion}
        <#else>
        ${javaVersion}
        
        
        ${vertxVersion}
        <#if vertxVerticle??>${vertxVerticle}
        
        ${vmpVersion}
    

    
        
            
                io.vertx
                ${vertxBom}
                ${r"${vertx.version}"}
                pom
                import
            
        
    

    
        
            io.vertx
            vertx-core
        
        <#if vertxVersion?starts_with("5.")>
        
            io.vertx
            vertx-launcher-application
        
        
    

    
        
            
                io.reactiverse
                vertx-maven-plugin
                ${r"${vertx-maven-plugin.version}"}
                
                    
                        vmp
                        
                            initialize
                            package
                        
                    
                
            
        
    






© 2015 - 2025 Weber Informatics LLC | Privacy Policy