Package org.guvnor.ala.build.maven.model
Interface MavenProject
-
- All Superinterfaces:
org.guvnor.ala.config.Config,org.guvnor.ala.build.Project,org.guvnor.ala.config.ProjectConfig
- All Known Implementing Classes:
MavenProjectImpl
public interface MavenProject extends org.guvnor.ala.build.ProjectInterface that represent the specifics of a MavenProject- See Also:
Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<PlugIn>getBuildPlugins()
-
-
-
Method Detail
-
getBuildPlugins
Collection<PlugIn> getBuildPlugins()
-
-