public final class FileMapping extends Object
| Constructor and Description |
|---|
FileMapping()
Default constructor for Maven.
|
FileMapping(String packaging,
File outputFile)
Default constructor for Maven.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getOutputFile()
Returns the name of the properties file to write.
|
String |
getPackaging()
Returns the project's packaging as specified in the
packaging
element of a POM to be mapped to a location to write the
build. |
public String getPackaging()
packaging
element of a POM to be mapped to a location to write the
build. properties.packaging
element of a POM to be mapped to a location to write the
build.public File getOutputFile()
Copyright © 2006-2014. All Rights Reserved.