Hi, I would like to add the version numbers to the generated artifacts (i.e.  jar, 
war, and ear files).  Also, I would like to have the number formated as follows:

<version-number> = <major>.<minor>.<bug-fix>.<build-number>

For example,  10.2.3.25 or 0.0.1.35 would be valid version numbers for me.  Also, the 
format of the jar, ear, and war files would be as follows:

<jar-name>-<version-number>.{ jar | ear | war }

The same scheme goes for directories that were generated during the build process.  
For example, 

classes-<version-number>

This is my first day on the list and my first day really starting to use Maven in our 
build
process.  Thus, I'm just wanting to get up to speed with the tool after wasting my time
with Anthill for the last few days and I'm hoping that Maven does a better job for me.

Thanks in advance,

-Conrad


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

Reply via email to