Marco Pelegrini
Marco Pelegrini
Here's a workaround I've created... if there's an easier way, please let me know: ``` org.apache.maven.plugins maven-dependency-plugin ${project.groupId} false true jar dependencies.txt compile list org.codehaus.gmaven groovy-maven-plugin 2.1.1 compile execute project.properties.projectDependencies...
Hi @bmarwell that's exactly right... so looks like it's not an issue but a feature request :) I'll definitely try to find some time to provide a solution, thanks for...
Yes, for sure... if you look at my workaround you kinda grasp what I'm trying to do.. I have a multi-module project, layered out like this: ``` [INFO] ------------------< my.groupid:depA...
> That is something completely different and much simpler than transitive dependency inclusion. For sure, that's a different solution. I originally mentioned transitive because (on my example) if you have...
I had the same problem as you... after a few hours troubleshooting - comparing the release code with `discover.js` I figured out the 1.4.0 version has some problems in the...
Sorry, didn't get the notification for the first comment. I believe it's a separate section... you can use either or both
> > try `copyfiles -u 1 "build/**/*" dist` and let me know the results > > It would be great if you could add this to the docs. I was...