Sorry, in your case it should be mvn -Preporting clean site -U

Benedikt


2013/1/28 Benedikt Ritter <benerit...@gmail.com>

> Hey Gary,
>
> I had a short look at the parent and it seems to be okay... I'll try to
> build codec after work when I'm at home. Until then, you could try mvn
> clean install -U to force update of releases (and snapshots). Maybe -X
> gives us some more information, whats wrong...
>
> Benedikt
>
>
> 2013/1/28 Gary Gregory <garydgreg...@gmail.com>
>
>> If I do "mvn -Preporting clean site" with CP 28 I get:
>>
>> [INFO]
>> [INFO] <<< jdepend-maven-plugin:2.0-beta-2:generate (report:generate) @
>> commons-codec <<<
>> [INFO] configuring report plugin
>> org.codehaus.mojo:cobertura-maven-plugin:2.5.2
>> [WARNING] The POM for org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.2
>> is
>> missing, no dependency information available
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: 37.852s
>> [INFO] Finished at: Mon Jan 28 08:00:13 EST 2013
>> [INFO] Final Memory: 36M/411M
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-site-plugin:3.1:site (default-site) on
>> project commons-codec: failed to get report for
>> org.codehaus.mojo:cobertura-maven-plugin: Plugin
>> org.codehaus.mojo:cobertura-mave
>> n-plugin:2.5.2 or one of its dependencies could not be resolved: Failed to
>> read artifact descriptor for
>> org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.2: Failure to find
>> org.codehaus.mojo:cobertura-maven-plugin:pom:2.5.2 in http
>> ://repo.maven.apache.org/maven2 was cached in the local repository,
>> resolution will not be reattempted until the update interval of central
>> has
>> elapsed or updates are forced -> [Help 1]
>>
>> :(
>>
>> Gary
>>
>>
>> On Sun, Jan 27, 2013 at 8:34 AM, sebb <seb...@gmail.com> wrote:
>>
>> > Or just try -Preporting which is where Cobertura was moved.
>> >
>> > Sorry, should have done a full compare of the poms before release;
>> > several changes were omitted from the change list.
>> >
>> > On 27 January 2013 13:10, Gary Gregory <garydgreg...@gmail.com> wrote:
>> > > This is a bummer. Most of the components I see do use cobertura. So
>> > > I'll have to skip 28 and wait for 29.
>> > >
>> > > Gary
>> > >
>> > > On Jan 27, 2013, at 7:40, sebb <seb...@gmail.com> wrote:
>> > >
>> > >> On 26 January 2013 16:22, Benedikt Ritter <benerit...@gmail.com>
>> wrote:
>> > >>> As far as I know, this is because cobertura was dropped in favor of
>> > Sonar.
>> > >>> I guess codec should
>> > >>> a) define the dependency to cobertura itself
>> > >>> b) use Sonar, like some of the other components (like math) already
>> do.
>> > >>
>> > >> c) Update CP29 so it supports Cobertura as an optional profile. I
>> > >> think that was mentioned, and then forgotten.
>> > >>
>> > >>> Regards,
>> > >>> Benedikt
>> > >>>
>> > >>>
>> > >>> 2013/1/26 Gary Gregory <garydgreg...@gmail.com>
>> > >>>
>> > >>>> Arg, with [codec] I get:
>> > >>>>
>> > >>>> [INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @
>> > >>>> commons-codec ---
>> > >>>> [INFO] Nothing to compile - all classes are up to date
>> > >>>> [INFO]
>> > >>>> [INFO] <<< jdepend-maven-plugin:2.0-beta-2:generate
>> (report:generate)
>> > @
>> > >>>> commons-codec <<<
>> > >>>> [INFO] configuring report plugin
>> > >>>> org.codehaus.mojo:cobertura-maven-plugin:2.5.2
>> > >>>> [WARNING] The POM for
>> > org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.2 is
>> > >>>> missing, no dependency information available
>> > >>>> [INFO]
>> > >>>>
>> > ------------------------------------------------------------------------
>> > >>>> [INFO] BUILD FAILURE
>> > >>>> [INFO]
>> > >>>>
>> > ------------------------------------------------------------------------
>> > >>>> [INFO] Total time: 20.274s
>> > >>>> [INFO] Finished at: Sat Jan 26 10:06:11 EST 2013
>> > >>>> [INFO] Final Memory: 32M/345M
>> > >>>> [INFO]
>> > >>>>
>> > ------------------------------------------------------------------------
>> > >>>> [ERROR] Failed to execute goal
>> > >>>> org.apache.maven.plugins:maven-site-plugin:3.1:site (default-site)
>> on
>> > >>>> project commons-codec: failed to get report for
>> > >>>> org.codehaus.mojo:cobertura-maven-plugin: Plugin
>> > >>>> org.codehaus.mojo:cobertura-mave
>> > >>>> n-plugin:2.5.2 or one of its dependencies could not be resolved:
>> > Failed to
>> > >>>> read artifact descriptor for
>> > >>>> org.codehaus.mojo:cobertura-maven-plugin:jar:2.5.2: Failure to find
>> > >>>> org.codehaus.mojo:cobertura-maven-plugin:pom:2.5.2 in http
>> > >>>> ://repo.maven.apache.org/maven2 was cached in the local
>> repository,
>> > >>>> resolution will not be reattempted until the update interval of
>> > central has
>> > >>>> elapsed or updates are forced -> [Help 1]
>> > >>>> [ERROR]
>> > >>>>
>> > >>>> Gary
>> > >>>>
>> > >>>>
>> > >>>> On Sat, Jan 26, 2013 at 4:53 AM, sebb <seb...@gmail.com> wrote:
>> > >>>>
>> > >>>>> Commons Parent 28 has been released.
>> > >>>>>
>> > >>>>> Release notes:
>> > >>>>
>> >
>> https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-28/RELEASE-NOTES.txt
>> > >>>>>
>> > >>>>> Components are recommended to upgrade when convenient, but this is
>> > not
>> > >>>>> compulsory.
>> > >>>>>
>> > >>>>> If upgrading causes any breaking changes, please report ASAP so a
>> new
>> > >>>>> release can be prepared.
>> > >>>>>
>> > >>>>>
>> ---------------------------------------------------------------------
>> > >>>>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> > >>>>> For additional commands, e-mail: dev-h...@commons.apache.org
>> > >>>>
>> > >>>>
>> > >>>> --
>> > >>>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> > >>>> JUnit in Action, 2nd Ed: <http://goog_1249600977>
>> http://bit.ly/ECvg0
>> > >>>> Spring Batch in Action: <http://s.apache.org/HOq>
>> http://bit.ly/bqpbCK
>> > >>>> Blog: http://garygregory.wordpress.com
>> > >>>> Home: http://garygregory.com/
>> > >>>> Tweet! http://twitter.com/GaryGregory
>> > >>
>> > >> ---------------------------------------------------------------------
>> > >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> > >> For additional commands, e-mail: dev-h...@commons.apache.org
>> > >>
>> > >
>> > > ---------------------------------------------------------------------
>> > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> > > For additional commands, e-mail: dev-h...@commons.apache.org
>> > >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> > For additional commands, e-mail: dev-h...@commons.apache.org
>> >
>> >
>>
>>
>> --
>> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
>> JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
>> Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
>> Blog: http://garygregory.wordpress.com
>> Home: http://garygregory.com/
>> Tweet! http://twitter.com/GaryGregory
>>
>
>

Reply via email to