RE: WAR-plugin lacks support of client-side jars

2004-02-02 Thread Sonnek, Ryan
+1 I think it would be a great idea to have the war plugin handle packaging of webstart applications. I deal with this myself my manually copying the jars within my maven.xml. Another bonus would be for the war plugin to include Sun's webstart servlet (maybe not possible due to licensing confli

RE: cvs commit: maven-plugins/announcement plugin.properties

2004-01-06 Thread Sonnek, Ryan
[quote] maybe we could expand the project/properties to include optional descriptions and default values and we could easily generate doco for that. [/quote] +20 for that vote! I would love to see the default values for properties and attributes right in the doco, and standardized across all plugi

RE: new maven goal

2003-12-19 Thread Sonnek, Ryan
fails to build. In this case, I think resolving snapshots is the best course of action. -- Ryan Hoegg ISIS Networks http://www.isisnetworks.net Sonnek, Ryan wrote: >Understood. I think that this plugin is strictly for developers use on >their local respository, and any files on the rem

RE: new maven goal

2003-12-19 Thread Sonnek, Ryan
maven goal On Thu, 2003-12-18 at 17:07, Sonnek, Ryan wrote: > I have nearly finished creating a small plugin that I think could be > integrated into the maven clean plugin. I would like to get feedback on it > and ask about if/how to submit it to the maven community. > > I created

new maven goal

2003-12-18 Thread Sonnek, Ryan
I have nearly finished creating a small plugin that I think could be integrated into the maven clean plugin. I would like to get feedback on it and ask about if/how to submit it to the maven community. I created a plugin that goes through the user's local repository and deletes out all timestampe

artifact utilities

2003-12-18 Thread Sonnek, Ryan
Are there any utility classes currently in the codebase for working with local artifacts? Specifically, I'm trying to go through the entire local repository and delete old snapshot artifacts. I need to parse out the "version" for all artifacts, and I thought someone might have done this before.

RE: jelly intro

2003-12-17 Thread Sonnek, Ryan
inside my plugin.jelly. is there a developer's HOWTO available (on wiki?). Ryan -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 2:12 PM To: Maven Developers List Subject: Re: jelly intro On Wed, 2003-12-17 at 12:02, Sonnek, Ryan wro

jelly intro

2003-12-17 Thread Sonnek, Ryan
I'm a new plugin developer looking for resources on jelly scripting. To be exact, I'm looking for how to iterate through a list of folders and modify files that match a certain pattern. any tutorials or examples you could point me to? I've searched through the plugins I have installed, but haven