Skip to content

Commit

Permalink
revert to 7c9b55a
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Oct 9, 2012
1 parent 7c9b55a commit 0ed5a71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.0.7-SNAPSHOT</version>
<version>2.0.7</version>
<name>maven-processor-plugin - ${project.version}</name>
<description>A maven plugin to process annotation for jdk6 at compile time

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public abstract class AbstractAnnotationProcessorMojo extends AbstractMojo

/**
* Controls whether or not the output directory is added to compilation
* @parameter
*/
//@MojoParameter(required = false, description = "Controls whether or not the output directory is added to compilation")
private Boolean addOutputDirectoryToCompilationSources;
Expand Down

0 comments on commit 0ed5a71

Please sign in to comment.