Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Behrooz Nobakht
ly was intended years ago. > > > > Regards, > > -- > > Christian > > > > > > - > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > > > -- > WBR > Maxim aka solomax > -- -- Behrooz Nobakht

Re: Use maven-invoker-plugin to run a Maven plugin on itself

2016-07-19 Thread Behrooz Nobakht
gt; > On 7/18/16 9:31 PM, Behrooz Nobakht wrote: > >> Hi, >> >> Thanks for the reply and I agree with the logical circular dependency >> argument. >> But I still believe that this is valid test/use case for a Maven plugin >> being developed. >> > &

Re: Use maven-invoker-plugin to run a Maven plugin on itself

2016-07-18 Thread Behrooz Nobakht
s doing.. > ;-) > > > Kind regards > Karl Heinz Marbaise > > On 7/18/16 9:43 AM, Behrooz Nobakht wrote: > >> Hi, >> >> I am developing a Maven Plugin and trying to follow documentation[1] to >> use >> maven-invoker-plugin >> from the a

Use maven-invoker-plugin to run a Maven plugin on itself

2016-07-18 Thread Behrooz Nobakht
Hi, I am developing a Maven Plugin and trying to follow documentation[1] to use maven-invoker-plugin from the auto-generated profile 'run-its' to run an execution of the plugin under dev on itself. As an example, let's consider mojouas/license-maven-plugin. One of it's goals is 'update-file-heade

Re: Full migration to Git

2015-10-02 Thread Behrooz Nobakht
e, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Behrooz Nobakht

Re: Mojo API to add target/generated-sources/DIR to eclipse's source folder

2015-06-08 Thread Behrooz Nobakht
[1] > > http://blog.sonatype.com/2009/08/create-a-customized-build-process-in-maven/#.VXXWhUZ5zaU > > Vincent > > 2015-06-08 19:21 GMT+02:00 Behrooz Nobakht : > > > Let me continue with another question. Currently, my Mojo implementation > > has > > > > @Mojo

Re: Mojo API to add target/generated-sources/DIR to eclipse's source folder

2015-06-08 Thread Behrooz Nobakht
otation would remove this requirement. What am I missing? Thanks, Behrooz On Mon, Jun 8, 2015 at 6:36 PM, Behrooz Nobakht wrote: > Hi Andreas, > > Thank you for the pointer. It helped and it worked. > I was using an improper life cycle phase as the default. > > Cheers, > Be

Re: Mojo API to add target/generated-sources/DIR to eclipse's source folder

2015-06-08 Thread Behrooz Nobakht
helps, > Andreas > > Am Montag, 8. Juni 2015 schrieb Behrooz Nobakht : > > > Hi, > > > > I am trying to follow what `maven-plugin-plugin` Mojo does when > generating > > HelpMojo.java. > > It also updates eclipse's .classpath some way (?) that I

Mojo API to add target/generated-sources/DIR to eclipse's source folder

2015-06-08 Thread Behrooz Nobakht
Hi, I am trying to follow what `maven-plugin-plugin` Mojo does when generating HelpMojo.java. It also updates eclipse's .classpath some way (?) that I can see the `target/generated-sources/plugin` as a source folder in my IDE. Similarly, this is also what maven-jaxb2-plugin does when generating s

Re: [CHANGES PLUGIN] 'webUser' is ignored for JIRA report

2014-03-26 Thread Behrooz Nobakht
er=[Apache-Coyote/1.1], Set-Cook > > > ie=[atlassian.xsrf.token=AMUY-0X4J-KTOA-WYA4|7e39037e80032fd269019a7440f2e98242ad1f59|lin; > > Path=/issuetracker, JSESSIONI > > D=B33D7C89B30F1A336D114CF9E9E159D3; Path=/issuetracker/; HttpOnly], > > transfer-encoding=[chunked], Via=[1.1 MYJIRA.COM], > > X-AREQUESTID=[557x130229x1], X-ASESSIONID=[13jqi4n], > > X-AUSERNAME=[USER], X-Seraph-LoginReason=[OK]} > > Payload: [{"self":""}] > > > > In this case, the Payload actually includes the JSON response for the > > status ids. The Authorization Header is also visible. > > > > An interesting observation is that in case (1), the following line: > > > > No Trust Decider for Conduit > > '{https://MYJIRA.COM/issuetracker}WebClient.http-conduit'. An > > afirmative Trust Decision is assumed. > > > > can it be the root cause? And, if so, how can I fix this? > > > > I'd appreciate any help on this. > > > > Thanks, > > Behrooz > > > > -- > Dennis Lundberg > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- -- Behrooz Nobakht