GitHub user mfriedenhagen opened a pull request:
https://github.com/apache/maven-surefire/pull/24
Surefire 999 annotation based
Hello @krosenvold,
as suggested in [your
comment](https://jira.codehaus.org/browse/SUREFIRE-999?focusedCommentId=325906&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-325906),
I implemented a solution based on Java annotations.
Regards
Mirko
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mfriedenhagen/maven-surefire
surefire-999-annotation-based
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/24.patch
----
commit 7263df38f4b4631d6bfa2f8aa6a23e846d4944b1
Author: Mirko Friedenhagen <[email protected]>
Date: 2013-05-30T19:14:10Z
Convert all doclet annotations to new Java annotations, tests do not run.
commit 10228403449d2a536f3f80d0c5fce2d9d0bef265
Author: Mirko Friedenhagen <[email protected]>
Date: 2013-05-30T20:04:22Z
Got the semantics for Execute and Mojo wrongly. defaultPhase in Mojo is in
which phase this goal should
fire while Execute means which lifecycle and goal to fork and execute
before running the goal.
Now the tests are running as well again :-).
----
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]