Re: Possible to alter project.distributionManagement.repository.url at build time?

2016-07-05 Thread Dan Tran
Hi Mirko,

I have something similar as well. I was hoping can do it as part of
release:repare release:perform to instrument dynamic stagingId for our
Artifactory deployment

Thanks

-D

On Tue, Jul 5, 2016 at 2:17 PM, Mirko Friedenhagen 
wrote:

> Hello Dan,
> we use a property in distributionManagement which has is set in
> settings.xml (may be overridden on the CLI), something like:
> ${distribution.snapshot.url}
> Regards Mirko
> --
> http://illegalstateexception.blogspot.com/
> https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
> https://bitbucket.org/mfriedenhagen/
>
>
> On Tue, Jul 5, 2016 at 3:06 AM, Dan Tran  wrote:
> > quick prototype shows I can make changes to maven project, but deploy
> > plugin does not see my changes.
> >
> > so is not possible?
> >
> > Thanks
> >
> > -Dan
> >
> > On Mon, Jul 4, 2016 at 5:14 PM, Dan Tran  wrote:
> >
> >> Hi I have a need to push a key/value pair into release URL
> >>
> >> is maven project immutable once constructed?
> >>
> >> Thanks
> >>
> >> -Dan
> >>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: Possible to alter project.distributionManagement.repository.url at build time?

2016-07-05 Thread Mirko Friedenhagen
Hello Dan,
we use a property in distributionManagement which has is set in
settings.xml (may be overridden on the CLI), something like:
${distribution.snapshot.url}
Regards Mirko
--
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen)
https://bitbucket.org/mfriedenhagen/


On Tue, Jul 5, 2016 at 3:06 AM, Dan Tran  wrote:
> quick prototype shows I can make changes to maven project, but deploy
> plugin does not see my changes.
>
> so is not possible?
>
> Thanks
>
> -Dan
>
> On Mon, Jul 4, 2016 at 5:14 PM, Dan Tran  wrote:
>
>> Hi I have a need to push a key/value pair into release URL
>>
>> is maven project immutable once constructed?
>>
>> Thanks
>>
>> -Dan
>>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Possible to alter project.distributionManagement.repository.url at build time?

2016-07-04 Thread Dan Tran
quick prototype shows I can make changes to maven project, but deploy
plugin does not see my changes.

so is not possible?

Thanks

-Dan

On Mon, Jul 4, 2016 at 5:14 PM, Dan Tran  wrote:

> Hi I have a need to push a key/value pair into release URL
>
> is maven project immutable once constructed?
>
> Thanks
>
> -Dan
>


Possible to alter project.distributionManagement.repository.url at build time?

2016-07-04 Thread Dan Tran
Hi I have a need to push a key/value pair into release URL

is maven project immutable once constructed?

Thanks

-Dan