Re: Maven plugin trademarks [Re: Downloading a file for shipping in an artifact]

2013-07-25 Thread Baptiste MATHUS
Hi, For the record, the two pages above were patched. TL;DR *don't name your maven plugin maven-foo-plugin but foo-maven-plugin. Legally compulsory, not just a recommendation.* Cheers Le 12 juin 2013 14:13, Baptiste MATHUS bmat...@batmat.net a écrit : 2013/6/12 Stephen Connolly

Re: Maven plugin trademarks [Re: Downloading a file for shipping in an artifact]

2013-06-18 Thread Baptiste MATHUS
For the record, see https://jira.codehaus.org/browse/MNGSITE-180 Cross-posting to dev list so that PMC can discuss that issue at what should be the exact wording. Cheers 2013/6/12 Stephen Connolly stephen.alan.conno...@gmail.com On 12 June 2013 11:04, Stephen Colebourne scolebou...@joda.org

Re: Downloading a file for shipping in an artifact

2013-06-12 Thread James Green
Stephen, Many thanks for filing this - I do assure you that I was not under the impression the GitHub plugin was official or even endorsed but I agree that the trademark requires work to enforce. And I just love their response in your ticket - made me laugh and cringe..! James On 11 June 2013

Re: Downloading a file for shipping in an artifact

2013-06-12 Thread James Green
Stephen/Wayne, I've got the maven-dependency-plugin to download and copy our .exe into src/main/webapp just fine. However, with the package lifecycle, it fails to make it into the web archive. If I switch it to the validate lifecycle, it works. I'm supposing the invocation is happening after the

Maven plugin trademarks [Re: Downloading a file for shipping in an artifact]

2013-06-12 Thread Stephen Colebourne
I made this mistake too. Could I make some suggestions? Add the banned naming to the top of plugin guides, such as: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html Change this page to only have the single prefix-maven-plugin example:

Re: Downloading a file for shipping in an artifact

2013-06-12 Thread Stephen Connolly
you want to bind the dependency:copy-dependencies execution to the `generate-resources` phase or at the latest the `prepare-package` phase... though you may run into issues if you are using the common reactor for generating the .exe and the .war (at least in the case where you use lifecycle phases

Re: Maven plugin trademarks [Re: Downloading a file for shipping in an artifact]

2013-06-12 Thread Stephen Connolly
On 12 June 2013 11:04, Stephen Colebourne scolebou...@joda.org wrote: I made this mistake too. Could I make some suggestions? Add the banned naming to the top of plugin guides, such as: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html +1, anyone want to take a stab

Re: Downloading a file for shipping in an artifact

2013-06-12 Thread Ron Wheeler
Would an installer help resolve this? Open source IzPack uses a maven plug-in to create an installation file that could build the required structure on the user side from the artifacts that you have. Ron On 11/06/2013 4:31 PM, James Green wrote: Nexus is used to host the .exe file. As the

Downloading a file for shipping in an artifact

2013-06-11 Thread James Green
We have a maven project that results in a web archive. We want to ship a file (a .exe) within this for simple download by customers. I've looked at the wagon plugin ( http://mojo.codehaus.org/wagon-maven-plugin/download-mojo.html) but this requires the target URL to be a directory from which a

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread Wayne Fay
We have a maven project that results in a web archive. We want to ship a file (a .exe) within this for simple download by customers. ... So I am left wondering how I can ask that a web archive can be built that ships with a file downloaded from our Nexus installation? This doesn't sound like

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread James Green
Nexus is used to host the .exe file. As the exe originates from a separate Maven project, and it needs to live somewhere, I folded the exe generation into an ant task as part of that maven project. Now I have versioned hosting of the exe. But our customers are trapped behind a strict firewall. We

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread Wayne Fay
Nexus is used to host the .exe file. As the exe originates from a separate Maven project, and it needs to live somewhere, I folded the exe generation into an ant task as part of that maven project. Now I have versioned hosting of the exe. I'm still confused about why you are having this

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread James Green
See responses inline. On 11 June 2013 21:47, Wayne Fay wayne...@gmail.com wrote: Nexus is used to host the .exe file. As the exe originates from a separate Maven project, and it needs to live somewhere, I folded the exe generation into an ant task as part of that maven project. Now I

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread Stephen Connolly
On 11 June 2013 22:03, James Green james.mk.gr...@gmail.com wrote: See responses inline. On 11 June 2013 21:47, Wayne Fay wayne...@gmail.com wrote: Nexus is used to host the .exe file. As the exe originates from a separate Maven project, and it needs to live somewhere, I folded the

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread Wayne Fay
If you search for maven-download-plugin you should reach a project on GitHub. There is another problem with this plugin in our case - it caches Yes, I found it, but don't plan to do much more at this time. I'll take a look it only to be more familiar with them. I'll look at the dependency

Re: Downloading a file for shipping in an artifact

2013-06-11 Thread Stephen Connolly
On 11 June 2013 22:27, Stephen Connolly stephen.alan.conno...@gmail.comwrote: On 11 June 2013 22:03, James Green james.mk.gr...@gmail.com wrote: If you search for maven-download-plugin you should reach a project on GitHub. Please advise them to rename their plugin as the current name is in