You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brian E. Fox" <br...@reply.infinity.nu> on 2008/03/19 22:51:30 UTC

problem with plugin-plugin 2.4

Today I'm not able to build the maven-dependency-plugin site:

 

[INFO]
------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] Error getting reports from the plugin
'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th

e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in the
plugin 'org.apache.maven.plugins:maven

-plugin-plugin'

org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException

[INFO]
------------------------------------------------------------------------

 

 

Does this ring a bell for anyone?


Re: problem with plugin-plugin 2.4

Posted by Vincent Siveton <vi...@gmail.com>.
2008/3/19, Brian E. Fox <br...@reply.infinity.nu>:
> I don't follow. What changes?

I don't know but my gutfeeling is changes in the dependencies resolution.

Cheers,

Vincent

>
>  -----Original Message-----
>  From: Vincent Siveton [mailto:vincent.siveton@gmail.com]
>  Sent: Wednesday, March 19, 2008 8:08 PM
>  To: Maven Developers List
>
> Subject: Re: problem with plugin-plugin 2.4
>
>  Hi Brian,
>
>  Mmmh. I didn't expect this problem with maven 2.0.8 or below but with
>  2.0.9.
>  Due to changes made in 2.0.9, the plugin now needs doxia-core with
>  runtime scope (???).
>
>  Cheers,
>
>  Vincent
>
>  2008/3/19, Brian E. Fox <br...@reply.infinity.nu>:
>  > Today I'm not able to build the maven-dependency-plugin site:
>  >
>  >
>  >
>  >  [INFO]
>  >
>  ------------------------------------------------------------------------
>  >
>  >  [ERROR] BUILD ERROR
>  >
>  >  [INFO]
>  >
>  ------------------------------------------------------------------------
>  >
>  >  [INFO] Error getting reports from the plugin
>  >  'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th
>  >
>  >  e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in
>  the
>  >  plugin 'org.apache.maven.plugins:maven
>  >
>  >  -plugin-plugin'
>  >
>  >
>  org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException
>  >
>  >  [INFO]
>  >
>  ------------------------------------------------------------------------
>  >
>  >
>  >
>  >
>  >
>  >  Does this ring a bell for anyone?
>  >
>  >
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: problem with plugin-plugin 2.4

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
I don't follow. What changes?

-----Original Message-----
From: Vincent Siveton [mailto:vincent.siveton@gmail.com] 
Sent: Wednesday, March 19, 2008 8:08 PM
To: Maven Developers List
Subject: Re: problem with plugin-plugin 2.4

Hi Brian,

Mmmh. I didn't expect this problem with maven 2.0.8 or below but with
2.0.9.
Due to changes made in 2.0.9, the plugin now needs doxia-core with
runtime scope (???).

Cheers,

Vincent

2008/3/19, Brian E. Fox <br...@reply.infinity.nu>:
> Today I'm not able to build the maven-dependency-plugin site:
>
>
>
>  [INFO]
>
------------------------------------------------------------------------
>
>  [ERROR] BUILD ERROR
>
>  [INFO]
>
------------------------------------------------------------------------
>
>  [INFO] Error getting reports from the plugin
>  'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th
>
>  e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in
the
>  plugin 'org.apache.maven.plugins:maven
>
>  -plugin-plugin'
>
>
org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException
>
>  [INFO]
>
------------------------------------------------------------------------
>
>
>
>
>
>  Does this ring a bell for anyone?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: problem with plugin-plugin 2.4

Posted by Vincent Siveton <vi...@gmail.com>.
Hi Brian,

Mmmh. I didn't expect this problem with maven 2.0.8 or below but with 2.0.9.
Due to changes made in 2.0.9, the plugin now needs doxia-core with
runtime scope (???).

Cheers,

Vincent

2008/3/19, Brian E. Fox <br...@reply.infinity.nu>:
> Today I'm not able to build the maven-dependency-plugin site:
>
>
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>  [ERROR] BUILD ERROR
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>  [INFO] Error getting reports from the plugin
>  'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th
>
>  e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in the
>  plugin 'org.apache.maven.plugins:maven
>
>  -plugin-plugin'
>
>  org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>
>
>
>
>  Does this ring a bell for anyone?
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: problem with plugin-plugin 2.4

Posted by Vincent Siveton <vi...@gmail.com>.
2008/3/19, Brian E. Fox <br...@reply.infinity.nu>:
> This also seems related to the latest release. Looks like we're going to
>  need to respin this stuff pretty quickly:
>  http://jira.codehaus.org/browse/MPLUGIN-102
>

I don't think it is related, I will comment.

Cheers,

Vincent

>  -----Original Message-----
>  From: Brian E. Fox [mailto:brianf@reply.infinity.nu]
>  Sent: Wednesday, March 19, 2008 5:52 PM
>  To: Maven Developers List
>  Subject: problem with plugin-plugin 2.4
>
>  Today I'm not able to build the maven-dependency-plugin site:
>
>
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>  [ERROR] BUILD ERROR
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>  [INFO] Error getting reports from the plugin
>  'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th
>
>  e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in the
>  plugin 'org.apache.maven.plugins:maven
>
>  -plugin-plugin'
>
>  org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException
>
>  [INFO]
>  ------------------------------------------------------------------------
>
>
>
>
>
>  Does this ring a bell for anyone?
>
>
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>  For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: problem with plugin-plugin 2.4

Posted by "Brian E. Fox" <br...@reply.infinity.nu>.
This also seems related to the latest release. Looks like we're going to
need to respin this stuff pretty quickly:
http://jira.codehaus.org/browse/MPLUGIN-102

-----Original Message-----
From: Brian E. Fox [mailto:brianf@reply.infinity.nu] 
Sent: Wednesday, March 19, 2008 5:52 PM
To: Maven Developers List
Subject: problem with plugin-plugin 2.4

Today I'm not able to build the maven-dependency-plugin site:

 

[INFO]
------------------------------------------------------------------------

[ERROR] BUILD ERROR

[INFO]
------------------------------------------------------------------------

[INFO] Error getting reports from the plugin
'org.apache.maven.plugins:maven-plugin-plugin': Unable to find th

e mojo 'org.apache.maven.plugins:maven-plugin-plugin:2.4:report' in the
plugin 'org.apache.maven.plugins:maven

-plugin-plugin'

org/apache/maven/doxia/module/site/manager/SiteModuleNotFoundException

[INFO]
------------------------------------------------------------------------

 

 

Does this ring a bell for anyone?


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org