Thanks for your reply. I a have few follow-ups:
In which version of Maven was pom.id deprecated? Is there a timeframe/version when pom.id will be removed? 1.0.1, 1.1 or 2.0? When will pom.artifactId be added to the XML schema? POM version 4? Which version of Maven will use POM version 4?
The reasons for all these questions is that it now somewhat confusing trying the different examples in the documentation of Maven. Some of the examples work, but the xml-files won't validate.
So I thought that I would make patches to the documentation so that they reflect what should be used in the *current* version of Maven. If there are any deprecations they should be added to the documentation so that users of Maven know that things are changing and if/when they need to change their configurations.
-- Dennis Lundberg
Emmanuel Venisse wrote:
pom.id is deprecated, you must use pom.artifactId.
Emmanuel
----- Original Message ----- From: "Dennis Lundberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 29, 2004 10:58 PM
Subject: pom.id versus pom.artifactId - which is correct?
Hello
I have noticed that the XML schema uses pom.id, but the examples in http://maven.apache.org/reference/user-guide.html#POM_Processing uses pom.artifactId instead. Running different Maven goals using pom.artifactId seems to work, even though the project.xml file will not validate.
Is pom.artifactId some old thing that someone forgot to remove before the 1.0 release or is it just an undocumented feature?
-- Dennis Lundberg
--------------------------------------------------------------------- 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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
