avoid mandatory properties for optional things on the plugin

This commit is contained in:
James Strachan
2012-05-30 16:43:04 +01:00
parent c639d598f6
commit e41f59779e
@@ -23,7 +23,6 @@ public class JSSourceJarMojo extends AbstractMojo {
/**
* The Kotlin JavaScript library source code; the library code to be compiled to JavaScript
*
* @required
* @parameter expression="${jsLibrarySourceDir}"
*/
private File librarySourceDir;
@@ -31,7 +30,6 @@ public class JSSourceJarMojo extends AbstractMojo {
/**
* The Kotlin JavaScript definition source code; the kotlin code used to define APIs available in the kotlin-lib.js file
*
* @required
* @parameter expression="${jsDefinitionSourceDir}"
*/
private File definitionSourceDir;