On Wednesday November 01 2006 10:25 am, Brian E. Fox wrote: > The current version is functional; I've been using it in production for > several months while I continue to finish up the integration testing. > It's nearly complete and a release is coming soon. The biggest hurdle I > see now is the new requirement to get the license into the Web-inf > folder before we can release...but this isn't the only plugin with that > issue.
I keep wondering if short term, the dependency plugin itself could do this. We deploy a "maven-licenses.jar" which contains the apache license and the notice and we configure the plugins parent pom to always use the dependency to unpack that to the appropriate META-INF dir. That may be the simplest solution short term until the whole license injection stuff is done. Dan > -----Original Message----- > From: Jason Dillon [mailto:[EMAIL PROTECTED] On Behalf Of Jason > Dillon > Sent: Wednesday, November 01, 2006 1:43 AM > To: Maven Developers List > Subject: When will the maven-dependency-plugin be functional? > > I have been using the dependency-maven-plugin from the mojo project for > months now... but it appears to not refresh dependencies when copying > or unpacking when the artifacts have changed. I just tried changing > the plugin to: > > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-dependency-plugin</artifactId> > <version>2.0-alpha-1-SNAPSHOT</version> > > But this does not work at all... none of the goals are executed. > > What is going on with the dependency plugin? Its kinda been in limbo > since it was moved to the maven project at apache. > > --jason > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] For additional > commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
