Re: [m2] How do I create an assembly where the date/time is part of the filename?

2005-12-04 Thread Allan Ramirez
Hi Chris, I think this is not yet possible in the current assembly plugin. You may file a jira issue for the improvement of assembly plugin. regards, -allan Chris Richardson wrote: Hi, In my pom.xml I have: ... pia jar 1.0-SNAPSHOT ... I have also defined an assembly descriptor that

[m2] How do I create an assembly where the date/time is part of the filename?

2005-12-04 Thread Chris Richardson
Hi, In my pom.xml I have: ... pia jar 1.0-SNAPSHOT ... I have also defined an assembly descriptor that creates a src assembly mvn assembly:assembly creates the file target/pia-1.0-SNAPSHOT-src.zip How can I get it to create a file called target/pia-1.0-SNAPSHOT- -src.zip? Thanks. Chris