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:
Jason van Zyl 2009-02-24 22:58:02 +00:00
parent 2ce2f9bf2a
commit 781ab3f4c6
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
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
{