Trouble building the Continuum Plugin docs?

View: New views
3 Messages — Rating Filter:   Alert me  

Trouble building the Continuum Plugin docs?

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I'm having trouble with 'mvn site' in both the trunk and branch.  Anyone else?

$ mvn site
...
[INFO] Building Maven Continuum Plugin
[INFO] ------------------------------------------------------------------------
[INFO] [enforcer:enforce {execution: default}]
[INFO] [plugin:descriptor]
[INFO] Using 2 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 20 mojo descriptors.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error extracting plugin descriptor: 'Goal: add-ant-project
already exists in the plugin descriptor for prefix: continuum
Existing implementation is: org.apache.maven.continuum.plugin.AddAntProject
Conflicting implementation is: org.apache.maven.continuum.plugin.AddAntProject'

Strangely, if I change into maven-continuum-plugin, 'mvn site' works fine there.

(Should we change that to continuum-maven-plugin?)

--
Wendy

Re: Trouble building the Continuum Plugin docs?

by Olivier Lamy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2008/8/31 Wendy Smoak <wsmoak@...>:

> I'm having trouble with 'mvn site' in both the trunk and branch.  Anyone else?
>
> $ mvn site
> ...
> [INFO] Building Maven Continuum Plugin
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce {execution: default}]
> [INFO] [plugin:descriptor]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 20 mojo descriptors.
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error extracting plugin descriptor: 'Goal: add-ant-project
> already exists in the plugin descriptor for prefix: continuum
> Existing implementation is: org.apache.maven.continuum.plugin.AddAntProject
> Conflicting implementation is: org.apache.maven.continuum.plugin.AddAntProject'
>

Do you have a local installation of the current maven-plugin-plugin trunk ?
I think we have to lock the version. (I build it locally without issue).

> Strangely, if I change into maven-continuum-plugin, 'mvn site' works fine there.
>
> (Should we change that to continuum-maven-plugin?)
+1 (we are now a TLP :-) ).
>
> --
> Wendy
>

Re: Trouble building the Continuum Plugin docs?

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Aug 31, 2008 at 11:25 AM, Olivier Lamy <olamy@...> wrote:
> 2008/8/31 Wendy Smoak <wsmoak@...>:
>> I'm having trouble with 'mvn site' in both the trunk and branch.  Anyone else?

> Do you have a local installation of the current maven-plugin-plugin trunk ?
> I think we have to lock the version. (I build it locally without issue).

With what version?  It does fail with the latest snapshot in my local
repo.  I'm trying it with maven-plugin-plugin 2.4.3 in
pluginManagement.  (Or is this a reporting plugin?)

>> Strangely, if I change into maven-continuum-plugin, 'mvn site' works fine there.
>>
>> (Should we change that to continuum-maven-plugin?)
> +1 (we are now a TLP :-) ).

Okay, but not for 1.2.x. :)

--
Wendy