Skip to content
Snippets Groups Projects
Commit 2c1d63af authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added missing @Parameter annotation.

parent 62e26b62
No related branches found
No related tags found
No related merge requests found
...@@ -267,10 +267,11 @@ public class StartMongoMojo extends AbstractMongoMojo { ...@@ -267,10 +267,11 @@ public class StartMongoMojo extends AbstractMongoMojo {
@Parameter(property = "mongodb.parallel", defaultValue = "false") @Parameter(property = "mongodb.parallel", defaultValue = "false")
private boolean parallelImport; private boolean parallelImport;
private Integer setPort = null; @Parameter
private InitializerConfig[] initalizations; private InitializerConfig[] initalizations;
private Integer setPort = null;
public StartMongoMojo() { public StartMongoMojo() {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment