Aw: Re: Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-27 Thread M. Richey
AM, Robert Patrick > > wrote: > >> I can confirm that it is not possible to override a project property in a > >> plugin with Maven 3.3.9. I am not sure what the expected behavior is but > >> trying to override a pre-initialized value (from command-line -Ds, > >

Aw: Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-10 Thread M. Richey
ing: > > private void defineProperty(String name, String value) { > if (getLog().isDebugEnabled()) { > getLog().debug("define property " + name + " = \"" + value + "\""); > } > project.getProperties().put(name, value); >

Aw: Re: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread M. Richey
a property... I would be interested > to find out if there is an issue in build-helper... one should be able to > create a test case using just build-helper to set properties and redefine > them > > On 4 October 2016 at 10:35, M. Richey wrote: > > > Thanks Benson to po

Aw: Re: [Regression] Declared properties could not be modified anymore within a plugin

2016-10-04 Thread M. Richey
Thanks Benson to point that out, it's a good example. We have several use cases where we modify properties with our plugins. We have a large variety of our software which to build for up to three brands. For which brand a specific software is to build is defined outside the poms and provided by

[Regression] Declared properties could not be modified anymore within a plugin

2016-10-01 Thread M. Richey
Hi all, we discovered a problem with properties defined in a pom.xml. Properties could be defined in a pom.xml like: default In a maven plugin we fetch all the properties by calling: Properties projectProps = project.getProperties(); Running all this with maven 2 we were abl

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-12 Thread M. Richey
Thanks Wayne. I'm asking for it because Manfred mentioned that it works with the OSS version as well, just without Smart Proxy. And I would like to get that up and running as soon as possible not waiting until it did it's way through the purchasing department... /Maik Original-Nach

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-11 Thread M. Richey
es > Thanks Tamas. You beat me to it ;-) > > On 12-03-09 02:35 AM, Tamás Cservenák wrote: > > For Smart Proxy, see here: > > http://sonatype.com/books/nexus-book/reference/_introduction.html > > > > On Fri, Mar 9, 2012 at 11:21 AM, M. Richey wrote: > >>

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-09 Thread M. Richey
rmance a bit. > > If you have a multi instance corporate deployment I would definitely > recommend the Pro version > > Manfred > > PS: Disclaimer.. I am currently the trainer for the Sonatype Nexus online > trainings, have created the material and updated the book with t

Re: (Re-)Deploy artifacts to (different) repositories

2012-03-08 Thread M. Richey
ple servers with Smart Proxy > .. I am sure other repo servers offer something similar. > > manfred > > On Thu, March 8, 2012 6:13 am, M. Richey wrote: > > > > Hi everyone, > > > > we would like to make our artifacts available for our teams being spread >

Re: RE: (Re-)Deploy artifacts to (different) repositories

2012-03-08 Thread M. Richey
) repositories > Most distributed teams would use nexus for that. deploy once, propagate > many. > > -----Original Message- > From: M. Richey [mailto:mric...@gmx.de] > Sent: Thursday, March 08, 2012 8:14 AM > To: Maven Users List > Subject: (Re-)Deploy artifacts to (differ

(Re-)Deploy artifacts to (different) repositories

2012-03-08 Thread M. Richey
Hi everyone, we would like to make our artifacts available for our teams being spread across different locations. So what would be the best way to do that? We did a mvn install before. So all projects are build already. Therefore it would be great if we could use the projects artifacts (or th

Re: Adding modules from within a plugin?

2011-09-14 Thread M. Richey
We are generating some views for different devices. For each device we got a XML with the configuration for that device. What is generated then and how is configured in some poms and inherited into the views project. So, the profiles we are using already and the properties for skipping the exe

Modifying the reactor from within a plugin

2011-09-14 Thread M. Richey
Hello everybody, I would like to summarize what we got in the first thread (see http://maven.40175.n5.nabble.com/Adding-modules-from-within-a-plugin-tt4799710.html#none). Problem: We do read some configuration from a XML file using a plugin. Depending on that configuration some other build ste

Re: Adding modules from within a plugin?

2011-09-14 Thread M. Richey
your use case, but it's at least an idea. > > Best regards > > Ansgar > Am 13.09.2011 21:16 schrieb "M. Richey" : > > > > Hello everybody, > > > > we have some configuration information in XML files I wrote a plugin > for. > The problem is,

Re: Adding modules from within a plugin?

2011-09-14 Thread M. Richey
moment I have no chance to handle my problem? :( Regards, Maik Original-Nachricht > Datum: Tue, 13 Sep 2011 17:21:37 -0400 > Von: Benson Margulies > An: Maven Users List > Betreff: Re: Adding modules from within a plugin? > On Tue, Sep 13, 2011 at 4:12 PM, M

Re: Adding modules from within a plugin?

2011-09-13 Thread M. Richey
Thanks for your reply Benson but what do you mean by saying "using the maven-release-plugin"? It is too hard changing the module list, right? What about activating a profile directly (without properties) from within the execution of my plugin then? Regards, Maik Original-Nachricht

Re: Adding modules from within a plugin?

2011-09-13 Thread M. Richey
Setting a property in the plugin which is defined to activate a profile won't activate it because profiles get activated before executing plugins and it is still problematic activating profiles by properties not getting set via -D at the beginning. So I couldn't set a property during the execut

Adding modules from within a plugin?

2011-09-13 Thread M. Richey
Hello everybody, we have some configuration information in XML files I wrote a plugin for. The problem is, that depending on that configuration some modules should be included in that build. Because activating a profile by properties is not working properly I would like to either add the modul

Re: [maven-assembly-plugin] Using binaries from submodule instead of executing assembly again

2010-09-12 Thread M. Richey
d it will keep you > away > from some issues. > > /Anders > > On Sun, Sep 12, 2010 at 18:02, M. Richey wrote: > > > Hi all, > > > > I've got a question regarding the assembly plugin. Assume we have three > > projetcs called A, B, C. Project

[maven-assembly-plugin] Using binaries from submodule instead of executing assembly again

2010-09-12 Thread M. Richey
Hi all, I've got a question regarding the assembly plugin. Assume we have three projetcs called A, B, C. Project B and C are modules of A. C is a multi module project itself. Both A and C uses the assembly plugin bind to the package phase. My problem is that each time executing mvn package on A