Skip to content

Commit

Permalink
Version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
malaporte committed Jan 8, 2019
1 parent 90efaf4 commit 2e0cfa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.coveo</groupId>
<artifactId>fmt-maven-plugin</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7</version>
<packaging>maven-plugin</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down
7 changes: 2 additions & 5 deletions src/main/java/com/coveo/AbstractFMT.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,9 @@ public abstract class AbstractFMT extends AbstractMojo {
)
private File testSourceDirectory;

@Parameter(
defaultValue = "${project.packaging}",
required = true
)
@Parameter(defaultValue = "${project.packaging}", required = true)
private String packaging;

@Parameter(property = "additionalSourceDirectories")
private File[] additionalSourceDirectories;

Expand Down

0 comments on commit 2e0cfa1

Please sign in to comment.