|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Moving the maven-continuum-plugin module to the sandbox?Is anyone maintaining the maven-continuum-plugin module?
It causes problems every time we release because you can't publish the site: $ cd /path/to/checkout/continuum $ mvn site-deploy -Preporting ... [INFO] Building Continuum :: Maven 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-shell-project already exists in the plugin descriptor for prefix: continuum Existing implementation is: org.apache.maven.continuum.plugin.AddShellProject Conflicting implementation is: org.apache.maven.continuum.plugin.AddShellProject' (Strangely... 'mvn site-deploy -Preporting' works if you do it directly in the module, but not when you build the site from the top.) I had thought to move it to the sandbox if no one is using it, but I do see a commit at the end of March (related to CONTINUUM-1130.) I've never tried it and there are no tests in the module, so I'm unsure whether it actually works. Thoughts? -- Wendy |
|
|
Re: Moving the maven-continuum-plugin module to the sandbox?I may have missed the responses to this, but +1 to moving to sandbox
On 23/06/2009, at 9:11 AM, Wendy Smoak wrote: > Is anyone maintaining the maven-continuum-plugin module? > > It causes problems every time we release because you can't publish > the site: > > $ cd /path/to/checkout/continuum > $ mvn site-deploy -Preporting > ... > [INFO] Building Continuum :: Maven 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-shell-project > already exists in the plugin descriptor for prefix: continuum > Existing implementation is: > org.apache.maven.continuum.plugin.AddShellProject > Conflicting implementation is: > org.apache.maven.continuum.plugin.AddShellProject' > > (Strangely... 'mvn site-deploy -Preporting' works if you do it > directly in the module, but not when you build the site from the top.) > > I had thought to move it to the sandbox if no one is using it, but I > do see a commit at the end of March (related to CONTINUUM-1130.) > > I've never tried it and there are no tests in the module, so I'm > unsure whether it actually works. > > Thoughts? > > -- > Wendy |
|
|
Re: Moving the maven-continuum-plugin module to the sandbox?oops, +1 too
Emmanuel On Fri, Jun 26, 2009 at 4:59 PM, Brett Porter <brett@...> wrote: > I may have missed the responses to this, but +1 to moving to sandbox > > > On 23/06/2009, at 9:11 AM, Wendy Smoak wrote: > > Is anyone maintaining the maven-continuum-plugin module? >> >> It causes problems every time we release because you can't publish the >> site: >> >> $ cd /path/to/checkout/continuum >> $ mvn site-deploy -Preporting >> ... >> [INFO] Building Continuum :: Maven 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-shell-project >> already exists in the plugin descriptor for prefix: continuum >> Existing implementation is: >> org.apache.maven.continuum.plugin.AddShellProject >> Conflicting implementation is: >> org.apache.maven.continuum.plugin.AddShellProject' >> >> (Strangely... 'mvn site-deploy -Preporting' works if you do it >> directly in the module, but not when you build the site from the top.) >> >> I had thought to move it to the sandbox if no one is using it, but I >> do see a commit at the end of March (related to CONTINUUM-1130.) >> >> I've never tried it and there are no tests in the module, so I'm >> unsure whether it actually works. >> >> Thoughts? >> >> -- >> Wendy >> > > |
|
|
Re: Moving the maven-continuum-plugin module to the sandbox?On Fri, Jun 26, 2009 at 8:59 AM, Emmanuel
Venisse<emmanuel.venisse@...> wrote: > oops, +1 too Thanks! Done. :) -- Wendy |
| Free embeddable forum powered by Nabble | Forum Help |