Hi Joerg,

AFAICT, the version.id element is only used by the announcement plugin for generating release announcements; version.name and version.tag are used by the scm plugin.

It would be nice though if we had an easy way to find out which pom settings are used by a particular plugin.

-Lukas


Jörg Schaible wrote:
Hi folks,

currently I am wondering what the versions block is used for in POM v3:

...
<versions>
        <version>
                <id>???</id>
                <name>1.0-beta-1</name>
                <tag>XY_1-0-BETA-1_RELEASE</tag>
        </version>
</versions>
...

From the POM reference description I cannot conclude what the id element should 
be.  According to the description, the complete info should be used by the dist 
plugin, but there is no reference to it in the plugin.jelly and is obviously 
not used at all. So what is it for?

- Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to