I'm trying to slowly migrate a huge project with lots of dependencies that is 
currently using Ant.

The thing is that the build.xml that the developers have something like this to 
add a bunch of jars.

        <path id="build.classpath">
            <pathelement location="${java.home}/../lib/tools.jar"/>
            <fileset dir="${lib.home}" includes="**/*.jar"/>
        </path>

How can I use overrides in my .properties to include all the *.jar and make 
this monster compile in Maven.

Any help would be highly appreciated.

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to