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 ant-s

deploy:deploy-file

2006-07-07 Thread Marcin Maciukiewicz
Hi! I want to deploy my artifact via ftp. So this is my command: mvn -e -Durl=file://ftp://some-server/root-dir/ -Dfile=com.company.models.util_1.2.0.jar -DrepositoryId=ftp-company-snapshot -DgroupId=com.company.models -DartifactId=com.company.models.util -Dversion=1.2.0-SNAPSHOT -Dpackaging=jar

Re: How to overwrite clean behaviour.

2006-06-29 Thread Marcin Maciukiewicz
t; wrote: > > > > any suggestion? > > > > -D > > > > > > On 6/26/06, dan tran <[EMAIL PROTECTED]> wrote: > > > > > > I am also interested on how to do this as well? any suggestion? > > > > > > -Dan > > > > >

How to overwrite clean behaviour.

2006-06-26 Thread Marcin Maciukiewicz
Hi! My plugin is using my own packaging. I need to overwrite (not only customize) clean behaviour. How to do this and still let users to call only: $> mvn clean Regards. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

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. Reason

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. Reas