Field and Description |
---|
org.apache.maven.reporting.MavenReport.CATEGORY_PROJECT_INFORMATION
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
|
org.apache.maven.reporting.MavenReport.CATEGORY_PROJECT_REPORTS
For removal in Maven 3.0 or when reporting-api is decoupled from the core, as categories are dynamic.
|
org.apache.maven.shared.invoker.Invoker.userHome
Query this property by yourself, this has nothing to do with invoking Maven and as such does not
belong into this API!
|
Method and Description |
---|
org.apache.maven.it.util.IOUtil.bufferedCopy(InputStream, OutputStream)
Buffering streams is actively harmful! See the class description as to why. Use
IOUtil.copy(InputStream, OutputStream) instead. |
org.apache.maven.reporting.AbstractMavenReport.generate(Sink, Locale) |
org.apache.maven.reporting.AbstractMavenReport.generate(Sink, Locale) |
org.apache.maven.shared.invoker.MavenCommandLineBuilder.wrapStringWithQuotes(String)
Quoting of command line arguments should be left to the Commandline from plexus-utils.
|
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.