-
Classes Class Description org.codehaus.plexus.util.StringInputStream As of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, wrap the output fromString.getBytes(String)into aByteArrayInputStream.org.codehaus.plexus.util.StringOutputStream As of version 1.5.2 this class should no longer be used because it does not properly handle character encoding. Instead, useByteArrayOutputStream.toString(String).org.codehaus.plexus.util.xml.XmlReader use XmlStreamReader
-
Fields Field Description org.codehaus.plexus.util.cli.Commandline.executable UseCommandline.setExecutable(String)instead.org.codehaus.plexus.util.cli.Commandline.OS_NAME UseOsclass instead.org.codehaus.plexus.util.cli.Commandline.WINDOWS UseOsclass instead.org.codehaus.plexus.util.xml.pull.XmlPullParserException.detail use generic getCause() method