Hey all...
First, it looks like ~/build.properties doesn't override
project.properties any more even though I have
<!-- Allow any user specific values to override the defaults -->
<property file="${user.home}/build.properties" />
<!-- Allow user defaults for this project -->
<property file="build.properties" />
<!-- Set default values for the build -->
<property file="default.properties" />
in my maven.xml file.
Second, what happened to maven.dependency.set? We have a post-compile
action (converting it to a goal thingy now) that sets up an exploded
warfile in /tmp/webapps/myapp.war for jetty to play with. We need to
copy the list of jars on which the app is dependent and were using
maven.dependency.set for that. Is there a better way now?
Thanks,
J
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>