How to query Pom version using maven
        Posted  
        
            by harschware
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by harschware
        
        
        
        Published on 2010-05-06T17:14:09Z
        Indexed on 
            2010/05/06
            17:18 UTC
        
        
        Read the original article
        Hit count: 230
        
Is there a goal one can execute that will just echo the version of a pom? I can think of a way to make it work using the maven-ant-plugin, but that requires me to have ant-plugin configuration in the pom and I would a method that would work with any pom.
© Stack Overflow or respective owner