The dependencies section isn't needed.

If you've set 2.0-SNAPSHOT, it will download and use that version.

http://maven.apache.org/guides/development/guide-testing-development-plugins.html

-  Brett

Prasad Kashyap wrote:
> For now how do I specify in my pom to pick up the 2.0-SNAPSHOT ?
> 
> I have explicitly specified the 2.0-SNAPSHOT as the version in the
> <dependecyManagement/>  and in
> 
> <plugin>
>         <artifactId>maven-site-plugin</artifactId>
>         <version>2.0-SNAPSHOT</version>
>         ..
>         ...
>         <dependencies>
>           <dependency>
>             <groupId>org.apache.maven.plugins</groupId>
>             <artifactId>maven-site-plugin</artifactId>
>             <version>2.0-SNAPSHOT</version>
>           </dependency>
>         </dependencies>
> </plugin>
> 
> I also used mvn -npr and -npu options on the command line. It still
> downloads the 2.0-beta-4 version.
> 
> What else am I missing ?
> 
> Thanx in advance
> Prasad
> 
> On 2/22/06, Vincent Siveton <[EMAIL PROTECTED]> wrote:
>> I think that the next release should be in March (according plugin statuses).
>>
>> Cheers,
>>
>> Vincent
>>
>> 2006/2/21, Prasad Kashyap <[EMAIL PROTECTED]>:
>>> Sorry Brett. Will keep that in mind in the future.
>>>
>>> Issue 2 is not actually a issue. It was a user-error.
>>>
>>> Vincent,  as for the site:stage goal, do you know approx when it may
>>> be available in a release ?
>>>
>>> Cheers
>>> Prasad
>>>
>>> On 2/21/06, Vincent Siveton <[EMAIL PROTECTED]> wrote:
>>>> The site:stage goal only exists in the trunk
>>>> http://jira.codehaus.org/browse/MSITE-92
>>>>
>>>> Cheers
>>>>
>>>> Vincent
>>>>
>>>> 2006/2/21, Prasad Kashyap <[EMAIL PROTECTED]>:
>>>>> Can someone please let me know if the following issues are as designed
>>>>> or bugs that need a JIRA ?
>>>>>
>>>>> 1. The site:stage goal of the maven-site-plugin has disappeared in the
>>>>> 2.0-beta-4 version.
>>>>>
>>>>> 2. The post-site phase doesn't work. I have a simple antrun that
>>>>> echoes a msg.. It executes in the site phase but doesn't in the
>>>>> post-site phase.
>>>>> http://cvs.peopleware.be/training/maven/maven2/buildLifecyclePhases.html#site
>>>>>
>>>>> Cheers
>>>>> Prasad
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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]
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to