maven - pom.xml define properties constants

Define :
    <properties>
        <my_Constant_String>com.gt.App</my_Constant_String>
    </properties>
Use :

 <some_property_tag>${my_Constant_String}</some_property_tag>

1 comment :

Your Comment and Question will help to make this blog better...