Re: Apache Archiva is now a top level project at the ASF

2008-03-20 Thread Franz Allan Valencia See
Congratulations ! :-) On Thu, Mar 20, 2008 at 3:45 PM, Fabrice Bellingard [EMAIL PROTECTED] wrote: Hey, good news! :-) -- Fabrice - [EMAIL PROTECTED] - On Wed, Mar 19, 2008 at 6:56 PM, Brett Porter [EMAIL PROTECTED] wrote: Hi all, The board approved the resolution we submitted,

Re: Apache Continuum is now an Apache top level project

2008-02-20 Thread Franz Allan Valencia See
wow. cool ! ^_^ congrats everyone ! ^_^ On Thu, Feb 21, 2008 at 10:16 AM, Napoleon Esmundo C. Ramirez [EMAIL PROTECTED] wrote: Yay! Congrats! Cheers! Nap On Thu, Feb 21, 2008 at 9:07 AM, Maria Odea Ching [EMAIL PROTECTED] wrote: Yay! Congrats everyone! :-) -Deng On Thu, Feb

Re: [vote] Request Graduation to a TLP

2008-02-05 Thread Franz Allan Valencia See
+1 On Feb 5, 2008 6:22 PM, Napoleon Esmundo C. Ramirez [EMAIL PROTECTED] wrote: +1 On Feb 6, 2008 10:06 AM, Henry Isidro [EMAIL PROTECTED] wrote: This is great news +1 On Feb 6, 2008 10:00 AM, Maria Odea Ching [EMAIL PROTECTED] wrote: +1 -Deng On Feb 6, 2008 7:06

ARCHETYPE-40

2007-05-23 Thread Franz Allan Valencia See
Good day, Anybody would like to take a look at archetype-40? ..it's a simple problem with a simple patch attached to it. Thanks, Franz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

What is the Best practice for generating variations of an artifacts?

2007-04-26 Thread Franz Allan Valencia See
Good day, Anybody want to comment on [1]. I think this has already been asked several times, and it would be interesting what the other developers would suggest as the best practice :-) Thanks, Franz [1] http://www.nabble.com/forum/ViewPost.jtp?post=9512947framed=yskin=177

Re: Controlling plugin versions using dependency management

2007-04-20 Thread Franz Allan Valencia See
Good day, Use pluginMangement/ instead. Something like project ... build pluginManagement plugins plugin !-- if you don't specify a groupId, org.apache.maven.plugins is used. -- groupIdorg.apache.maven.plugins/groupId

Re: Subclassing the war plugin

2007-04-20 Thread Franz Allan Valencia See
Good day to you, Jochen, If you really think maven-war-plugin will not fulfill your war's special needs, then maybe your packaging is not really a war hence you'd have to go with packgingmywar/packaging But if you think it really is a war, then you might want to extend the maven-war-plugin.

Re: Change in behavior of maven-archetype-plugin

2007-04-15 Thread Franz Allan Valencia See
Btw, what is the proposed new descriptor format? :-) On 4/13/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: 2007/4/9, Jason van Zyl [EMAIL PROTECTED]: On 8 Apr 07, at 10:41 PM 8 Apr 07, Brett Porter wrote: It seems apparent now that we should push forward with the ng stuff. I was going to

Re: Change in behavior of maven-archetype-plugin

2007-04-15 Thread Franz Allan Valencia See
fileSets/ modules/ /module /modules /archetype 2007/4/15, Franz Allan Valencia See [EMAIL PROTECTED]: Btw, what is the proposed new descriptor format? :-) On 4/13/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: 2007/4/9, Jason van

Re: Remove auto-resolution of plugin versions from Maven 2.1

2007-04-11 Thread Franz Allan Valencia See
I Agree. Minimum configuration should be enough for the common use cases. But if your build fails with the minimum configuration, then that's the time you add in other configurations. IMHO, it's just like the dependency mechanism. A typical user would only have to specify the artifacts he / she

Re: [Archetypes] plugin proposition

2007-04-08 Thread Franz Allan Valencia See
Curious,.. Where is the jira issue(s) for this? ..Can't seem to find them :-) Thanks, Franz On 4/1/07, Milos Kleint [EMAIL PROTECTED] wrote: On 4/1/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 1 Apr 07, at 6:49 AM 1 Apr 07, Milos Kleint wrote: exactly this is a showstopper for me

Re: Any way to get an archetype to make projects with classes in src/main/groovy?

2007-04-08 Thread Franz Allan Valencia See
With the current archetype version - no. But feel free to file a jira issue ( if one hasn't already been ) :) On 4/8/07, Jason Dillon [EMAIL PROTECTED] wrote: Looks like the current archetype stuff isn't happy making files in src/main/groovy, it pukes this up when trying: snip [INFO] Error

Re: [discuss] add validate/initialize to site lifecycle

2007-04-03 Thread Franz Allan Valencia See
I think pre-site is the site lifecycle's initialize phase ( as is pre-clean for the clean lifecycle ). On 4/3/07, Brian E. Fox [EMAIL PROTECTED] wrote: As Jerome pointed out earlier today on the enforcer thread, it would be nice to be able to bind some plugins like the enforcer to a phase that

Re: HowTo avoid version number in filenames

2007-03-28 Thread Franz Allan Valencia See
Yep, but it's enough if you're deploying to some container and you don't want the wars your deploying to have version number :) On 3/28/07, Stephane Nicoll [EMAIL PROTECTED] wrote: Hi, On 3/28/07, Franz Allan Valencia See [EMAIL PROTECTED] wrote: Good day to you, Dheeraj, Try project

Re: HowTo avoid version number in filenames

2007-03-27 Thread Franz Allan Valencia See
Good day to you, Dheeraj, Try project ... build finalName${artifactId}/finalName ... /build ... /project By default, the value of finalName is ${artifactId}-${version} ( without the quotes ) which every pom inherits from the super pom ( see [1] ). ..btw, you might want to try asking

Re: Test failures in maven-source-plugin

2007-03-12 Thread Franz Allan Valencia See
Good day to you, Wendy, On Windows XP, Maven 2.0.5, maven-source-plugin -r517268 builds fine Cheers, Franz On 3/12/07, Wendy Smoak [EMAIL PROTECTED] wrote: I'm seeing test failures in maven-source-plugin. Anyone else? On Windows w/ Maven 2.0.5: Failed tests:

Re: Reading pom.xml in Java

2007-03-07 Thread Franz Allan Valencia See
Good day to you, Devjyoti Seal, If you want to read a pom file, you can use the MavenXpp3Reader#read( ... ) ( see [1] ). But if you simply want to get the version of your currently running maven project inside your pom ( which is usually the case ), you can simply do [snippet] /** * @parameter

Re: build loop feature 4 continuum?

2007-02-23 Thread Franz Allan Valencia See
Good day, The maven scm provider for Star Stream is in [1]. Cheers, Franz [1] http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-provider-starteam On 2/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: we are having to use starteam...so good to know that it works

Re: Possible Maven Archetype Template Processing Bug

2007-02-21 Thread Franz Allan Valencia See
Good day to you, Ole, Try adding filtered=false to that resource. Cheers, Franz On 2/21/07, Ole Ersoy [EMAIL PROTECTED] wrote: Hi, I have an archetype that uses a png image. When I create archetype instances the png image is no longer readable (And its size has increased by 1kb, from

Re: Svn failure during release:perform

2007-02-18 Thread Franz Allan Valencia See
Good day to you, Graham, Did you try checking out from your working directory using svn command line client, or tortoisesvn? I'm guessing the working directory your continuum is pointing to has a long path ( or has 52 or more characters based on Dan's computation ). If so, you may want to

Re: Running the integration tests in an IDE

2007-02-16 Thread Franz Allan Valencia See
, Parameter Name=browser; Value=the value you want...i.e '*firefox C:\Program Files\Browsers\Mozilla Firefox\firefox.exe' 4. Press Run Cheers, Franz On 2/15/07, Franz Allan Valencia See [EMAIL PROTECTED] wrote: Good day to you, Personally, I still use the commandline to run the webapp-tests

Re: Running the integration tests in an IDE

2007-02-15 Thread Franz Allan Valencia See
Good day to you, Personally, I still use the commandline to run the webapp-tests :) Cheers, Franz On 2/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: I need more info on running the tests in the continuum-webapp-test module. After starting the selenium server and servlet container, what do I

Re: [vote-result] debugging maven with eclipse

2007-02-15 Thread Franz Allan Valencia See
Good day to you, John, Thanks :) I'll try to incorporate it this weekend :) ..unless somebody else wants to do it, in that case, please feel free to do so :) Thanks, Franz On 2/15/07, John J. Franey [EMAIL PROTECTED] wrote: Franz, Thanks for your contribution. I'm new to developing maven

Re: Resolving dependencies

2007-02-14 Thread Franz Allan Valencia See
Good day to you, Samuel, Kindly take a look at the Creating and resolving an artifact and Resolving transitively sections of [1]. Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/Mojo+Developer+Cookbook On 2/14/07, Samuel Le Berrigaud [EMAIL PROTECTED] wrote: Hi all, I was

Re: Activating profiles based on OS doesn't seem to work right

2007-02-08 Thread Franz Allan Valencia See
Good day to you, Matt, Thanks for the additional info. Yes, plexus-utils Os.java is the one handling the comparison in the os activation. Also, it is the reference that I use for [1] ( I placed it under maven user since I don't have write access to the PLEXUS wiki ). Furthermore, yes, the

Re: plexus documentation

2007-02-07 Thread Franz Allan Valencia See
Good day 2. I've found some interesting components in plexus (plexus-util) so I get frustrated not getting a better documentation about what plexus can offer. Is there some plan to get better doc ? Ask on the Plexus list but Rahul has consistently been working on it. How do you expect

Re: Activating profiles based on OS doesn't seem to work right

2007-02-06 Thread Franz Allan Valencia See
Good day, Graham, See inline comments. On 2/6/07, Graham Leggett [EMAIL PROTECTED] wrote: For example, the following profile doesn't match anything on MacosX: profile idactivate-mac/id properties os-platformmacosx/os-platform os-arch${os.arch}/os-arch

Re: [M2] merging poms

2007-02-02 Thread Franz Allan Valencia See
Good day, Raphaël, How about making your generated pom inherit the existing one? Cheers, Franz On 2/2/07, Raphaël Piéroni [EMAIL PROTECTED] wrote: Hi, In a plugin i making, i need to merge two poms, Is there a tool already made to merge two poms ? If yep, where ? What i need exactly is add

Re: Activating profiles based on OS

2007-02-02 Thread Franz Allan Valencia See
Good day to you, Graham, You can take a look at [1]. Cheers, Franz [1] http://docs.codehaus.org/display/MAVENUSER/Profiles On 2/2/07, Graham Leggett [EMAIL PROTECTED] wrote: Hi all, According to the docs for configuring profiles at http://maven.apache.org/settings.html#Profiles, it is

Re: Where can I find command line properties??

2007-02-01 Thread Franz Allan Valencia See
Good day to you, Aaron, add @parameter to your mojos field so that it can be configured in the pom. /** * @parameter */ private String test; add expression=${...} to @parameter so that it can be referenced as a property ( i.e from the commandline ) /** * @parameter expression=${test} */

Re: Perforce SCM code?

2007-01-31 Thread Franz Allan Valencia See
Good day, I haven't looked deeply into it, but I think what you're looking for is in the SCM Project ( see [1] ). Specifically, maven-scm-provider-perforce ( see [2] ). Cheers, Franz [1] http://svn.apache.org/repos/asf/maven/scm/ [2]

Re: Request Maven 2.1 New Phase - reporting-aggregate

2007-01-30 Thread Franz Allan Valencia See
Good day, * What would be the main difference between the reporting phase(s) and the site phases? the former are for reports while the latter are for the documentation? What about reports about the documentation? * As for when, maybe it should be before packaging so that users will have the

Re: Re : Jira down ?

2007-01-23 Thread Franz Allan Valencia See
Good day, http://jira.codehaus.org/ , http://ibiblio.org/maven2 and http://repo1.maven.org/maven2/ are all working fine for me. Cheers, Franz On 1/23/07, Julien HENRY [EMAIL PROTECTED] wrote: Nop, can't access to http://repo1.maven.org/maven2/ too. It should be a problem of my compagny

Re: portlet archetype broken

2007-01-23 Thread Franz Allan Valencia See
Good day Julien There's already openned a jira issue for that ( see [1] ). And I've already attached a patch for that, but I am not sure if it can still be applied to the current source ( I can't check right now since I am having trouble accessing the svn repoproblem in my connection ).

Re: Follow-up on some issues

2007-01-05 Thread Franz Allan Valencia See
:01 AM 3 Jan 07, Franz Allan Valencia See wrote: Good day, MNG-2692, MNG-2699 and MNG-2700 all refers to the same problem. That is after building maven from trunk and using the the resulting assembly (from maven-cli), mvn.bat does not work (because it's looking fro classworld-* instead

Re: Comprehensive List of Phases

2007-01-02 Thread Franz Allan Valencia See
Good day, I was working on this last year but got preempted due to work. I was trying to update the introduction to the lifecycle and I ended up with this [1] which contains a comprehensive list of development phases ( I placed it in the wiki first till I am finish with the patch ). Majority of

Re: selenium tests

2006-12-27 Thread Franz Allan Valencia See
On 12/27/06, Brett Porter [EMAIL PROTECTED] wrote: 6) we should use dbunit or something similar to set the database up into a consistent state for the respective tests, and tear it down again. Running through the web interface in tearDown is time consuming, and error prone (if you add a new test

Re: Publishing plugin sites

2006-12-18 Thread Franz Allan Valencia See
identity representation in the url and site schemes. I'll post patches if/when its sorted. John -Original Message- From: Franz Allan Valencia See [mailto:[EMAIL PROTECTED] Sent: 07 November 2006 13:26 To: Maven Developers List Subject: Re: Publishing plugin sites On 11/6/06

Re: How to get the sources?

2006-12-03 Thread Franz Allan Valencia See
Good day to you, The code is generated by modello ( see [1] ) fom the descriptor [2]. Cheers, Franz [1] http://modello.codehaus.org/ [2] https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.4/maven-model/maven.mdo On 12/3/06, Tom Huybrechts [EMAIL PROTECTED] wrote: These sources

Re: Question about Archetype and Velocity

2006-11-27 Thread Franz Allan Valencia See
Good day to you, David, You can use the filtered attribute to turn off the filtering of a particular source / resource ( see [1] ). Cheers, Franz [1] http://www.nabble.com/archetype-descriptor-schema--tf2181358.html#a6061573 On 11/27/06, David Whitehurst [EMAIL PROTECTED] wrote: We made an

Re: Location of site.xml

2006-11-13 Thread Franz Allan Valencia See
Good day to you, Graham, I do not think there is a documentation for the contents of site.xml, that is published, but you may want to review [1] since it is the structure of site.xml. Cheers, Franz [1]

Re: siteDirectory and site.xml

2006-11-13 Thread Franz Allan Valencia See
Good day to you, Graham, As of the current source, siteDirectory simply indicates the location of the site files (apt, fml, etc). But still, the site descriptor must still be src/site/site.xml (or src/site/site_encoding.xml). I am not actually sure why MSITE-91 was closed either. Can anyone

Re: Eclipse plugin disambiguation

2006-11-12 Thread Franz Allan Valencia See
Good day, Maven 2.x Eclipse Plugin is a Maven plugin which generates eclipse IDE files (such as .classpath, and .project). Use this one if you prefer to use maven2 directly and eclipse as and editor only (meaning you edit via eclipse, but build via maven2 commandline) Mergere Maven 2.x Plugin

Re: PropertyUtils as a library

2006-11-11 Thread Franz Allan Valencia See
Good day, I've just started refactoring maven-resources-plugin ([1]). But I did not take out the PropertyUtils class out of it yet, or the resources handling part either. But at least it's one step to cleaning it. Basically, i just extracted a parent class for the Mojos, and another one for the

Re: Publishing plugin sites

2006-11-08 Thread Franz Allan Valencia See
On 11/8/06, Wendy Smoak [EMAIL PROTECTED] wrote: Can someone look at maven-plugin-plugin? I changed its parent to 4-SNAPSHOT locally to get the upload to work, but the header on the site is wrong. http://maven.apache.org/plugins/maven-plugin-plugin/ Done:

Re: Publishing plugin sites

2006-11-07 Thread Franz Allan Valencia See
On 11/6/06, Brett Porter [EMAIL PROTECTED] wrote: Also, maybe the @since tags should be documented as well in [1]? Yes, but isn't this also included in the Maven site somewhere? hhmm..never seen it in maven2 site. but i've seen some goals documentation in maven-1.x with the 'since' column.

Re: Publishing plugin sites

2006-11-06 Thread Franz Allan Valencia See
On 11/6/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Dennis Lundberg wrote: Wendy Smoak wrote: Are all the plugin websites up to date with svn, or is the policy still to only publish them when a release is done? Thanks, The published plugin sites are unfortunately not in sync with what is

Re: Publishing plugin sites

2006-11-06 Thread Franz Allan Valencia See
On 11/6/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/6/06, Dennis Lundberg [EMAIL PROTECTED] wrote: Please, let's all help to keep this list up to date, until all plugin sites have been published. Brett posted earlier that he fixed the navigation inheritance problem. Is there anything

Re: Publishing plugin sites

2006-11-06 Thread Franz Allan Valencia See
On 11/6/06, Brett Porter [EMAIL PROTECTED] wrote: On 07/11/2006, at 3:33 PM, Wendy Smoak wrote: On 11/6/06, Franz Allan Valencia See [EMAIL PROTECTED] wrote: I don't think the new plugin docus can be published yet until the plugins themselves are released. Those docus were based

Re: resources handling in mojo w/ filter

2006-11-05 Thread Franz Allan Valencia See
Good day to you, Stephane, Don't quote me on this one, but i don't think there is a functionality in maven that filters and copies file given the Resources, and the encoding Charset. In fact, the code segment of the resource filtering of maven-resources-plugin is practically duplicated in

Re: debugging maven with eclipse

2006-10-13 Thread Franz Allan Valencia See
Good day to you, Eric, I havve just created (or rather, continued) this short tutorial on debugging maven with eclipse, [1] However, I am a windows user, so my answer is based on windows. I am not sure about the exact steps in linux but more or less, the concept of running in debug mode is the

Re: MCLEAN Docu's index.html bug(?)

2006-10-12 Thread Franz Allan Valencia See
to publish the site with 4-SNAPSHOT version to fix it. Thanks, Vincent 2006/10/12, Franz Allan Valencia See [EMAIL PROTECTED]: Good day, Just noticed that the index.html generated by the latest version of maven-clean-plugin is not the one we reviewed ([1]). Thanks, Franz [1] http

MCLEAN Docu's index.html bug(?)

2006-10-11 Thread Franz Allan Valencia See
Good day, Just noticed that the index.html generated by the latest version of maven-clean-plugin is not the one we reviewed ([1]). Thanks, Franz [1] http://jira.codehaus.org/browse/MCLEAN-21

Re: [VOTE] Release Clover plugin v2.3

2006-10-05 Thread Franz Allan Valencia See
Good day to you, Vincent M., I've already updated the patch ([1]) for MCLOVER-47 ([2]).:-) Kindly check if we need more changes to it :-) Thanks, - Franz [1] http://jira.codehaus.org/secure/attachment/23299/MCLOVER-47-maven-clover-plugin-4.patch [2] http://jira.codehaus.org/browse/MCLOVER-47

MWAR-67 patch

2006-09-22 Thread Franz Allan Valencia See
Good day, I'd just like to ask for someone to take a look at MWAR-67-maven-war-plugin-2.patch in [1]. The issue is about maven-war-plugin not being able to filter properly when there's no property file specified (note: the content of the property file is of no importance. but without it, some

Re: Review of maven-release-plugin documentation

2006-09-20 Thread Franz Allan Valencia See
Good day to you, John, I am not really sure myself, so I'll just forward the question from the user's mailing list here (as a probable revision to the documentation). Does maven-release-plugin automatically increments the version number, or does the user have to manually specify the version?

Re: Reporting web user interface

2006-09-06 Thread Franz Allan Valencia See
PM, Franz Allan Valencia See wrote: On 8/31/06, Brett Porter [EMAIL PROTECTED] wrote: On 01/09/2006, at 12:54 AM, Franz Allan Valencia See wrote: Good day to you, Brett, There's lot of things to be done. - implement triggering of the reports and recording of the results do we now

Re: Reporting web user interface

2006-09-01 Thread Franz Allan Valencia See
On 8/31/06, Brett Porter [EMAIL PROTECTED] wrote: On 01/09/2006, at 12:54 AM, Franz Allan Valencia See wrote: Good day to you, Brett, There's lot of things to be done. - implement triggering of the reports and recording of the results do we now have designs on what events triggers what

Reporting web user interface

2006-08-31 Thread Franz Allan Valencia See
Hi Brett, I've seen [1], and I've read the codes in [2]. But I'm still not quite sure what else needs to be done for [3] Thanks a bunch, Franz [1] http://people.apache.org/~brett/repoman-site/reports.html [2] http://svn.apache.org/repos/asf/maven/archiva/trunk/archiva-reports-standard/ [3]

Re: Reporting web user interface

2006-08-31 Thread Franz Allan Valencia See
Good day to you, Brett, There's lot of things to be done. - implement triggering of the reports and recording of the results do we now have designs on what events triggers what actions? ^_^ - implement the web actions for those screens by those screens are you referring to the

Re: [RANT] Maven is both heaven and hell

2006-08-29 Thread Franz Allan Valencia See
Good day, About a couple of months ago, the documentation site of the maven 2 plugins have been revised [1]. Though most have already been reviewed, they are still not yet out for release. However, now that the documentation issue have been raised again, I am wondering of how we are going to go

Re: svn diff and new files

2006-08-15 Thread Franz Allan Valencia See
Good day to you, Bernd, I don't know if what I'm doing is the preferred way, but you can add new files using svn add. And if you're using Windows, you may want to try TortoiseSVN to ease some SVN tasks (I'm not sure if there is a version for other platforms). I usually just use svn for diff,

Re: code formatting, maven-eclipse-codestyle.xml

2006-08-12 Thread Franz Allan Valencia See
Good day to you, Brett, So the maven-eclipse-codestyle is not yet update? Is there a JIRA issue for this? I'd like to watch it so that I can be updated when the new version would be released. I'm planning of reformatting the existing codes (at least for the plugins) so that it would comply with

Re: Rename repository manager

2006-08-12 Thread Franz Allan Valencia See
+1 for Arhiva - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: repository manager interface for review

2006-08-11 Thread Franz Allan Valencia See
Good day to you, Brett, * since this is for maven, i suggest that the menu list be the same as that of maven which menu do you mean? This application will be run by many in their own environments. pardon, i meant the one with o Find o Search o Find Artifact o

Re: repository manager interface for review

2006-08-10 Thread Franz Allan Valencia See
Good day to you Here are my comments: * LAYOUT * most (if not all) of the apache projects have a bluish look to them...MRM however has brownish look * i suggest applying an APT site look to it. * since this is for maven, i suggest that the menu list be the same as that of maven * i

Re: repository manager interface for review

2006-08-10 Thread Franz Allan Valencia See
On 8/10/06, Franz Allan Valencia See [EMAIL PROTECTED] wrote: ... * i suggest removing square surrounding the contents (i.e. contents of info, dependencies, etc), and just divide the navigation (i.e info, dependencies, depended on by, mailing list) with a bar, ... just my 2 cents

maven-resources-plugin Checkstyle

2006-08-03 Thread Franz Allan Valencia See
Good day, I am trying to make maven-resources-plugin pass the checkstyle check. So far, I have fixed every error execpt two: 1. Name 'DEFAULT_BEGIN_TOKEN' must match pattern '^[a-z][a-zA-Z0-9]*$' 2. Name 'DEFAULT_END_TOKEN' must match pattern '^[a-z][a-zA-Z0-9]*$'. both are private static

Re: maven-resources-plugin Checkstyle

2006-08-03 Thread Franz Allan Valencia See
declare them as final. Franz Allan Valencia See wrote: Good day, I am trying to make maven-resources-plugin pass the checkstyle check. So far, I have fixed every error execpt two: 1. Name 'DEFAULT_BEGIN_TOKEN' must match pattern '^[a-z][a-zA-Z0-9]*$' 2. Name 'DEFAULT_END_TOKEN' must match

Re: Review of maven-antrun-plugin documentation

2006-08-02 Thread Franz Allan Valencia See
Good day, Thank you for your review. I've now applied them and submitted the patch to http://jira.codehaus.org/browse/MANTRUN-55 Here is the changes within the patch: In usage.html - maven.dependency.classpath (Reported by Vincent Siveton) - Review inheritRefs (Reported by Vincent

Revisions in MWAR Documentation

2006-08-01 Thread Franz Allan Valencia See
Good day, I've just submitted a patch in http://jira.codehaus.org/browse/MWAR-48fixing a few documentation errors. It's mostly just a reformating so that it is laid out in the same manner as the other plugin documentations. - Franz

Re: Please review Changelog plugin documentation

2006-08-01 Thread Franz Allan Valencia See
Good day, Are the ranges inclusive or exclusive? Thanks, Franz On 7/31/06, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Everyone, The Changelog plugin docs are now ready for review :) A staging site is available at http://people.apache.org/~oching/maven-changelog-plugin

Re: Review of maven-dependency-plugin documentation

2006-08-01 Thread Franz Allan Valencia See
Good day, Here are my reviews, in general dependency and other related terms were not explained (since this is the dependency plugin, i guess there should be an explanation as to what dependency and the other related terms are, or at least a reference to where one can find out more about it) *

Re: Please review Changelog plugin documentation

2006-08-01 Thread Franz Allan Valencia See
) ^_^ In site.xml change the link item named Maven 2 to just Maven Thanks a bunch ^_^ Franz On 8/1/06, Franz Allan Valencia See [EMAIL PROTECTED] wrote: Good day, Are the ranges inclusive or exclusive? Thanks, Franz On 7/31/06, Maria Odea Ching [EMAIL PROTECTED] wrote: Hi Everyone

Re: Refinements on the Maven Site plugin's list based on the discussion on the mailing list

2006-08-01 Thread Franz Allan Valencia See
Good day, The resources plugin simply copies resources (with the optional filtering) to the output directory. it does not handle jar'ing ^_^ Thanks a bunch Franz On 7/31/06, Pete Marvin King [EMAIL PROTECTED] wrote: Hello All, I tried to categorize the plugins on maven site's plugin list

Re: Maven Archetype Plugin Documentation needs Reviewing

2006-07-27 Thread Franz Allan Valencia See
, allan Maria Odea Ching wrote: Hi Everyone, I've moved the archetype plugin staging site to http://people.apache.org/~oching/maven-archetype-plugin http://people.apache.org/%7Eoching/maven-archetype-plugin. There seems to be a problem with the geocities site. Thanks, Odea Franz Allan