maven-antrun-plugin
Antã¿ã¹ã¯ãå®è¡ããmaven-antrun-pluginã®è¨å®
/project/reporting/plugins
<!-- Ant --> <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>pre-site</phase> <configuration> <tasks> <echo message="Source Directory: ${project.build.sourceDirectory}"/> </tasks> </configuration> <goals> <goal>run</goal> </goals> </execution> </executions> </plugin>
tasksã®ä¸ã«å®è¡ãããAntã®ã¿ã¹ã¯ãè¨è¿°ããã°å¥½ããªå¦çãå®è¡ã§ãã¾ãããããã¾ãåã£ããã¨ãããã¨é¢åãªãã¨ã«ãªãããã§ãã