On 2011-09-20 21:31, Wayne Fay wrote: >> It is a Maven 1.0 build and supposedly has been working for >> quite some time. >> >> Does anyone recall this issue when working with Maven 1.0? > > No, but I haven't touched M1 in a very long time. You should seriously > just spend an hour +/- converting it to work with Maven2 or M3 rather > than debugging/fixing this old M1 build, IMO.
I agree. You can get a jump start by using the convert goal of Maven One Plugin. It will convert most of your Maven 1 project.xml into a Maven 2 pom.xml. http://maven.apache.org/plugins/maven-one-plugin/ > > Wayne > > --------------------------------------------------------------------- > 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]
