Skip to content

Commit

Permalink
indiciating which mojos are threadsafe.
Browse files Browse the repository at this point in the history
  • Loading branch information
idcmp committed Mar 1, 2012
1 parent e8f65d8 commit 7ed99db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Expand Up @@ -18,6 +18,7 @@
* @requiresDependencyResolution test * @requiresDependencyResolution test
* @requiresProject true * @requiresProject true
* @aggregator * @aggregator
* @threadSafe
*/ */
public class AggregateReportMojo extends CheckMojo { public class AggregateReportMojo extends CheckMojo {


Expand Down
1 change: 1 addition & 0 deletions src/main/java/org/linuxstuff/mojo/licensing/CheckMojo.java
Expand Up @@ -18,6 +18,7 @@
* *
* @goal check * @goal check
* @phase verify * @phase verify
* @threadSafe
* @requiresDependencyResolution test * @requiresDependencyResolution test
* @requiresProject true * @requiresProject true
* @since 1.0 * @since 1.0
Expand Down
Expand Up @@ -16,6 +16,7 @@
/** /**
* @goal collect-reports * @goal collect-reports
* @requiresProject true * @requiresProject true
* @threadSafe
* @aggregator * @aggregator
*/ */
public class CollectReportsMojo extends AbstractLicensingMojo { public class CollectReportsMojo extends AbstractLicensingMojo {
Expand Down
Expand Up @@ -47,6 +47,8 @@
* @author tchemit <chemit@codelutin.com> (originally) * @author tchemit <chemit@codelutin.com> (originally)
* @plexus.component role="org.linuxstuff.mojo.licensing.DependenciesTool" * @plexus.component role="org.linuxstuff.mojo.licensing.DependenciesTool"
* role-hint="default" * role-hint="default"
*
* @threadSafe
* @since 1.0 * @since 1.0
*/ */
public class DefaultDependenciesTool extends AbstractLogEnabled implements DependenciesTool { public class DefaultDependenciesTool extends AbstractLogEnabled implements DependenciesTool {
Expand Down

0 comments on commit 7ed99db

Please sign in to comment.