But where does the name go - you just have the value written there. Also How do you define more than one property? I was hoping it would be something like:

<project>
  <properties>
    <property>
      <name>myname</name>
      <value>myvalue</value>
    </property>
    <property>
      <name>myname2</name>
      <value>myvalue2</value>
    </property>
  </properties>
</project>

AW

On 13 Sep 2005, at 02:53, John Casey wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Actually, no. It's *like* the properties defined in profiles in syntax, but this is a properties section that is specified as a direct child of
the <project> element. So:

<project>
~  ...
~  <properties>
~    <name>value</name>
~  </properties>
</project>

Cheers,

john

Allan Ramirez wrote:
| I guess your'e  referring with the profiles, here's a link for your
| reference
|
| http://maven.apache.org/maven2/profiles-overview.html
|
| hope this helps,
|
| Regards,
| -allan
|
| Ashley Williams wrote:
|
|> Heard that there is a new properties tag underneath root project, but
|> can't guess the syntax - anyone know?
|>
|> ---------------------------------------------------------------------
|> 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]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDJjEwK3h2CZwO/4URAiApAJ9e9gYTPqSCvHs27kTim2tB5BM3GACgmGS/
nl9MEBBYZBn7X2A0MwpvzSI=
=AINP
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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