mirror of https://github.com/apache/maven.git
o Fixed unintended changes from previous commit
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@708005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
394f6de30b
commit
ac83bef267
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.it;
|
||||
package ${package};
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -23,6 +23,7 @@ import java.io.File;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.it.AbstractMavenIntegrationTestCase;
|
||||
import org.apache.maven.it.Verifier;
|
||||
import org.apache.maven.it.util.ResourceExtractor;
|
||||
|
||||
|
|
Loading…
Reference in New Issue