mirror of https://github.com/apache/maven.git
o use test annotations
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@747595 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2ce2f9bf2a
commit
781ab3f4c6
|
@ -22,7 +22,9 @@ package org.apache.maven.project.injection;
|
|||
import org.apache.maven.model.Model;
|
||||
import org.apache.maven.model.Profile;
|
||||
import org.apache.maven.profiles.injection.ProfileInjector;
|
||||
import org.codehaus.plexus.component.annotations.Component;
|
||||
|
||||
@Component(role=ProfileInjector.class,hint="test")
|
||||
public class TestProfileInjector
|
||||
implements ProfileInjector
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue