Re: custom archetype : filtering directory names

2006-10-18 Thread Wendy Smoak

On 10/18/06, Paul Barry <[EMAIL PROTECTED]> wrote:

Sorry to take this a little of topic, but what is ${keys}?  Is there
documentation somewhere that says what replacements you can use in
custom archetypes?


I think he just meant arbitrary replacement properties.  There is a
list of properties on the wiki:
http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide

--
Wendy

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



Re: custom archetype : filtering directory names

2006-10-18 Thread Paul Barry

Sorry to take this a little of topic, but what is ${keys}?  Is there
documentation somewhere that says what replacements you can use in
custom archetypes?

On 10/18/06, Jan-Christopher Bals <[EMAIL PROTECTED]> wrote:

Hi!

I am currently building a custom archetype.

In addition to the replacement of ${keys} in files i need a way to
rename files and directories.

Example:

archetype
|-- pom.xml
`-- src
 `-- main
 `-- resources
 |-- META-INF
 |   `-- archetype.xml
 `-- archetype-resources
 |-- pom.xml
 `-- src
 `-- main
 `-- java
 `-- ${packagename}
 `--${classname}.java



Is there a way to achieve replacements like that?

best regards

Jan

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



custom archetype : filtering directory names

2006-10-18 Thread Jan-Christopher Bals

Hi!

I am currently building a custom archetype.

In addition to the replacement of ${keys} in files i need a way to 
rename files and directories.


Example:

archetype
|-- pom.xml
`-- src
`-- main
`-- resources
|-- META-INF
|   `-- archetype.xml
`-- archetype-resources
|-- pom.xml
`-- src
`-- main
`-- java
`-- ${packagename}
`--${classname}.java



Is there a way to achieve replacements like that?

best regards

Jan

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