Thank you Brett the links had all the information I needed.
Pedro Salgado
(in case anyone might find this usefull)
<build>
<finalName>mywebapp</finalName>
<plugins>
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>1.0-alpha-1</version>
<configuration>
<webXml>src/metadata/tomcat/web.xml</webXml>
<webappDirectory>/mytomcathome/webapps/mywebapp</webappDirectory>
</configuration>
</plugin>
</plugins>
</build>
On 04/05/2005 15:51, "Brett Porter" <[EMAIL PROTECTED]> wrote:
> Try here:
> http://maven.apache.org/maven2/cvs-usage.html
>
> Should lead you to:
> http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-w
> ar-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java?rev=165238&vi
> ew=markup
>
> HTH,
> Brett
>
> On 5/4/05, Pedro Salgado <[EMAIL PROTECTED]> wrote:
>> On 04/05/2005 15:26, "Brett Porter" <[EMAIL PROTECTED]> wrote:
>>
>>> We plan to automatically generate this, so it isn't available yet
>>> (though it should actually be quite apparant from the sources in the
>>> class javadoc).
>>
>> I browsed the svn.apache.org but only found either jar files, or this:
>>
>> http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ (war plugin
>> seems to have only test stuff)
>>
>> Also I couldn't find link to the source code or javadoc documentation for
>> maven2.
>>
>> http://mirror.switch.ch/mirror/apache/dist/maven/source/ (is empty)
>>
>> Anyway I am just integrating little by little some packages with m2 and
>> trying to learn on the way... maybe I will wait for the next m2 release.
>>
>> Thank you,
>>
>> Pedro Salgado
>>
>>>
>>> Cheers,
>>> Brett
>>>
>>> On 5/4/05, Pedro Emanuel Castro Faria Salgado <[EMAIL PROTECTED]> wrote:
>>>> Hi to all,
>>>>
>>>> Where can I find some documentation regarding the maven 2.0 plugins (for
>>>> example, for the maven-war-plugin which configuration parameters exist)?
>>>>
>>>> Pedro Salgado
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]