org.codehaus.mojo.properties
Class ReadPropertiesMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.properties.ReadPropertiesMojo
- All Implemented Interfaces:
- ContextEnabled, Mojo
public class ReadPropertiesMojo
- extends AbstractMojo
The read-project-properties goal reads property files and stores
the properties as project properties. It serves as an alternate
to specifying properties in pom.xml.
- Version:
- $Id: ReadPropertiesMojo.java 8861 2009-01-21 15:35:38Z pgier $
- Author:
- Zarar Siddiqi, Krystian Nowak
- Is defined by the goal name:
- read-project-properties
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadPropertiesMojo
public ReadPropertiesMojo()
execute
public void execute()
throws MojoExecutionException
- Throws:
MojoExecutionException
Copyright © 2006-2009 Codehaus. All Rights Reserved.