Open GoogleCodeExporter opened 9 years ago
Original comment by ajglo...@gmail.com
on 9 Apr 2010 at 7:35
Just upgraded my maven-easyb-plugin to 0.9.7 and found that storyReport goal is
entirely missing:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 'storyReport' was specified in an execution, but not found in the plugin
...
same with 0.9.6
Would this be fixed soon? The funcationality is there for older version of
plug-in.
It is really difficult to move it over to the newer version?
Original comment by camy...@yahoo.com
on 27 Apr 2010 at 9:37
and same with 0.9.7
Original comment by swieto...@gmail.com
on 17 May 2010 at 7:47
i just wanted to point out, that this page is still outdated!
http://www.easyb.org/maven-easyb-plugin/plugin-info.html
Who could update this page to fit to the new version?
There is no goal called storyReport anymore.
The correct solution is attached.
Sincerely,
Michael
> Von: Jeffrey Erikson <jeffrey.erik...@gmail.com>
> Datum: Tue, 23 Feb 2010 14:24:19 -0800 (PST)
> Lokal: Mi 24 Feb. 2010 00:24
> Betreff: Maven plugin and HTML reports
> I recently got an email asking about generating easyb HTML reports
> using the Maven plugin. Since it appears that the information on the
> Maven easyb plugin is somewhat out-of-date (I've updated it in SVN), I
> thought I'd post the relevant portion of my response here:
> Here's what you'd put in your pom.xml to generate HTML reports:
> <plugin>
> <groupId>org.easyb</groupId>
> <artifactId>maven-easyb-plugin</artifactId>
> <version>0.9.6</version>
> <executions>
> <execution>
> <goals>
> <goal>test</goal>
> </goals>
> </execution>
> </executions>
> <configuration>
> <storyType>html</storyType>
> <storyReport>${project.build.directory}/easyb/
> stories.html</storyReport>
> </configuration>
> </plugin>
> Note that, if you want the output file to end with .html, you'll have
> to specify it in the <storyReport> element; otherwise, it defaults to
> "stories.txt". Also, right now you can't generate both an HTML report
> and a regular text report.
> Let me know if you have further questions or problems. Thanks!
> je
Original comment by MichaelB...@googlemail.com
on 22 Jun 2010 at 10:22
Original comment by richard....@gmail.com
on 11 Jul 2010 at 6:37
Original issue reported on code.google.com by
dominik.bartholdi@gmail.com
on 19 Feb 2010 at 1:53