MOJO Paramater Question

2006-11-07 Thread Adam Lewis
My understanding of mojo parameters is that when declaring paramters for a mojo, the @parameter expression=${...} syntax allows access to various properties that already exist in the environment. Is there a unfied list of what can be put there floating around out there? Is there a good way of

Re: MOJO Paramater Question

2006-11-07 Thread Matt Campbell
The @parameter refers to the pom configuration or system properties so if you had @parameter expression=${project.build.resources} the could either mean your looking for a system property named project.build.resources or your looking for the resources listed in the pom, which would be