mirror of https://github.com/apache/maven.git
o Polished documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@722459 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9beb5becda
commit
be10f64e2c
|
@ -271,6 +271,10 @@ public class ConfigMojo
|
||||||
*/
|
*/
|
||||||
private void dumpConfiguration( Properties props )
|
private void dumpConfiguration( Properties props )
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
|
* NOTE: This intentionally does not dump the absolute path of a file to check the actual value that was
|
||||||
|
* injected by Maven.
|
||||||
|
*/
|
||||||
dumpValue( props, "propertiesFile", propertiesFile );
|
dumpValue( props, "propertiesFile", propertiesFile );
|
||||||
dumpValue( props, "booleanParam", booleanParam );
|
dumpValue( props, "booleanParam", booleanParam );
|
||||||
dumpValue( props, "byteParam", byteParam );
|
dumpValue( props, "byteParam", byteParam );
|
||||||
|
|
|
@ -57,7 +57,7 @@ class PropertyUtil
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* /** Serializes the specified object into the given properties, using the provided key. The object may be a scalar
|
* Serializes the specified object into the given properties, using the provided key. The object may be a scalar
|
||||||
* value like a string or some array/collection/map or a bean.
|
* value like a string or some array/collection/map or a bean.
|
||||||
*
|
*
|
||||||
* @param props The properties to serialize into, must not be <code>null</code>.
|
* @param props The properties to serialize into, must not be <code>null</code>.
|
||||||
|
|
Loading…
Reference in New Issue