This project is my first plugin project. It is founding how many file is in the your given path.
<plugin>
<groupId>org.first.homework</groupId>
<artifactId>file-counter-and-extension</artifactId>
<version>1.0-SNAPSHOT</version>
<executions>
<execution>
<goals>
<goal>file-counter</goal>
</goals>
</execution>
</executions>
<configuration>
<scope>C:\Users\AEO\Desktop\Java-Development</scope>
</configuration>
</plugin>
<scope>Your Path</scope>
mvn org.first.homework:file-counter-and-extension:1.0-SNAPSHOT:file-counter