Reference to plugin's pom.xml during build.

2006-06-19 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-16 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd paty 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. Reaso

Reference to plugin's pom.xml during build.

2006-06-16 Thread Marcin Maciukiewicz
Hello! I'm working on Maven plugin for building project using 3rd paty 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. Reaso

Re: How can I store artifacts in our remote repository?

2006-02-14 Thread Marcin Maciukiewicz
On 2/14/06, ravi kumar <[EMAIL PROTECTED]> wrote: > > Hi, I am Ravikumar. I came to get help form you. That is : > How can I store artifacts in our remote repository? > Could you please give the solution for this? I am waiting for you solution…. > Thanks and Regards, > Ravikumar.M I think

Re: m2: install-snapshot

2006-02-14 Thread Marcin Maciukiewicz
On 2/14/06, Brett Porter <[EMAIL PROTECTED]> wrote: > if the version includes SNAPSHOT, it will be published as a snapshot, > if the version does not, it won't. Thanks! This is what I was missing:))) - To unsubscribe, e-mail: [EM

Re: m2: install-snapshot

2006-02-13 Thread Marcin Maciukiewicz
On 2/13/06, Fredy <[EMAIL PROTECTED]> wrote: > Hi, > i think it's an automatismus! > Try to add a snapshot rep to your !! > > > > xcv_snapshot > > file:///v:/mvnSnapshotRepo > >

m2: install-snapshot

2006-02-13 Thread Marcin Maciukiewicz
Hi all! I'm wondering how to get snapshot installed in m2. In m1 there was nice install-snapshot goal and I could get artifactId-MMDD.ext artifact file installed (same with deploy-snapshot). I need to publish artifacts with such pattern for artifact's name. How to get this in m2? Should I wri

Own provider instead of pom.xml

2006-01-17 Thread Marcin Maciukiewicz
Hello! I have own project layout where informations are in separate files. Since switching to pom.xml is not under discussion (development tools etc.) I was wondering if there is way to create own "project info provider" class for maven 2. As I said, all required informations are kept in project

Re: artifact for jsp taglib: bug? bad practice? or what?

2004-08-04 Thread Marcin Maciukiewicz
Add the following to your tld dependency: true This will place the tld in ${maven.war.tld.dir}. See http://maven.apache.org/reference/plugins/war/properties.html. thanks.. this is what I was looking for:) -- Marcin Maciukiewicz [EMAIL PROTECTED

Re: artifact for jsp taglib: bug? bad practice? or what?

2004-08-02 Thread Marcin Maciukiewicz
loose maven's dependency check ... ar>:( anyway.. I assume also that there is no support for placing tld's in webapp structure in any goal? -- Marcin Maciukiewicz [EMAIL PROTECTED] - To unsubscribe, e-mail:

artifact for jsp taglib: bug? bad practice? or what?

2004-08-02 Thread Marcin Maciukiewicz
or taglib and tld - this will be easier to maintain for long term. Thanks while(true){System.out.println("Maven: Great idea, great job");} -- Marcin Maciukiewicz [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: configure goal

2004-06-22 Thread Marcin Maciukiewicz
Peter Nabbefeld wrote: Hi Marci, I don't think, that You want to change the static properties of Your project very often, so a configure plugin would probably not be the right solution. Yes U are right. I've only wrote about this file, becuse this is the place for properties for the project in

configure goal

2004-06-21 Thread Marcin Maciukiewicz
project.properties based on interaction with developer or from cmd line switches. I see this like configure in make projects. what you think about this? -- Marcin Maciukiewicz [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL

diff between jar:deploy[-snapshot] and ear:deploy[-snapshot]

2004-06-21 Thread Marcin Maciukiewicz
like a bug. I'm not sure. Can anyone explain this? Workaround: Copy-pasted jar:deploy[-snapshot] goals code into ejb plugin with some replaces should help. -- Marcin Maciukiewicz [EMAIL PROTECTED] - To unsubscribe, e-mai