Re: Plugin Documentation and the Index Page

2006-10-19 Thread Stephen Duncan

Yes, you need to specify the version of plugin-plugin in your pom.xml.

-Stephen

On 10/19/06, Manuel Ledesma <[EMAIL PROTECTED]> wrote:


I downloaded version 2.0.5-SNAPSHOT, still getting the same problem. Do I
have to specifically tell which version of plugin-plugin to use ?


jrduncans wrote:
>
> Thanks.
>
> (Notes for anyone else: 2.0.5-SNAPSHOT builds are here:
> http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/ )
>
> -Stephen
>
> On 9/21/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>> It was a bug in the current release of the plugin plugin. You can use
>> the new version, but it also requires a snapshot of maven 2.0.5. I'm
>> hoping to work on correcting that shortly, but for now if you grab a
>> Maven nightly and build the plugin plugin from SVN you should be good
>> to go.
>>
>> - Brett
>>
>> On 22/09/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
>> > I'm working on a new maven plugin (see an upcoming e-mail soon), and
>> > I'm trying to create  the site generally matching the best
>> > practices of the new maven plugin sites.  I'm having trouble though: I
>> > have an src/site/apt/index.apt, but the contents of index.html is the
>> > auto-generated plugin documentation.  Am I doing something wrong?  Is
>> > there some workaround?
>> >
>> > --
>> > Stephen Duncan Jr
>> > www.stephenduncanjr.com
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
>> --
>> Apache Maven - http://maven.apache.org
>> "Better Builds with Maven" book - http://library.mergere.com/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
>
> --
> Stephen Duncan Jr
> www.stephenduncanjr.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

--
View this message in context: 
http://www.nabble.com/Plugin-Documentation-and-the-Index-Page-tf2315168.html#a6896561
Sent from the Maven - Users mailing list archive at Nabble.com.


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





--
Stephen Duncan Jr
www.stephenduncanjr.com

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



Re: Plugin Documentation and the Index Page

2006-10-19 Thread Manuel Ledesma

I downloaded version 2.0.5-SNAPSHOT, still getting the same problem. Do I
have to specifically tell which version of plugin-plugin to use ?


jrduncans wrote:
> 
> Thanks.
> 
> (Notes for anyone else: 2.0.5-SNAPSHOT builds are here:
> http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/ )
> 
> -Stephen
> 
> On 9/21/06, Brett Porter <[EMAIL PROTECTED]> wrote:
>> It was a bug in the current release of the plugin plugin. You can use
>> the new version, but it also requires a snapshot of maven 2.0.5. I'm
>> hoping to work on correcting that shortly, but for now if you grab a
>> Maven nightly and build the plugin plugin from SVN you should be good
>> to go.
>>
>> - Brett
>>
>> On 22/09/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
>> > I'm working on a new maven plugin (see an upcoming e-mail soon), and
>> > I'm trying to create  the site generally matching the best
>> > practices of the new maven plugin sites.  I'm having trouble though: I
>> > have an src/site/apt/index.apt, but the contents of index.html is the
>> > auto-generated plugin documentation.  Am I doing something wrong?  Is
>> > there some workaround?
>> >
>> > --
>> > Stephen Duncan Jr
>> > www.stephenduncanjr.com
>> >
>> > -
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
>> --
>> Apache Maven - http://maven.apache.org
>> "Better Builds with Maven" book - http://library.mergere.com/
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> Stephen Duncan Jr
> www.stephenduncanjr.com
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Plugin-Documentation-and-the-Index-Page-tf2315168.html#a6896561
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Plugin Documentation and the Index Page

2006-09-21 Thread Stephen Duncan

Thanks.

(Notes for anyone else: 2.0.5-SNAPSHOT builds are here:
http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/ )

-Stephen

On 9/21/06, Brett Porter <[EMAIL PROTECTED]> wrote:

It was a bug in the current release of the plugin plugin. You can use
the new version, but it also requires a snapshot of maven 2.0.5. I'm
hoping to work on correcting that shortly, but for now if you grab a
Maven nightly and build the plugin plugin from SVN you should be good
to go.

- Brett

On 22/09/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:
> I'm working on a new maven plugin (see an upcoming e-mail soon), and
> I'm trying to create  the site generally matching the best
> practices of the new maven plugin sites.  I'm having trouble though: I
> have an src/site/apt/index.apt, but the contents of index.html is the
> auto-generated plugin documentation.  Am I doing something wrong?  Is
> there some workaround?
>
> --
> Stephen Duncan Jr
> www.stephenduncanjr.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

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





--
Stephen Duncan Jr
www.stephenduncanjr.com

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



Re: Plugin Documentation and the Index Page

2006-09-21 Thread Brett Porter

It was a bug in the current release of the plugin plugin. You can use
the new version, but it also requires a snapshot of maven 2.0.5. I'm
hoping to work on correcting that shortly, but for now if you grab a
Maven nightly and build the plugin plugin from SVN you should be good
to go.

- Brett

On 22/09/06, Stephen Duncan <[EMAIL PROTECTED]> wrote:

I'm working on a new maven plugin (see an upcoming e-mail soon), and
I'm trying to create  the site generally matching the best
practices of the new maven plugin sites.  I'm having trouble though: I
have an src/site/apt/index.apt, but the contents of index.html is the
auto-generated plugin documentation.  Am I doing something wrong?  Is
there some workaround?

--
Stephen Duncan Jr
www.stephenduncanjr.com

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





--
Apache Maven - http://maven.apache.org
"Better Builds with Maven" book - http://library.mergere.com/

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



Plugin Documentation and the Index Page

2006-09-21 Thread Stephen Duncan

I'm working on a new maven plugin (see an upcoming e-mail soon), and
I'm trying to create  the site generally matching the best
practices of the new maven plugin sites.  I'm having trouble though: I
have an src/site/apt/index.apt, but the contents of index.html is the
auto-generated plugin documentation.  Am I doing something wrong?  Is
there some workaround?

--
Stephen Duncan Jr
www.stephenduncanjr.com

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