On 10/30/06, Shelley Lock <[EMAIL PROTECTED]> wrote:
The 4.0.0 POM schema indicates that the finalName includes the extension [1], but when running
"package," the default packaging type extension is automatically appended. For example, if
<finalName>test.zip</finalName> is used for a jar project, the resulting artifact is
test.zip.jar. Is this an issue with the package goal or a miscommunication in the xsd?
Shelley, the xsd for Maven 2.0.4 differs from the comments that you
pasted on MNG-1676. What version did you copy that from?
From http://maven.apache.org/ref/2.0.4/maven-model/maven.html :
finalName The filename (excluding the extension, and with no path
information) that the produced artifact will be called. The default
value is ${artifactId}-${version}.
(This started as discussion on http://jira.codehaus.org/browse/MNG-1676 .)
--
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]