Can we make use of our own properties/variables in archetypes?
The m2eclipse plugin allows us to define properties to be used at arcetype
generation time.
The problem is, I've not see a single references as to _how_ to do
this!???
For example:
<dependency>
<groupId>${groupId}</groupId>
<artifactId>${projectName}Web</artifactId>
<version>1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
I would like to be able to define the value of the variable projectName,
so, if I defined projectName = Blah, it would expand to:
<artifactId>BlahWeb</artifactId>
-Chris
**********************************************************************
CAUTION - This message is intended for the addressee named above. It may
contain privileged or confidential information.
If you are not the intended recipient of this message you must:
- Not use, copy, distribute or disclose it to anyone other than the addressee;
- Notify the sender via return email; and
- Delete the message (and any related attachments) from your computer
immediately.
Internet emails are not necessarily secure. Australian Associated Motors
Insurers Limited ABN 92 004 791 744 (AAMI), and its related entities, do not
accept responsibility for changes made to this message after it was sent.
Unless otherwise stated, views expressed within this email are the author's own
and do not represent those of AAMI.
**********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]