You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(14) |
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
(12) |
Sep
(14) |
Oct
(1) |
Nov
|
Dec
(1) |
2004 |
Jan
(4) |
Feb
(8) |
Mar
(14) |
Apr
(18) |
May
(1) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(5) |
Oct
(26) |
Nov
(36) |
Dec
(21) |
2005 |
Jan
(10) |
Feb
(20) |
Mar
(15) |
Apr
(11) |
May
(29) |
Jun
(18) |
Jul
(19) |
Aug
(12) |
Sep
(11) |
Oct
(3) |
Nov
(7) |
Dec
(5) |
2006 |
Jan
(7) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(14) |
Jul
(45) |
Aug
(58) |
Sep
|
Oct
(3) |
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
|
Mar
|
Apr
(3) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <Joe...@el...> - 2005-08-25 08:28:39
|
The maven-plugins team is pleased to announce the Java Application Plugin 1.3.1 release! http://maven-plugins.sourceforge.net Plugin to generate an executable JAR Changes in this version include: Fixed bugs: o Applied patch from Eric Hartmann for Maven 1.1 compatibility. o Applied patch 1121795 from Frank Cornelis to fix broken javaapp:run Changes: o Updated versions of the plugin's dependencies. To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven-plugins -DartifactId=maven-javaapp-plugin -Dversion=1.3.1 For a manual installation, you can download the plugin here: http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven-javaapp-plugin-1.3.1.jar Have fun! -The maven-plugins team |
From: Siegfried G. <sie...@it...> - 2005-08-23 08:45:25
|
Hi Eric, lovely work - I will apply the changes next week ... Thanks in advance Siegfried Goeschl mav...@li... wrote: >Send Maven-plugins-developer mailing list submissions to > mav...@li... > >To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >or, via email, send a message with subject or body 'help' to > mav...@li... > >You can reach the person managing the list at > mav...@li... > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of Maven-plugins-developer digest..." > > >Today's Topics: > > 1. [javaapp] Javaapp stop working with Maven-1.1-beta-1 (Eric Hartmann) > >--__--__-- > >Message: 1 >Date: Mon, 22 Aug 2005 16:58:51 +0200 >From: Eric Hartmann <eha...@rh...> >Organization: Shared Value >To: Mav...@li... >Subject: [Maven-plugins-developer] [javaapp] Javaapp stop working with Maven-1.1-beta-1 > >Hi, > >I've tried maven-1.1 and Javaapp. And I was unable to make it works, it >seems that the following code : > ><j:getStatic var="mavenVersion" >className="org.apache.maven.MavenSession" field="APP_VERSION"/> > >does not work anymore (There is a nosuchfieldexception while running >maven -X). > >The correction may be quite simple by replacing the line with: > <j:set var="mavenVersion" value="${maven.application.version}"/> > >I've tested this with Maven-1.0.2 and it works well (I cannot test it >with maven-1.0 and maven-1.0.1 since they are not available on the maven >site). > >If someone can test this modification on maven-1.0 or 1.0.1 it may be >usefull to replace : > <!-- getStatic tag does not work in Maven 1.0 & 1.0.1 --> > <j:getStatic var="mavenVersion" >className="org.apache.maven.MavenSession" field="APP_VERSION"/> > <j:if test="${mavenVersion == null}"> > <j:set var="mavenVersion" value="1.0"/> > </j:if> > <ant:attribute name="Maven-Version" value="${mavenVersion}"/> > >by > <ant:attribute name="Maven-Version" >value="${maven.application.version}"/> > > >Regards, > >-eric > > > > > >--__--__-- > >_______________________________________________ >Maven-plugins-developer mailing list >Mav...@li... >https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > >End of Maven-plugins-developer Digest > > > |
From: Eric H. <eha...@rh...> - 2005-08-23 07:34:26
|
Hi Jörg, It is loaded from driver.properties and it is the version displayed in the maven banner : http://maven.apache.org/xref/org/apache/maven/cli/App.html#936 I found it while browsing the maven sources and this propertie is used in artifact and pdf plugins ( http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/artifact/plugin.jelly?view=markup, http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pdf/plugin.jelly?view=markup) It would be great to release a new version compatible with m1.1 ! -eric Jörg Schaible wrote: > Hi Eric, > > Eric Hartmann wrote on Monday, August 22, 2005 4:59 PM: > > >>Hi, >> >>I've tried maven-1.1 and Javaapp. And I was unable to make it >>works, it seems that the following code : >> >><j:getStatic var="mavenVersion" >>className="org.apache.maven.MavenSession" field="APP_VERSION"/> >> >>does not work anymore (There is a nosuchfieldexception while >>running maven -X). >> >>The correction may be quite simple by replacing the line >>with: <j:set var="mavenVersion" >>value="${maven.application.version}"/> > > > Do you know, where this property comes from? At least it is not documented: http://maven.apache.org/reference/properties.html > > >>I've tested this with Maven-1.0.2 and it works well (I cannot >>test it with maven-1.0 and maven-1.0.1 since they are not >>available on the maven site). > > > I don't have it also anymore. For me it's just the question, if it is really relevant ... the version is only used to set the "Maven-Version" entry in the Manifest. If nobody objects I would release javaapp 1.3.1 to ensure M1.1 compatibility. > > [snip] > > WDYT? > > - Jörg > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: <Joe...@El...> - 2005-08-23 07:01:54
|
Hi Eric, Eric Hartmann wrote on Monday, August 22, 2005 4:59 PM: > Hi, >=20 > I've tried maven-1.1 and Javaapp. And I was unable to make it > works, it seems that the following code : >=20 > <j:getStatic var=3D"mavenVersion" > className=3D"org.apache.maven.MavenSession" field=3D"APP_VERSION"/> >=20 > does not work anymore (There is a nosuchfieldexception while > running maven -X). >=20 > The correction may be quite simple by replacing the line > with: <j:set var=3D"mavenVersion" > value=3D"${maven.application.version}"/> Do you know, where this property comes from? At least it is not = documented: http://maven.apache.org/reference/properties.html =20 > I've tested this with Maven-1.0.2 and it works well (I cannot > test it with maven-1.0 and maven-1.0.1 since they are not > available on the maven site). I don't have it also anymore. For me it's just the question, if it is = really relevant ... the version is only used to set the "Maven-Version" = entry in the Manifest. If nobody objects I would release javaapp 1.3.1 = to ensure M1.1 compatibility. [snip] WDYT? - J=F6rg |
From: Eric H. <eha...@rh...> - 2005-08-22 15:02:25
|
Hi, I've tried maven-1.1 and Javaapp. And I was unable to make it works, it seems that the following code : <j:getStatic var="mavenVersion" className="org.apache.maven.MavenSession" field="APP_VERSION"/> does not work anymore (There is a nosuchfieldexception while running maven -X). The correction may be quite simple by replacing the line with: <j:set var="mavenVersion" value="${maven.application.version}"/> I've tested this with Maven-1.0.2 and it works well (I cannot test it with maven-1.0 and maven-1.0.1 since they are not available on the maven site). If someone can test this modification on maven-1.0 or 1.0.1 it may be usefull to replace : <!-- getStatic tag does not work in Maven 1.0 & 1.0.1 --> <j:getStatic var="mavenVersion" className="org.apache.maven.MavenSession" field="APP_VERSION"/> <j:if test="${mavenVersion == null}"> <j:set var="mavenVersion" value="1.0"/> </j:if> <ant:attribute name="Maven-Version" value="${mavenVersion}"/> by <ant:attribute name="Maven-Version" value="${maven.application.version}"/> Regards, -eric |
From: Niklas G. <ni...@pr...> - 2005-08-11 09:42:02
|
Hi Would it be possible to apply the attached patch to the aptdoc plugin to enable figure support? I currently use a patched plugin but it would be great if it could be enabled in the real build. Thanks! /niklas ------------------ Niklas Gustavsson ni...@pr... http://www.protocol7.com |
From: Carlos S. <car...@gm...> - 2005-07-22 06:30:13
|
The maven-plugins team is pleased to announce the Maven Cobertura Plug-in 1= .1=20 release!=20 http://maven-plugins.sourceforge.net/maven-cobertura-plugin Cobertura is a free Java tool that calculates the percentage of code access= ed=20 by tests. It can be used to identify which parts of your Java program are= =20 lacking test coverage. It is based on jcoverage.=20 Changes in this version include: New Features: o Added cobertura check reports with classes that don't meet test coverage= =20 requirements.=20 o Added cobertura:check goal. =20 To automatically install the plugin, type the following on a single line: maven plugin:download=20 -DgroupId=3Dmaven-plugins=20 -DartifactId=3Dmaven-cobertura-plugin -Dversion=3D1.1 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-plugins/plugins/maven= -cobertura-plugin-1.1.jar =20 Have fun! -The maven-plugins team |
From: Eric P. <ep...@op...> - 2005-07-17 18:12:28
|
Hi all, Just wanted to let you know I chmod 664 the files on SourceForge. Siegfried pointed out that I had some files that I was the onwer of and no one else could modify. So updating the site docs should now work properly. Eric Pugh |
From: <aru...@ja...> - 2005-07-16 03:10:34
|
Hi, I am working on Maven Hammurapi Plugin and want to contribute it. Can I host the plugin here ? My SF user id is anachimuthu0 regards, Arun Nachimuthu |
From: <mg...@oc...> - 2005-07-13 12:47:21
|
I have pushed all the sources into the CVS. So it's ok for my configurati= on. I take the points for future version. Mathieu Selon Eric Pugh <ep...@up...>: > While you are looking at other tools.. Have you ever looked at > Hackystat? It is a build tool/type of data agnostic platform for > collecting data that can later be mapped. For example, you can track > number of CVS commits, and number of unit test failures and can spot > if your unit test failures spike, was it b/c of lots of CVS commits > or not... Things like that.. > > A way of pulling data out of hackystat would be cool too! > > Eric > > > On Jul 13, 2005, at 8:20 AM, Morten Kristiansen wrote: > > > > > Great that you push this Mathieu. Feel free to use anything from > > our implementation: > > > > http://www.mortenkristiansen.net/maven-history-plugin/ > > > > (I can send you the source code if you like). > > > > It might be the case that you already support it, but there are > > some features in our version of the plugin that would've been nice > > if your version also had: > > > > - Support plain report history (not dashboard). This is great for > > projects like Maven plugins etc that only have one module and never > > use dashboard (http://www.mortenkristiansen.net/maven-history- > > plugin/example1/multiproject/dashboard-test1-java/history/report- > > history.html) > > > > - More flexible configuration: Have a look at (http:// > > www.mortenkristiansen.net/maven-history-plugin/properties.html). > > > > - Support the feature of grouping data in graps (http:// > > www.mortenkristiansen.net/maven-history-plugin/example2/history/ > > dashboard/dashboard-history.html) and also support for having only > > one graph pr aggregator. > > > > Let me know if there is anything I can do. > > > > Morten > > > > > > > >> From: Eric Pugh <ep...@up...> > >> To: Mathieu Gandin <mg...@oc...> > >> CC: mav...@li... > >> Subject: Re: [Maven-plugins-developer] Maven history with dashboard > >> Date: Tue, 12 Jul 2005 13:07:27 -0400 > >> > >> Mathieu, > >> > >> I am cc'ing maven-plugins. Make sure you do a reply all so that > >> all work happens on the public list! And you can get answers > >> from the entire group! > >> > >> I think you can add source fine to CVS. If not, please let us know. > >> > >> To release a plugin we like to follow the maven process. Boils > >> down to running "maven scm:prepare-release" and then > >> "maven:perform- release". When you run "maven:perform-release" > >> you will need to add the goal plugin:repository-deploy,site:deloy > >> and it will upload the plugin and generate the site and deploy it. > >> > >> Eric > >> > >> > >> On Jul 11, 2005, at 4:23 PM, Mathieu Gandin wrote: > >> > >> > >>> Thank you. > >>> > >>> I have added a directory maven-dashboard-history-plugin for the > >>> project, > >>> into the htdocs directory of maven-plugin. I have uploaded my > >>> documentation > >>> and a src tarballs. > >>> > >>> I will push my sources on the CVS later, surely tomorrow. > >>> > >>> Can I upload file and add source to CVS, without special > >>> validation ? > >>> > >>> By the way what the processus to release a plugin ? > >>> > >>> Mathieu Gandin. > >>> > >>> -----Original Message----- > >>> From: mav...@li... > >>> [mailto:mav...@li...] On > >>> Behalf Of > >>> Eric Pugh > >>> Sent: lundi 11 juillet 2005 21:14 > >>> To: Eric Pugh > >>> Cc: mav...@li... > >>> Subject: Re: [Maven-plugins-developer] Maven history with dashboard > >>> > >>> I have added Mathieu as a developer on Maven Plugins. Welcome > >>> aboard! We look forward to your efforts on the maven-history- > >>> plugin. > >>> > >>> Eric Pugh > >>> > >>> > >>> > >>> On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: > >>> > >>> > >>> > >>>> Mathieu, > >>>> > >>>> Can you send me your SF user name? > >>>> > >>>> Eric > >>>> > >>>> > >>>> On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: > >>>> > >>>> > >>>> > >>>> > >>>>> I think the approach should be to move ahead on adding one of > >>>>> them, and then let the fur fly! I lean towards the "do-it-cracy= " > >>>>> and get one in, and then let it start pulling in the best ideas o= f > >>>>> each. > >>>>> > >>>>> Comments? > >>>>> > >>>>> Eric > >>>>> On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>> > >>>>>> There exists a Jira Issue for this: > >>>>>> http://jira.codehaus.org/browse/MPDASHBOARD-23 > >>>>>> > >>>>>> As the Jira explains, it now exists 3 different versions of the > >>>>>> maven-history-plugin. It would be great if you guys could have a > >>>>>> look at the different ones and comment pro/cons. All 3 plugins > >>>>>> are somewhat identical, so it should be "easy" to merge these > >>>>>> into one cool plugin. > >>>>>> > >>>>>> Other comments? > >>>>>> > >>>>>> Morten > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>> From: "Mathieu Gandin" <mg...@oc...> > >>>>>>> To: <mav...@li...> > >>>>>>> Subject: RE: [Maven-plugins-developer] Maven history with > >>>>>>> dashboard > >>>>>>> Date: Thu, 30 Jun 2005 11:11:16 +0200 > >>>>>>> > >>>>>>> Hi all, > >>>>>>> > >>>>>>> I didn't get any reply, what do you think about my proposal ? > >>>>>>> > >>>>>>> Mathieu Gandin - Expert > >>>>>>> Mobile: 06 10 12 11 91 > >>>>>>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris > >>>>>>> http://www.octo.com > >>>>>>> > >>>>>>> -----Original Message----- > >>>>>>> From: mav...@li... > >>>>>>> [mailto:mav...@li...] On > >>>>>>> Behalf Of > >>>>>>> Mathieu Gandin > >>>>>>> Sent: mercredi 22 juin 2005 12:10 > >>>>>>> To: mav...@li... > >>>>>>> Subject: [Maven-plugins-developer] Maven history with dashboard > >>>>>>> > >>>>>>> Hello all, > >>>>>>> > >>>>>>> I have developed a maven plugin to create a history based of > >>>>>>> results from > >>>>>>> the Maven Dashboard plugin. > >>>>>>> The history is stored in XML Files, and the plugin create an > >>>>>>> HTML report > >>>>>>> with graphics from history. I tried to make my plugin 100% Java= , > >>>>>>> so my > >>>>>>> implementation uses JFreechart to generate graphics. > >>>>>>> > >>>>>>> Here is my documentation: > >>>>>>> http://www.mycgiserver.com/~mgandin/ > >>>>>>> > >>>>>>> There is another implementation, but I did not get information > >>>>>>> from the guy > >>>>>>> who develop it for about a month, and I was too busy to contact > >>>>>>> him. > >>>>>>> > >>>>>>> I am open for any remarks. > >>>>>>> > >>>>>>> See you. > >>>>>>> > >>>>>>> Mathieu Gandin > >>>>>>> > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this outgoing message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: > >>>>>>> 21/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> ------------------------------------------------------- > >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>>> Strategies > >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>>> articles, > >>>>>>> informative Webcasts and more! Get everything you need to > >>>>>>> get up to > >>>>>>> speed, fast. http://ads.osdn.com/? > >>>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick > >>>>>>> _______________________________________________ > >>>>>>> Maven-plugins-developer mailing list > >>>>>>> Mav...@li... > >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>>> developer > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this incoming message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: > >>>>>>> 21/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> -- > >>>>>>> No virus found in this outgoing message. > >>>>>>> Checked by AVG Anti-Virus. > >>>>>>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: > >>>>>>> 29/06/2005 > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> ------------------------------------------------------- > >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>>> Strategies > >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>>> articles, > >>>>>>> informative Webcasts and more! Get everything you need to > >>>>>>> get up to > >>>>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3D= click > >>>>>>> _______________________________________________ > >>>>>>> Maven-plugins-developer mailing list > >>>>>>> Mav...@li... > >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>>> developer > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> ------------------------------------------------------- > >>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>>> Strategies > >>>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>>> articles, > >>>>>> informative Webcasts and more! Get everything you need to get > >>>>>> up to > >>>>>> speed, fast. http://ads.osdn.com/? > >>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick > >>>>>> _______________________________________________ > >>>>>> Maven-plugins-developer mailing list > >>>>>> Mav...@li... > >>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>>> developer > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------- > >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration > >>>>> Strategies > >>>>> from IBM. Find simple to follow Roadmaps, straightforward > >>>>> articles, > >>>>> informative Webcasts and more! Get everything you need to get > >>>>> up to > >>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dcl= ick > >>>>> _______________________________________________ > >>>>> Maven-plugins-developer mailing list > >>>>> Mav...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- > >>>>> developer > >>>>> > >>>>> > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > >>> > >>> > >>> > >>> ------------------------------------------------------- > >>> This SF.Net email is sponsored by the 'Do More With Dual!' > >>> webinar happening > >>> July 14 at 8am PDT/11am EDT. We invite you to explore the latest > >>> in dual > >>> core and dual graphics technology at this free one hour event > >>> hosted by HP, > >>> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebina= r > >>> _______________________________________________ > >>> Maven-plugins-developer mailing list > >>> Mav...@li... > >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-develope= r > >>> > >>> > >>> > >>> -- > >>> No virus found in this incoming message. > >>> Checked by AVG Anti-Virus. > >>> Version: 7.0.308 / Virus Database: 267.8.10 - Release Date: > >>> 06/07/2005 > >>> > >>> > >>> > >>> > >> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by the 'Do More With Dual!' webinar > >> happening > >> July 14 at 8am PDT/11am EDT. We invite you to explore the latest > >> in dual > >> core and dual graphics technology at this free one hour event > >> hosted by HP, > >> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > >> _______________________________________________ > >> Maven-plugins-developer mailing list > >> Mav...@li... > >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > >> > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happ= ening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dua= l > core and dual graphics technology at this free one hour event hosted by= HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Eric P. <ep...@up...> - 2005-07-13 12:31:25
|
While you are looking at other tools.. Have you ever looked at =20 Hackystat? It is a build tool/type of data agnostic platform for =20 collecting data that can later be mapped. For example, you can track =20= number of CVS commits, and number of unit test failures and can spot =20 if your unit test failures spike, was it b/c of lots of CVS commits =20 or not... Things like that.. A way of pulling data out of hackystat would be cool too! Eric On Jul 13, 2005, at 8:20 AM, Morten Kristiansen wrote: > > Great that you push this Mathieu. Feel free to use anything from =20 > our implementation: > > http://www.mortenkristiansen.net/maven-history-plugin/ > > (I can send you the source code if you like). > > It might be the case that you already support it, but there are =20 > some features in our version of the plugin that would've been nice =20 > if your version also had: > > - Support plain report history (not dashboard). This is great for =20 > projects like Maven plugins etc that only have one module and never =20= > use dashboard (http://www.mortenkristiansen.net/maven-history-=20 > plugin/example1/multiproject/dashboard-test1-java/history/report-=20 > history.html) > > - More flexible configuration: Have a look at (http://=20 > www.mortenkristiansen.net/maven-history-plugin/properties.html). > > - Support the feature of grouping data in graps (http://=20 > www.mortenkristiansen.net/maven-history-plugin/example2/history/=20 > dashboard/dashboard-history.html) and also support for having only =20 > one graph pr aggregator. > > Let me know if there is anything I can do. > > Morten > > > >> From: Eric Pugh <ep...@up...> >> To: Mathieu Gandin <mg...@oc...> >> CC: mav...@li... >> Subject: Re: [Maven-plugins-developer] Maven history with dashboard >> Date: Tue, 12 Jul 2005 13:07:27 -0400 >> >> Mathieu, >> >> I am cc'ing maven-plugins. Make sure you do a reply all so that =20 >> all work happens on the public list! And you can get answers =20 >> from the entire group! >> >> I think you can add source fine to CVS. If not, please let us know. >> >> To release a plugin we like to follow the maven process. Boils =20 >> down to running "maven scm:prepare-release" and then =20 >> "maven:perform- release". When you run "maven:perform-release" =20 >> you will need to add the goal plugin:repository-deploy,site:deloy =20= >> and it will upload the plugin and generate the site and deploy it. >> >> Eric >> >> >> On Jul 11, 2005, at 4:23 PM, Mathieu Gandin wrote: >> >> >>> Thank you. >>> >>> I have added a directory maven-dashboard-history-plugin for the =20 >>> project, >>> into the htdocs directory of maven-plugin. I have uploaded my =20 >>> documentation >>> and a src tarballs. >>> >>> I will push my sources on the CVS later, surely tomorrow. >>> >>> Can I upload file and add source to CVS, without special =20 >>> validation ? >>> >>> By the way what the processus to release a plugin ? >>> >>> Mathieu Gandin. >>> >>> -----Original Message----- >>> From: mav...@li... >>> [mailto:mav...@li...] On =20 >>> Behalf Of >>> Eric Pugh >>> Sent: lundi 11 juillet 2005 21:14 >>> To: Eric Pugh >>> Cc: mav...@li... >>> Subject: Re: [Maven-plugins-developer] Maven history with dashboard >>> >>> I have added Mathieu as a developer on Maven Plugins. Welcome >>> aboard! We look forward to your efforts on the maven-history-=20 >>> plugin. >>> >>> Eric Pugh >>> >>> >>> >>> On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: >>> >>> >>> >>>> Mathieu, >>>> >>>> Can you send me your SF user name? >>>> >>>> Eric >>>> >>>> >>>> On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: >>>> >>>> >>>> >>>> >>>>> I think the approach should be to move ahead on adding one of >>>>> them, and then let the fur fly! I lean towards the "do-it-cracy" >>>>> and get one in, and then let it start pulling in the best ideas of >>>>> each. >>>>> >>>>> Comments? >>>>> >>>>> Eric >>>>> On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>> >>>>>> There exists a Jira Issue for this: >>>>>> http://jira.codehaus.org/browse/MPDASHBOARD-23 >>>>>> >>>>>> As the Jira explains, it now exists 3 different versions of the >>>>>> maven-history-plugin. It would be great if you guys could have a >>>>>> look at the different ones and comment pro/cons. All 3 plugins >>>>>> are somewhat identical, so it should be "easy" to merge these >>>>>> into one cool plugin. >>>>>> >>>>>> Other comments? >>>>>> >>>>>> Morten >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>> From: "Mathieu Gandin" <mg...@oc...> >>>>>>> To: <mav...@li...> >>>>>>> Subject: RE: [Maven-plugins-developer] Maven history with =20 >>>>>>> dashboard >>>>>>> Date: Thu, 30 Jun 2005 11:11:16 +0200 >>>>>>> >>>>>>> Hi all, >>>>>>> >>>>>>> I didn't get any reply, what do you think about my proposal ? >>>>>>> >>>>>>> Mathieu Gandin - Expert >>>>>>> Mobile: 06 10 12 11 91 >>>>>>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris >>>>>>> http://www.octo.com >>>>>>> >>>>>>> -----Original Message----- >>>>>>> From: mav...@li... >>>>>>> [mailto:mav...@li...] On >>>>>>> Behalf Of >>>>>>> Mathieu Gandin >>>>>>> Sent: mercredi 22 juin 2005 12:10 >>>>>>> To: mav...@li... >>>>>>> Subject: [Maven-plugins-developer] Maven history with dashboard >>>>>>> >>>>>>> Hello all, >>>>>>> >>>>>>> I have developed a maven plugin to create a history based of >>>>>>> results from >>>>>>> the Maven Dashboard plugin. >>>>>>> The history is stored in XML Files, and the plugin create an >>>>>>> HTML report >>>>>>> with graphics from history. I tried to make my plugin 100% Java, >>>>>>> so my >>>>>>> implementation uses JFreechart to generate graphics. >>>>>>> >>>>>>> Here is my documentation: >>>>>>> http://www.mycgiserver.com/~mgandin/ >>>>>>> >>>>>>> There is another implementation, but I did not get information >>>>>>> from the guy >>>>>>> who develop it for about a month, and I was too busy to contact >>>>>>> him. >>>>>>> >>>>>>> I am open for any remarks. >>>>>>> >>>>>>> See you. >>>>>>> >>>>>>> Mathieu Gandin >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> No virus found in this outgoing message. >>>>>>> Checked by AVG Anti-Virus. >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>>>> 21/06/2005 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>>> Strategies >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>>>> articles, >>>>>>> informative Webcasts and more! Get everything you need to =20 >>>>>>> get up to >>>>>>> speed, fast. http://ads.osdn.com/? >>>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick >>>>>>> _______________________________________________ >>>>>>> Maven-plugins-developer mailing list >>>>>>> Mav...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>>>> developer >>>>>>> >>>>>>> -- >>>>>>> No virus found in this incoming message. >>>>>>> Checked by AVG Anti-Virus. >>>>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>>>> 21/06/2005 >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> No virus found in this outgoing message. >>>>>>> Checked by AVG Anti-Virus. >>>>>>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: >>>>>>> 29/06/2005 >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>>> Strategies >>>>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>>>> articles, >>>>>>> informative Webcasts and more! Get everything you need to =20 >>>>>>> get up to >>>>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dcli= ck >>>>>>> _______________________________________________ >>>>>>> Maven-plugins-developer mailing list >>>>>>> Mav...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>>>> developer >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>> Strategies >>>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>>> articles, >>>>>> informative Webcasts and more! Get everything you need to get =20 >>>>>> up to >>>>>> speed, fast. http://ads.osdn.com/? =20 >>>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick >>>>>> _______________________________________________ >>>>>> Maven-plugins-developer mailing list >>>>>> Mav...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- =20 >>>>>> developer >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>> Strategies >>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>> articles, >>>>> informative Webcasts and more! Get everything you need to get =20 >>>>> up to >>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick= >>>>> _______________________________________________ >>>>> Maven-plugins-developer mailing list >>>>> Mav...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-=20 >>>>> developer >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by the 'Do More With Dual!' =20 >>> webinar happening >>> July 14 at 8am PDT/11am EDT. We invite you to explore the latest =20 >>> in dual >>> core and dual graphics technology at this free one hour event =20 >>> hosted by HP, >>> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >>> _______________________________________________ >>> Maven-plugins-developer mailing list >>> Mav...@li... >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>> >>> >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Anti-Virus. >>> Version: 7.0.308 / Virus Database: 267.8.10 - Release Date: =20 >>> 06/07/2005 >>> >>> >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by the 'Do More With Dual!' webinar =20= >> happening >> July 14 at 8am PDT/11am EDT. We invite you to explore the latest =20 >> in dual >> core and dual graphics technology at this free one hour event =20 >> hosted by HP, >> AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >> _______________________________________________ >> Maven-plugins-developer mailing list >> Mav...@li... >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> > > > |
From: Morten K. <mor...@ms...> - 2005-07-13 12:21:43
|
Great that you push this Mathieu. Feel free to use anything from our implementation: http://www.mortenkristiansen.net/maven-history-plugin/ (I can send you the source code if you like). It might be the case that you already support it, but there are some features in our version of the plugin that would've been nice if your version also had: - Support plain report history (not dashboard). This is great for projects like Maven plugins etc that only have one module and never use dashboard (http://www.mortenkristiansen.net/maven-history-plugin/example1/multiproject/dashboard-test1-java/history/report-history.html) - More flexible configuration: Have a look at (http://www.mortenkristiansen.net/maven-history-plugin/properties.html). - Support the feature of grouping data in graps (http://www.mortenkristiansen.net/maven-history-plugin/example2/history/dashboard/dashboard-history.html) and also support for having only one graph pr aggregator. Let me know if there is anything I can do. Morten >From: Eric Pugh <ep...@up...> >To: Mathieu Gandin <mg...@oc...> >CC: mav...@li... >Subject: Re: [Maven-plugins-developer] Maven history with dashboard >Date: Tue, 12 Jul 2005 13:07:27 -0400 > >Mathieu, > >I am cc'ing maven-plugins. Make sure you do a reply all so that all work >happens on the public list! And you can get answers from the entire >group! > >I think you can add source fine to CVS. If not, please let us know. > >To release a plugin we like to follow the maven process. Boils down to >running "maven scm:prepare-release" and then "maven:perform- release". >When you run "maven:perform-release" you will need to add the goal >plugin:repository-deploy,site:deloy and it will upload the plugin and >generate the site and deploy it. > >Eric > > >On Jul 11, 2005, at 4:23 PM, Mathieu Gandin wrote: > >>Thank you. >> >>I have added a directory maven-dashboard-history-plugin for the project, >>into the htdocs directory of maven-plugin. I have uploaded my >>documentation >>and a src tarballs. >> >>I will push my sources on the CVS later, surely tomorrow. >> >>Can I upload file and add source to CVS, without special validation ? >> >>By the way what the processus to release a plugin ? >> >>Mathieu Gandin. >> >>-----Original Message----- >>From: mav...@li... >>[mailto:mav...@li...] On Behalf Of >>Eric Pugh >>Sent: lundi 11 juillet 2005 21:14 >>To: Eric Pugh >>Cc: mav...@li... >>Subject: Re: [Maven-plugins-developer] Maven history with dashboard >> >>I have added Mathieu as a developer on Maven Plugins. Welcome >>aboard! We look forward to your efforts on the maven-history-plugin. >> >>Eric Pugh >> >> >> >>On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: >> >> >>>Mathieu, >>> >>>Can you send me your SF user name? >>> >>>Eric >>> >>> >>>On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: >>> >>> >>> >>>>I think the approach should be to move ahead on adding one of >>>>them, and then let the fur fly! I lean towards the "do-it-cracy" >>>>and get one in, and then let it start pulling in the best ideas of >>>>each. >>>> >>>>Comments? >>>> >>>>Eric >>>>On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: >>>> >>>> >>>> >>>> >>>> >>>> >>>>> >>>>>There exists a Jira Issue for this: >>>>>http://jira.codehaus.org/browse/MPDASHBOARD-23 >>>>> >>>>>As the Jira explains, it now exists 3 different versions of the >>>>>maven-history-plugin. It would be great if you guys could have a >>>>>look at the different ones and comment pro/cons. All 3 plugins >>>>>are somewhat identical, so it should be "easy" to merge these >>>>>into one cool plugin. >>>>> >>>>>Other comments? >>>>> >>>>>Morten >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>>>>From: "Mathieu Gandin" <mg...@oc...> >>>>>>To: <mav...@li...> >>>>>>Subject: RE: [Maven-plugins-developer] Maven history with dashboard >>>>>>Date: Thu, 30 Jun 2005 11:11:16 +0200 >>>>>> >>>>>>Hi all, >>>>>> >>>>>>I didn't get any reply, what do you think about my proposal ? >>>>>> >>>>>>Mathieu Gandin - Expert >>>>>>Mobile: 06 10 12 11 91 >>>>>>OCTO Technology - 50 Avenue des Champs Elysées 75008 Paris >>>>>>http://www.octo.com >>>>>> >>>>>>-----Original Message----- >>>>>>From: mav...@li... >>>>>>[mailto:mav...@li...] On >>>>>>Behalf Of >>>>>>Mathieu Gandin >>>>>>Sent: mercredi 22 juin 2005 12:10 >>>>>>To: mav...@li... >>>>>>Subject: [Maven-plugins-developer] Maven history with dashboard >>>>>> >>>>>>Hello all, >>>>>> >>>>>>I have developed a maven plugin to create a history based of >>>>>>results from >>>>>>the Maven Dashboard plugin. >>>>>>The history is stored in XML Files, and the plugin create an >>>>>>HTML report >>>>>>with graphics from history. I tried to make my plugin 100% Java, >>>>>>so my >>>>>>implementation uses JFreechart to generate graphics. >>>>>> >>>>>>Here is my documentation: >>>>>>http://www.mycgiserver.com/~mgandin/ >>>>>> >>>>>>There is another implementation, but I did not get information >>>>>>from the guy >>>>>>who develop it for about a month, and I was too busy to contact >>>>>>him. >>>>>> >>>>>>I am open for any remarks. >>>>>> >>>>>>See you. >>>>>> >>>>>>Mathieu Gandin >>>>>> >>>>>> >>>>>>-- >>>>>>No virus found in this outgoing message. >>>>>>Checked by AVG Anti-Virus. >>>>>>Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>>>21/06/2005 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>------------------------------------------------------- >>>>>>SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>>Strategies >>>>>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>>>>>informative Webcasts and more! Get everything you need to get up to >>>>>>speed, fast. http://ads.osdn.com/? >>>>>>ad_id=7477&alloc_id=16492&op=click >>>>>>_______________________________________________ >>>>>>Maven-plugins-developer mailing list >>>>>>Mav...@li... >>>>>>https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>>>developer >>>>>> >>>>>>-- >>>>>>No virus found in this incoming message. >>>>>>Checked by AVG Anti-Virus. >>>>>>Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>>>21/06/2005 >>>>>> >>>>>> >>>>>>-- >>>>>>No virus found in this outgoing message. >>>>>>Checked by AVG Anti-Virus. >>>>>>Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: >>>>>>29/06/2005 >>>>>> >>>>>> >>>>>> >>>>>> >>>>>>------------------------------------------------------- >>>>>>SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>>Strategies >>>>>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>>>>>informative Webcasts and more! Get everything you need to get up to >>>>>>speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click >>>>>>_______________________________________________ >>>>>>Maven-plugins-developer mailing list >>>>>>Mav...@li... >>>>>>https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>>>developer >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> >>>>> >>>>> >>>>>------------------------------------------------------- >>>>>SF.Net email is sponsored by: Discover Easy Linux Migration >>>>>Strategies >>>>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>>>>informative Webcasts and more! Get everything you need to get up to >>>>>speed, fast. http://ads.osdn.com/? ad_id=7477&alloc_id=16492&op=click >>>>>_______________________________________________ >>>>>Maven-plugins-developer mailing list >>>>>Mav...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/maven-plugins- developer >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>SF.Net email is sponsored by: Discover Easy Linux Migration >>>>Strategies >>>>from IBM. Find simple to follow Roadmaps, straightforward articles, >>>>informative Webcasts and more! Get everything you need to get up to >>>>speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click >>>>_______________________________________________ >>>>Maven-plugins-developer mailing list >>>>Mav...@li... >>>>https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>>> >>>> >>>> >>> >>> >>> >> >> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by the 'Do More With Dual!' webinar >>happening >>July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual >>core and dual graphics technology at this free one hour event hosted by >>HP, >>AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >>_______________________________________________ >>Maven-plugins-developer mailing list >>Mav...@li... >>https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> >> >> >>-- >>No virus found in this incoming message. >>Checked by AVG Anti-Virus. >>Version: 7.0.308 / Virus Database: 267.8.10 - Release Date: 06/07/2005 >> >> >> > > > >------------------------------------------------------- >This SF.Net email is sponsored by the 'Do More With Dual!' webinar >happening >July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual >core and dual graphics technology at this free one hour event hosted by HP, >AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar >_______________________________________________ >Maven-plugins-developer mailing list >Mav...@li... >https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Eric P. <ep...@up...> - 2005-07-12 17:07:42
|
Mathieu, I am cc'ing maven-plugins. Make sure you do a reply all so that all =20 work happens on the public list! And you can get answers from the =20 entire group! I think you can add source fine to CVS. If not, please let us know. To release a plugin we like to follow the maven process. Boils down =20 to running "maven scm:prepare-release" and then "maven:perform-=20 release". When you run "maven:perform-release" you will need to add =20= the goal plugin:repository-deploy,site:deloy and it will upload the =20 plugin and generate the site and deploy it. Eric On Jul 11, 2005, at 4:23 PM, Mathieu Gandin wrote: > Thank you. > > I have added a directory maven-dashboard-history-plugin for the =20 > project, > into the htdocs directory of maven-plugin. I have uploaded my =20 > documentation > and a src tarballs. > > I will push my sources on the CVS later, surely tomorrow. > > Can I upload file and add source to CVS, without special validation ? > > By the way what the processus to release a plugin ? > > Mathieu Gandin. > > -----Original Message----- > From: mav...@li... > [mailto:mav...@li...] On =20 > Behalf Of > Eric Pugh > Sent: lundi 11 juillet 2005 21:14 > To: Eric Pugh > Cc: mav...@li... > Subject: Re: [Maven-plugins-developer] Maven history with dashboard > > I have added Mathieu as a developer on Maven Plugins. Welcome > aboard! We look forward to your efforts on the maven-history-plugin. > > Eric Pugh > > > > On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: > > >> Mathieu, >> >> Can you send me your SF user name? >> >> Eric >> >> >> On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: >> >> >> >>> I think the approach should be to move ahead on adding one of >>> them, and then let the fur fly! I lean towards the "do-it-cracy" >>> and get one in, and then let it start pulling in the best ideas of >>> each. >>> >>> Comments? >>> >>> Eric >>> On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: >>> >>> >>> >>> >>> >>> >>>> >>>> There exists a Jira Issue for this: >>>> http://jira.codehaus.org/browse/MPDASHBOARD-23 >>>> >>>> As the Jira explains, it now exists 3 different versions of the >>>> maven-history-plugin. It would be great if you guys could have a >>>> look at the different ones and comment pro/cons. All 3 plugins >>>> are somewhat identical, so it should be "easy" to merge these >>>> into one cool plugin. >>>> >>>> Other comments? >>>> >>>> Morten >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>>> From: "Mathieu Gandin" <mg...@oc...> >>>>> To: <mav...@li...> >>>>> Subject: RE: [Maven-plugins-developer] Maven history with =20 >>>>> dashboard >>>>> Date: Thu, 30 Jun 2005 11:11:16 +0200 >>>>> >>>>> Hi all, >>>>> >>>>> I didn't get any reply, what do you think about my proposal ? >>>>> >>>>> Mathieu Gandin - Expert >>>>> Mobile: 06 10 12 11 91 >>>>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris >>>>> http://www.octo.com >>>>> >>>>> -----Original Message----- >>>>> From: mav...@li... >>>>> [mailto:mav...@li...] On >>>>> Behalf Of >>>>> Mathieu Gandin >>>>> Sent: mercredi 22 juin 2005 12:10 >>>>> To: mav...@li... >>>>> Subject: [Maven-plugins-developer] Maven history with dashboard >>>>> >>>>> Hello all, >>>>> >>>>> I have developed a maven plugin to create a history based of >>>>> results from >>>>> the Maven Dashboard plugin. >>>>> The history is stored in XML Files, and the plugin create an >>>>> HTML report >>>>> with graphics from history. I tried to make my plugin 100% Java, >>>>> so my >>>>> implementation uses JFreechart to generate graphics. >>>>> >>>>> Here is my documentation: >>>>> http://www.mycgiserver.com/~mgandin/ >>>>> >>>>> There is another implementation, but I did not get information >>>>> from the guy >>>>> who develop it for about a month, and I was too busy to contact >>>>> him. >>>>> >>>>> I am open for any remarks. >>>>> >>>>> See you. >>>>> >>>>> Mathieu Gandin >>>>> >>>>> >>>>> -- >>>>> No virus found in this outgoing message. >>>>> Checked by AVG Anti-Virus. >>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>> 21/06/2005 >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>> Strategies >>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>> articles, >>>>> informative Webcasts and more! Get everything you need to get =20 >>>>> up to >>>>> speed, fast. http://ads.osdn.com/? >>>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick >>>>> _______________________________________________ >>>>> Maven-plugins-developer mailing list >>>>> Mav...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>> developer >>>>> >>>>> -- >>>>> No virus found in this incoming message. >>>>> Checked by AVG Anti-Virus. >>>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: >>>>> 21/06/2005 >>>>> >>>>> >>>>> -- >>>>> No virus found in this outgoing message. >>>>> Checked by AVG Anti-Virus. >>>>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: >>>>> 29/06/2005 >>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>>> Strategies >>>>> from IBM. Find simple to follow Roadmaps, straightforward =20 >>>>> articles, >>>>> informative Webcasts and more! Get everything you need to get =20 >>>>> up to >>>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick= >>>>> _______________________________________________ >>>>> Maven-plugins-developer mailing list >>>>> Mav...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins- >>>>> developer >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> SF.Net email is sponsored by: Discover Easy Linux Migration >>>> Strategies >>>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>>> informative Webcasts and more! Get everything you need to get up to >>>> speed, fast. http://ads.osdn.com/?=20 >>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick >>>> _______________________________________________ >>>> Maven-plugins-developer mailing list >>>> Mav...@li... >>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-=20 >>>> developer >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration >>> Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >>> _______________________________________________ >>> Maven-plugins-developer mailing list >>> Mav...@li... >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>> >>> >>> >> >> >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar =20 > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in =20= > dual > core and dual graphics technology at this free one hour event =20 > hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > > > --=20 > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.308 / Virus Database: 267.8.10 - Release Date: 06/07/2005 > > > |
From: <Joe...@El...> - 2005-07-12 05:35:38
|
Eric Pugh wrote on Monday, July 11, 2005 9:14 PM: > I have added Mathieu as a developer on Maven Plugins. Welcome > aboard! We look forward to your efforts on the maven-history-plugin. Welcome Mathieu! - J=F6rg |
From: Eric P. <ep...@up...> - 2005-07-11 20:22:42
|
The maven-cobertura-plugin team is pleased to announce the Cobertura Plug-in 1.0 release! http://maven-plugins.sourceforge.net/maven-cobertura-plugin Maven Plugin for Cobertura Changes in this version include: To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven-cobertura-plugin -DartifactId=maven-cobertura-plugin -Dversion=1.0 For a manual installation, you can download the plugin here: http://maven-plugins.sourceforge.net/repository/maven-cobertura- plugin/plugins/maven-cobertura-plugin-1.0.jar Have fun! -The maven-cobertura-plugin team |
From: Eric P. <ep...@up...> - 2005-07-11 19:14:38
|
I have added Mathieu as a developer on Maven Plugins. Welcome =20 aboard! We look forward to your efforts on the maven-history-plugin. Eric Pugh On Jul 11, 2005, at 1:45 PM, Eric Pugh wrote: > Mathieu, > > Can you send me your SF user name? > > Eric > > > On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: > > >> I think the approach should be to move ahead on adding one of =20 >> them, and then let the fur fly! I lean towards the "do-it-cracy" =20= >> and get one in, and then let it start pulling in the best ideas of =20= >> each. >> >> Comments? >> >> Eric >> On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: >> >> >> >> >> >>> >>> There exists a Jira Issue for this: >>> http://jira.codehaus.org/browse/MPDASHBOARD-23 >>> >>> As the Jira explains, it now exists 3 different versions of the =20 >>> maven-history-plugin. It would be great if you guys could have a =20 >>> look at the different ones and comment pro/cons. All 3 plugins =20 >>> are somewhat identical, so it should be "easy" to merge these =20 >>> into one cool plugin. >>> >>> Other comments? >>> >>> Morten >>> >>> >>> >>> >>> >>> >>>> From: "Mathieu Gandin" <mg...@oc...> >>>> To: <mav...@li...> >>>> Subject: RE: [Maven-plugins-developer] Maven history with dashboard >>>> Date: Thu, 30 Jun 2005 11:11:16 +0200 >>>> >>>> Hi all, >>>> >>>> I didn't get any reply, what do you think about my proposal ? >>>> >>>> Mathieu Gandin - Expert >>>> Mobile: 06 10 12 11 91 >>>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris >>>> http://www.octo.com >>>> >>>> -----Original Message----- >>>> From: mav...@li... >>>> [mailto:mav...@li...] On =20 >>>> Behalf Of >>>> Mathieu Gandin >>>> Sent: mercredi 22 juin 2005 12:10 >>>> To: mav...@li... >>>> Subject: [Maven-plugins-developer] Maven history with dashboard >>>> >>>> Hello all, >>>> >>>> I have developed a maven plugin to create a history based of =20 >>>> results from >>>> the Maven Dashboard plugin. >>>> The history is stored in XML Files, and the plugin create an =20 >>>> HTML report >>>> with graphics from history. I tried to make my plugin 100% Java, =20= >>>> so my >>>> implementation uses JFreechart to generate graphics. >>>> >>>> Here is my documentation: >>>> http://www.mycgiserver.com/~mgandin/ >>>> >>>> There is another implementation, but I did not get information =20 >>>> from the guy >>>> who develop it for about a month, and I was too busy to contact =20 >>>> him. >>>> >>>> I am open for any remarks. >>>> >>>> See you. >>>> >>>> Mathieu Gandin >>>> >>>> >>>> -- >>>> No virus found in this outgoing message. >>>> Checked by AVG Anti-Virus. >>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >>>> 21/06/2005 >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >>>> Strategies >>>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>>> informative Webcasts and more! Get everything you need to get up to >>>> speed, fast. http://ads.osdn.com/?=20 >>>> ad_id=3D7477&alloc_id=3D16492&op=3Dclick >>>> _______________________________________________ >>>> Maven-plugins-developer mailing list >>>> Mav...@li... >>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-=20 >>>> developer >>>> >>>> -- >>>> No virus found in this incoming message. >>>> Checked by AVG Anti-Virus. >>>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >>>> 21/06/2005 >>>> >>>> >>>> -- >>>> No virus found in this outgoing message. >>>> Checked by AVG Anti-Virus. >>>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: =20 >>>> 29/06/2005 >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >>>> Strategies >>>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>>> informative Webcasts and more! Get everything you need to get up to >>>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >>>> _______________________________________________ >>>> Maven-plugins-developer mailing list >>>> Mav...@li... >>>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-=20 >>>> developer >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >>> Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dc= lick >>> _______________________________________________ >>> Maven-plugins-developer mailing list >>> Mav...@li... >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>> >>> >>> >>> >>> >> >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >> Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >> _______________________________________________ >> Maven-plugins-developer mailing list >> Mav...@li... >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> >> > > |
From: Eric P. <ep...@up...> - 2005-07-11 17:45:54
|
Mathieu, Can you send me your SF user name? Eric On Jul 6, 2005, at 1:02 PM, Eric Pugh wrote: > I think the approach should be to move ahead on adding one of them, =20= > and then let the fur fly! I lean towards the "do-it-cracy" and =20 > get one in, and then let it start pulling in the best ideas of each. > > Comments? > > Eric > On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: > > > > >> >> There exists a Jira Issue for this: >> http://jira.codehaus.org/browse/MPDASHBOARD-23 >> >> As the Jira explains, it now exists 3 different versions of the =20 >> maven-history-plugin. It would be great if you guys could have a =20 >> look at the different ones and comment pro/cons. All 3 plugins are =20= >> somewhat identical, so it should be "easy" to merge these into one =20= >> cool plugin. >> >> Other comments? >> >> Morten >> >> >> >> >> >>> From: "Mathieu Gandin" <mg...@oc...> >>> To: <mav...@li...> >>> Subject: RE: [Maven-plugins-developer] Maven history with dashboard >>> Date: Thu, 30 Jun 2005 11:11:16 +0200 >>> >>> Hi all, >>> >>> I didn't get any reply, what do you think about my proposal ? >>> >>> Mathieu Gandin - Expert >>> Mobile: 06 10 12 11 91 >>> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris >>> http://www.octo.com >>> >>> -----Original Message----- >>> From: mav...@li... >>> [mailto:mav...@li...] On =20 >>> Behalf Of >>> Mathieu Gandin >>> Sent: mercredi 22 juin 2005 12:10 >>> To: mav...@li... >>> Subject: [Maven-plugins-developer] Maven history with dashboard >>> >>> Hello all, >>> >>> I have developed a maven plugin to create a history based of =20 >>> results from >>> the Maven Dashboard plugin. >>> The history is stored in XML Files, and the plugin create an HTML =20= >>> report >>> with graphics from history. I tried to make my plugin 100% Java, =20 >>> so my >>> implementation uses JFreechart to generate graphics. >>> >>> Here is my documentation: >>> http://www.mycgiserver.com/~mgandin/ >>> >>> There is another implementation, but I did not get information =20 >>> from the guy >>> who develop it for about a month, and I was too busy to contact him. >>> >>> I am open for any remarks. >>> >>> See you. >>> >>> Mathieu Gandin >>> >>> >>> -- >>> No virus found in this outgoing message. >>> Checked by AVG Anti-Virus. >>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >>> 21/06/2005 >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >>> Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dc= lick >>> _______________________________________________ >>> Maven-plugins-developer mailing list >>> Mav...@li... >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>> >>> -- >>> No virus found in this incoming message. >>> Checked by AVG Anti-Virus. >>> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >>> 21/06/2005 >>> >>> >>> -- >>> No virus found in this outgoing message. >>> Checked by AVG Anti-Virus. >>> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: =20 >>> 29/06/2005 >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >>> Strategies >>> from IBM. Find simple to follow Roadmaps, straightforward articles, >>> informative Webcasts and more! Get everything you need to get up to >>> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >>> _______________________________________________ >>> Maven-plugins-developer mailing list >>> Mav...@li... >>> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >>> >>> >>> >>> >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >> Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick >> _______________________________________________ >> Maven-plugins-developer mailing list >> Mav...@li... >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> >> >> >> > > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: <vac...@ya...> - 2005-07-11 14:32:18
|
ObjectLab.co.uk is pleased to announce the release of QALab 0.7.1, a new open source tool that complements Checkstyle, FindBugs, PMD or Simian. http://qalab.sourceforge.net QALab is a new tool that works as part of your daily build both ANT and Maven are supported. QA Tools like Checkstyle, PMD, FindBugs and Simian are extremely useful but they collect only 'SNAPSHOTS' of your code. This new open source project collects data from those QA tools and keeps track of them overtime. This allows developers, architects and project managers alike to be presented with a trend of the QA statistics of their project via charts or reports. The project has been in use internally for over 2 years but to make it a 'product' has taken a fair amount of effort (documentation!), despite the small scope of this project. We eagerly await your feedback! Thank you! ** Please pass this on to your colleagues, friends, family! Thanks ** Have fun! -The qalab team <shamelessPlug> ObjectLab Ltd, a City based consultancy with over 9 years experience in Java is able to help you to integrate a qualitfy-focused Build. </shamelessPlug> |
From: Jeff J. <jef...@up...> - 2005-07-11 02:43:45
|
Not much traffic, so I'll just say I've been using the one you guys pulled together, since you originally released it, and it works well. Thanks guys for pulling it all together... -----Original Message----- From: mav...@li... [mailto:mav...@li...] On Behalf Of Eric Pugh Sent: Friday, July 08, 2005 4:39 PM To: ca...@ap... Cc: mav...@li... Subject: Re: [Maven-plugins-developer] Releasing cobertura plugin I released the Findbugs plugins in version step with the FindBugs project which ended up causing me to artificially name versions, as sometimes the plugin wouldn't release when Findbugs released.. So now the latest version is 0.9.1 or something odd... Eric On Jul 8, 2005, at 5:17 PM, Carlos Sanchez wrote: > Hi, > > Eric Pugh and me were talking about releasing the cobertura plugin, as > version 1.0. We don't think a good idea to tie it to cobertura version > number. > > This is my +1 > > Regards > > Carlos Sanchez > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening July 14 at 8am PDT/11am EDT. We invite you to explore the > latest in dual core and dual graphics technology at this free one hour > event hosted by HP, AMD, and NVIDIA. To register visit > http://www.hp.com/go/dualwebinar > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Maven-plugins-developer mailing list Mav...@li... https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Eric P. <ep...@up...> - 2005-07-08 21:39:25
|
I released the Findbugs plugins in version step with the FindBugs project which ended up causing me to artificially name versions, as sometimes the plugin wouldn't release when Findbugs released.. So now the latest version is 0.9.1 or something odd... Eric On Jul 8, 2005, at 5:17 PM, Carlos Sanchez wrote: > Hi, > > Eric Pugh and me were talking about releasing the cobertura plugin, as > version 1.0. We don't think a good idea to tie it to cobertura version > number. > > This is my +1 > > Regards > > Carlos Sanchez > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in > dual > core and dual graphics technology at this free one hour event > hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |
From: Carlos S. <car...@gm...> - 2005-07-08 21:18:30
|
Hi, Eric Pugh and me were talking about releasing the cobertura plugin, as version 1.0. We don't think a good idea to tie it to cobertura version number. This is my +1 Regards Carlos Sanchez |
From: Eric P. <ep...@up...> - 2005-07-06 21:04:50
|
I think the approach should be to move ahead on adding one of them, =20 and then let the fur fly! I lean towards the "do-it-cracy" and get =20 one in, and then let it start pulling in the best ideas of each. Comments? Eric On Jul 6, 2005, at 4:35 AM, Morten Kristiansen wrote: > > There exists a Jira Issue for this: > http://jira.codehaus.org/browse/MPDASHBOARD-23 > > As the Jira explains, it now exists 3 different versions of the =20 > maven-history-plugin. It would be great if you guys could have a =20 > look at the different ones and comment pro/cons. All 3 plugins are =20 > somewhat identical, so it should be "easy" to merge these into one =20 > cool plugin. > > Other comments? > > Morten > > > > >> From: "Mathieu Gandin" <mg...@oc...> >> To: <mav...@li...> >> Subject: RE: [Maven-plugins-developer] Maven history with dashboard >> Date: Thu, 30 Jun 2005 11:11:16 +0200 >> >> Hi all, >> >> I didn't get any reply, what do you think about my proposal ? >> >> Mathieu Gandin - Expert >> Mobile: 06 10 12 11 91 >> OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris >> http://www.octo.com >> >> -----Original Message----- >> From: mav...@li... >> [mailto:mav...@li...] On =20 >> Behalf Of >> Mathieu Gandin >> Sent: mercredi 22 juin 2005 12:10 >> To: mav...@li... >> Subject: [Maven-plugins-developer] Maven history with dashboard >> >> Hello all, >> >> I have developed a maven plugin to create a history based of =20 >> results from >> the Maven Dashboard plugin. >> The history is stored in XML Files, and the plugin create an HTML =20 >> report >> with graphics from history. I tried to make my plugin 100% Java, =20 >> so my >> implementation uses JFreechart to generate graphics. >> >> Here is my documentation: >> http://www.mycgiserver.com/~mgandin/ >> >> There is another implementation, but I did not get information =20 >> from the guy >> who develop it for about a month, and I was too busy to contact him. >> >> I am open for any remarks. >> >> See you. >> >> Mathieu Gandin >> >> >> -- >> No virus found in this outgoing message. >> Checked by AVG Anti-Virus. >> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >> 21/06/2005 >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >> Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcl= ick >> _______________________________________________ >> Maven-plugins-developer mailing list >> Mav...@li... >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> >> -- >> No virus found in this incoming message. >> Checked by AVG Anti-Virus. >> Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 >> 21/06/2005 >> >> >> -- >> No virus found in this outgoing message. >> Checked by AVG Anti-Virus. >> Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: =20 >> 29/06/2005 >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: Discover Easy Linux Migration =20 >> Strategies >> from IBM. Find simple to follow Roadmaps, straightforward articles, >> informative Webcasts and more! Get everything you need to get up to >> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick >> _______________________________________________ >> Maven-plugins-developer mailing list >> Mav...@li... >> https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer >> >> >> > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcli= ck > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > > |
From: Morten K. <mor...@ms...> - 2005-07-06 08:35:43
|
There exists a Jira Issue for this: http://jira.codehaus.org/browse/MPDASHBOARD-23 As the Jira explains, it now exists 3 different versions of the maven-history-plugin. It would be great if you guys could have a look at the different ones and comment pro/cons. All 3 plugins are somewhat identical, so it should be "easy" to merge these into one cool plugin. Other comments? Morten >From: "Mathieu Gandin" <mg...@oc...> >To: <mav...@li...> >Subject: RE: [Maven-plugins-developer] Maven history with dashboard >Date: Thu, 30 Jun 2005 11:11:16 +0200 > >Hi all, > >I didn't get any reply, what do you think about my proposal ? > >Mathieu Gandin - Expert >Mobile: 06 10 12 11 91 >OCTO Technology - 50 Avenue des Champs Elysées 75008 Paris >http://www.octo.com > >-----Original Message----- >From: mav...@li... >[mailto:mav...@li...] On Behalf Of >Mathieu Gandin >Sent: mercredi 22 juin 2005 12:10 >To: mav...@li... >Subject: [Maven-plugins-developer] Maven history with dashboard > >Hello all, > >I have developed a maven plugin to create a history based of results from >the Maven Dashboard plugin. >The history is stored in XML Files, and the plugin create an HTML report >with graphics from history. I tried to make my plugin 100% Java, so my >implementation uses JFreechart to generate graphics. > >Here is my documentation: >http://www.mycgiserver.com/~mgandin/ > >There is another implementation, but I did not get information from the guy >who develop it for about a month, and I was too busy to contact him. > >I am open for any remarks. > >See you. > >Mathieu Gandin > > >-- >No virus found in this outgoing message. >Checked by AVG Anti-Virus. >Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: 21/06/2005 > > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click >_______________________________________________ >Maven-plugins-developer mailing list >Mav...@li... >https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > >-- >No virus found in this incoming message. >Checked by AVG Anti-Virus. >Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: 21/06/2005 > > >-- >No virus found in this outgoing message. >Checked by AVG Anti-Virus. >Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: 29/06/2005 > > > > >------------------------------------------------------- >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies >from IBM. Find simple to follow Roadmaps, straightforward articles, >informative Webcasts and more! Get everything you need to get up to >speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click >_______________________________________________ >Maven-plugins-developer mailing list >Mav...@li... >https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Gandin M. <mg...@oc...> - 2005-07-01 14:51:21
|
The XML File is stored firstly into the target directory of maven, and = then it has to be stored into another directory, with the old XML Files. All these XML Files helps to draw the curves. In order to automate this process, I use Cruisecontrol. The idea is to = use CruiseControl for continuous integration. It launches a maven build, and generates a history XML File. And then it copies the history to keep it. = And the plugin maven use all the xml file to draw the curves. I think for next version to use a database. It should be better. I develop Ant task just to use it directly into my maven plugin. It was easier for me. Mathieu Gandin -----Original Message----- From: mav...@li... [mailto:mav...@li...] On Behalf = Of Eric Pugh Sent: vendredi 1 juillet 2005 15:30 To: Mathieu Gandin Cc: mav...@li... Subject: Re: [Maven-plugins-developer] Maven history with dashboard I started digging around on your site.. Looks really good.. =20 Basically, this plugin is as effective as the dashboard plugin in =20 terms of gathering the data.. the XML file.. Where does it reside? Also, I didn't quite understand the Ant tasks.. Are they to =20 facilatate pulling data in from non-Maven projects? Also, can you speak a bit more about the Cruisecontrol integration? Eric Pugh On Jun 30, 2005, at 5:11 AM, Mathieu Gandin wrote: > Hi all, > > I didn't get any reply, what do you think about my proposal ? > > Mathieu Gandin - Expert > Mobile: 06 10 12 11 91 > OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris > http://www.octo.com > > -----Original Message----- > From: mav...@li... > [mailto:mav...@li...] On =20 > Behalf Of > Mathieu Gandin > Sent: mercredi 22 juin 2005 12:10 > To: mav...@li... > Subject: [Maven-plugins-developer] Maven history with dashboard > > Hello all, > > I have developed a maven plugin to create a history based of =20 > results from > the Maven Dashboard plugin. > The history is stored in XML Files, and the plugin create an HTML =20 > report > with graphics from history. I tried to make my plugin 100% Java, so my > implementation uses JFreechart to generate graphics. > > Here is my documentation: > http://www.mycgiserver.com/~mgandin/ > > There is another implementation, but I did not get information from =20 > the guy > who develop it for about a month, and I was too busy to contact him. > > I am open for any remarks. > > See you. > > Mathieu Gandin > > > --=20 > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 > 21/06/2005 > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. = http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclick > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > --=20 > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 > 21/06/2005 > > > --=20 > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: =20 > 29/06/2005 > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dick _______________________________________________ Maven-plugins-developer mailing list Mav...@li... https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer |
From: Eric P. <ep...@up...> - 2005-07-01 13:30:44
|
I started digging around on your site.. Looks really good.. =20 Basically, this plugin is as effective as the dashboard plugin in =20 terms of gathering the data.. the XML file.. Where does it reside? Also, I didn't quite understand the Ant tasks.. Are they to =20 facilatate pulling data in from non-Maven projects? Also, can you speak a bit more about the Cruisecontrol integration? Eric Pugh On Jun 30, 2005, at 5:11 AM, Mathieu Gandin wrote: > Hi all, > > I didn't get any reply, what do you think about my proposal ? > > Mathieu Gandin - Expert > Mobile: 06 10 12 11 91 > OCTO Technology - 50 Avenue des Champs Elys=E9es 75008 Paris > http://www.octo.com > > -----Original Message----- > From: mav...@li... > [mailto:mav...@li...] On =20 > Behalf Of > Mathieu Gandin > Sent: mercredi 22 juin 2005 12:10 > To: mav...@li... > Subject: [Maven-plugins-developer] Maven history with dashboard > > Hello all, > > I have developed a maven plugin to create a history based of =20 > results from > the Maven Dashboard plugin. > The history is stored in XML Files, and the plugin create an HTML =20 > report > with graphics from history. I tried to make my plugin 100% Java, so my > implementation uses JFreechart to generate graphics. > > Here is my documentation: > http://www.mycgiserver.com/~mgandin/ > > There is another implementation, but I did not get information from =20= > the guy > who develop it for about a month, and I was too busy to contact him. > > I am open for any remarks. > > See you. > > Mathieu Gandin > > > --=20 > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 > 21/06/2005 > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dcli= ck > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > > --=20 > No virus found in this incoming message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.7.10/25 - Release Date: =20 > 21/06/2005 > > > --=20 > No virus found in this outgoing message. > Checked by AVG Anti-Virus. > Version: 7.0.323 / Virus Database: 267.8.7/34 - Release Date: =20 > 29/06/2005 > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id=16492&op=3Dclick > _______________________________________________ > Maven-plugins-developer mailing list > Mav...@li... > https://lists.sourceforge.net/lists/listinfo/maven-plugins-developer > |