mirror of https://github.com/apache/maven.git
o Aligned package of test with package of class under test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1004653 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e7bc1a9975
commit
5fee94bc69
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.execution;
|
||||
package org.apache.maven.project;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -32,9 +32,6 @@ import org.apache.maven.model.Model;
|
|||
import org.apache.maven.model.Parent;
|
||||
import org.apache.maven.model.Plugin;
|
||||
import org.apache.maven.model.PluginManagement;
|
||||
import org.apache.maven.project.DuplicateProjectException;
|
||||
import org.apache.maven.project.MavenProject;
|
||||
import org.apache.maven.project.ProjectSorter;
|
||||
import org.codehaus.plexus.util.dag.CycleDetectedException;
|
||||
|
||||
/**
|
Loading…
Reference in New Issue