On 2011-02-24 23:38, Benjamin Bentmann wrote: >> Staging repo: >> https://repository.apache.org/content/repositories/maven-048/ > > Hm, the following source file carries a MIT license header: > > http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/utils/CommandLineUtils.java > > > Judging from its history, it seems this copy can now be removed in favor > of the plexus-utils dependency.
Yes, that's my conclusion as well, after looking at the two classes. The class in plexus-utils contains a lot more stuff in it though and the implementation differs a bit. CommandLineUtils is used in two of the Assembly Plugin's classes, AssemblyInterpolator and AssemblyFormatUtils, but I'd like to postpone removing it until version 2.3. > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
