Re: ability to figure out mojo's groupid, artifactid, execution id

2005-08-24 Thread Brett Porter
There isn't anything to determine the execution Id at present. I guess we could have it passed through as an expression. However, the execution Id isn't meant to be anything significant - just a way to ensure inherited executions merge properly. - Brett dan tran wrote: Hello all, In my case

ability to figure out mojo's groupid, artifactid, execution id

2005-08-23 Thread dan tran
Hello all, In my case doing idl2java code generation, I need a way to create a unique file to store timestamp. Trygvis suggests to use getClass().getResource( META-INF/maven/pom.properties ) What about execution id? Thanks -Dan

Re: ability to figure out mojo's groupid, artifactid, execution id

2005-08-23 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 unique to the project, unique to a place in time, or what? I'm not sure I understand. dan tran wrote: | Hello all, | | In my case doing idl2java code generation, I need a way to create a unique file | to store timestamp. | | Trygvis suggests to use

Re: ability to figure out mojo's groupid, artifactid, execution id

2005-08-23 Thread dan tran
Folks, Jesse gives me a very elegent solution in his maven-sablecc-plugin. So that I can use an input file source file to create a tmp file. And use that tmp file to check for staledsource when the mojo got run again. Thanks On 8/23/05, John Casey [EMAIL PROTECTED] wrote: -BEGIN PGP