File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
src/main/java/net/itarray/automotion/internal Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010import com .webfirmframework .wffweb .tag .html .lists .Ol ;
1111import com .webfirmframework .wffweb .tag .html .metainfo .Head ;
1212import com .webfirmframework .wffweb .tag .htmlwff .NoTag ;
13+ import org .apache .maven .plugin .AbstractMojo ;
14+ import org .apache .maven .plugin .MojoExecutionException ;
15+ import org .apache .maven .plugins .annotations .Mojo ;
1316
1417import java .io .BufferedOutputStream ;
1518import java .io .File ;
2124import static net .itarray .automotion .validation .Constants .TARGET_AUTOMOTION ;
2225import static net .itarray .automotion .validation .Constants .TARGET_AUTOMOTION_HTML ;
2326
24- public class FinalReportBuilder {
27+ @ Mojo (name = "automotion" )
28+ public class FinalReportBuilder extends AbstractMojo {
2529
26- public void execute () {
30+ @ Override
31+ public void execute () throws MojoExecutionException {
2732 File folder = new File (TARGET_AUTOMOTION_HTML );
2833 File [] listOfFiles = folder .listFiles ();
2934 List <String > files = new ArrayList <>();
You can’t perform that action at this time.
0 commit comments