eo-maven-plugin/src/main/java/org/eolang/maven/CopyMojo.java
Method exec
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
@Override
public void exec() throws IOException {
final Path target = this.outputDir.toPath().resolve(CopyMojo.DIR);
final Collection<Path> sources = new Walk(this.sourcesDir.toPath());
for (final Path src : sources) {