Re: maven-antrun-plugin and ant basedir question

2013-05-10 Thread Wayne Fay
> The build.xml file is part of the Dojo distribution. I would like to > avoid modifying their files as Dojo is being updated all the time. So I strongly doubt their build.xml file is "being updated all the time." I would just edit this one spot and then keep an eye for changes to this file so y

Re: Need help with POM configuration to combine jaxb2, jaxws, with dependencies and episode files

2013-05-10 Thread Wayne Fay
> org.jvnet.jax-ws-commons > jaxws-maven-plugin > 2.1 ... > I'm very new to maven so if anyone can help me get this pom configuration > correct it would be greatly appreciated. I'm not so sure you hav

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Stephen Connolly
On 10 May 2013 12:12, Daniel Pocock wrote: > On 10/05/13 12:21, Stephen Connolly wrote: > > On 10 May 2013 10:09, Daniel Pocock wrote: > > > >> On 09/05/13 17:21, Manfred Moser wrote: > >>> Correct. The other thing you want to ensure is your acquisition of the > >>> jar. With Nexus (and other re

Re: maven-antrun-plugin and ant basedir question

2013-05-10 Thread Luis Lopez
Wayne, The build.xml file is part of the Dojo distribution. I would like to avoid modifying their files as Dojo is being updated all the time. So ideally I would like to be able to somehow pass the override value from Maven since I own that pom.xml file. So that is my question. How do I do

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Daniel Pocock
On 10/05/13 12:21, Stephen Connolly wrote: > On 10 May 2013 10:09, Daniel Pocock wrote: > >> On 09/05/13 17:21, Manfred Moser wrote: >>> Correct. The other thing you want to ensure is your acquisition of the >>> jar. With Nexus (and other repo managers probably) you can connect to the >>> https se

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Stephen Connolly
On 10 May 2013 10:09, Daniel Pocock wrote: > On 09/05/13 17:21, Manfred Moser wrote: > > Correct. The other thing you want to ensure is your acquisition of the > > jar. With Nexus (and other repo managers probably) you can connect to the > > https secured version of Central and enforce checksum v

Re: Source code verification/compliance with Maven?

2013-05-10 Thread Daniel Pocock
On 09/05/13 17:21, Manfred Moser wrote: > Correct. The other thing you want to ensure is your acquisition of the > jar. With Nexus (and other repo managers probably) you can connect to the > https secured version of Central and enforce checksum verification so you > can be sure that any component y

Re: Inline m2 repository

2013-05-10 Thread Stephen Connolly
Stop. Don't do that. ${basedir} means different things depending on whether the pom is being resolved from the reactor or from the local repository See this (a long read but you will be rewarded with the shining light of understanding by the end, we hope) http://developer-blog.cloudbees.com/2013/

Fwd: Inline m2 repository

2013-05-10 Thread Igor Zapletnev
Hi all, I have maven plug-in, that contains inline repository with url "file:///${basedir}/inlinerepo". I want that users (others maven plug-ins) have an ability add references on this plug-ins from inline repo. What the proper way for this (with a minimum of user actions)? Thanks, Igor