Package org.guvnor.ala.build.maven.model
Interface MavenBuild
-
- All Superinterfaces:
org.guvnor.ala.config.BuildConfig,org.guvnor.ala.config.Config
- All Known Implementing Classes:
MavenBuildImpl
public interface MavenBuild extends org.guvnor.ala.config.BuildConfigInterface that represent the Maven Build information to be used build a Maven Project- See Also:
BuildConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getGoals()org.guvnor.ala.build.ProjectgetProject()PropertiesgetProperties()
-
-
-
Method Detail
-
getProject
org.guvnor.ala.build.Project getProject()
-
getProperties
Properties getProperties()
-
-