Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
RF-13759: Fixed a typo in the Compile Mojo defaultPhase
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed Sep 2, 2014
1 parent 3531068 commit 538e08e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
* @author shura
*
*/
@Mojo(name="compile", defaultPhase = LifecyclePhase.COMPILE, requiresDependencyResolution= ResolutionScope.COMPILE)
@Mojo(name="compile", defaultPhase = LifecyclePhase.GENERATE_SOURCES, requiresDependencyResolution= ResolutionScope.COMPILE)
public class CompileMojo extends AbstractCDKMojo implements Contextualizable {
/**
* To look up Archiver/UnArchiver implementations
Expand Down

0 comments on commit 538e08e

Please sign in to comment.