de.smartics.maven.plugin.buildmetadata.data
Interface MetaDataProvider

Package class diagram package MetaDataProvider
All Known Implementing Classes:
AbstractMetaDataProvider, HostMetaDataProvider, MavenMetaDataProvider, ScmMetaDataProvider

public interface MetaDataProvider

Interface to add build meta data information.

Author:
Robert Reiner

Method Summary
 void provideBuildMetaData(Properties buildMetaDataProperties)
          Adds the information as build properties.
 

Method Detail

provideBuildMetaData

void provideBuildMetaData(Properties buildMetaDataProperties)
                          throws MojoExecutionException
Adds the information as build properties.

Parameters:
buildMetaDataProperties - the build meta data properties to add to.
Throws:
MojoExecutionException - on any problem encountered.


Copyright © 2006-2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.