Re: Reference to plugin's pom.xml during build.

2006-07-07 Thread Marcin Maciukiewicz
Edwin Punzalan wrote: You can put any artifact as a dependency (whether it contains classes or just plain text files doesn't matter ) and then you can get files from it using the classloader Resource. This is not solution for me. I'm working on plugin for eclipse builds. There is set of

Re: Reference to plugin's pom.xml during build.

2006-06-26 Thread Edwin Punzalan
You can put any artifact as a dependency (whether it contains classes or just plain text files doesn't matter ) and then you can get files from it using the classloader Resource. Marcin Maciukiewicz wrote: Hello! I'm working on Maven plugin for building project using 3rd party tools.

Reference to plugin's pom.xml during build.

2006-06-23 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd party tools. Problem: My plugin (PLUGIN) is used to build project (PROJECT). When building PROJECT my PLUGIN need to use RESOURCES (file skeletons, etc) . I want the RESOURCES to be in separate artifact refered from PLUGIN.

Reference to plugin's pom.xml during build.

2006-06-22 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd party tools. Problem: My plugin (PLUGIN) is used to build project (PROJECT). When building PROJECT my PLUGIN need to use RESOURCES (file skeletons, etc) . I want the RESOURCES to be in separate artifact refered from PLUGIN.