mirror of https://github.com/apache/maven.git
Fix import
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@312848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
616ab98fa4
commit
7f62b569a5
|
@ -16,12 +16,12 @@ package org.apache.maven.plugin.resources;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import org.apache.commons.io.FileUtils;
|
||||
import org.apache.maven.model.Resource;
|
||||
import org.apache.maven.plugin.AbstractMojo;
|
||||
import org.apache.maven.plugin.MojoExecutionException;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
import org.codehaus.plexus.util.DirectoryScanner;
|
||||
import org.codehaus.plexus.util.FileUtils;
|
||||
import org.codehaus.plexus.util.IOUtil;
|
||||
import org.codehaus.plexus.util.InterpolationFilterReader;
|
||||
|
||||
|
|
Loading…
Reference in New Issue