Where in the Maven source code "default excludes" of the Maven Assembly plugin are defined?

2019-03-08 Thread Behrang
I grep'd over the main Maven repo as well as the Assembly plugin's repo and couldn't find anything helpful. --- Best regards, Behrang Saeedzadeh blog.behrang.org

Reproducing MRESOURCES-132

2018-06-16 Thread Behrang
I noticed this bug has been closed and marked as cannot reproduce: https://issues.apache.org/jira/browse/MRESOURCES-132 Which is a bit odd, as it is very easy to produce. Here is a sample project to reproduce it using Docker: https://github.com/behrangsa/bugreport-mresources-132 After cloning it

Re: In a multi-module Maven project, what could make the parent project not to be a part of the reactor?

2014-08-07 Thread Behrang Saeedzadeh
I see. Thanks. Best regards, Behrang http://www.behrang.org On Thu, Aug 7, 2014 at 9:35 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > * When you use -pl to restrict the reactor, > * when you use -f to build a specific pom > * When the parent is not at the spe

In a multi-module Maven project, what could make the parent project not to be a part of the reactor?

2014-08-07 Thread Behrang Saeedzadeh
he reactor" ); return; } When would the reactor not contain the parent module/project? Best regards, Behrang http://www.behrang.org

Re: Multiple single-module projects vs one multi-module project

2011-09-27 Thread Behrang Saeedzadeh
Thanks for affirming this Ron. By the way, how do you ensure that all those projects depend on the same set of external dependences without duplicating the information for each POM? Cheers, Behrang Saeedzadeh http://www.behrang.org On Tue, Sep 27, 2011 at 2:17 AM, Ron Wheeler wrote: > I ag

Multiple single-module projects vs one multi-module project

2011-09-26 Thread Behrang Saeedzadeh
dvcs repository compared to one large monolithic repo. 2- new developers can be exposed only to the subset of projects that they need to work with 3- finer grained security over which developers can see which parts of the project Thanks in advance, Behrang -- Cheers, Behrang Saeedzadeh http://www.behrang.org

Re: Using TestNG with Maven

2009-03-04 Thread Behrang Saeedzadeh
That was my reply to Rusty's message. Otherwise, this is what I replied to Brett: > Are there any alternatives to the archetype plugin for creating projects, > that either use TestNG or let > users choose TestNG on the commandline? After which came the Brett's reply that you quoted. :-) Cheers

Re: Using TestNG with Maven

2009-03-04 Thread Behrang Saeedzadeh
lar > activity. > > Also see > > http://www.exist.com/better-build-maven > > http://www.sonatype.com/book/reference/public-book.html > > > Behrang Saeedzadeh wrote: >> Are there any alternatives to the archetype plugin for creating projects, >> t

Re: Using TestNG with Maven

2009-03-04 Thread Behrang Saeedzadeh
efault is to switch the dependency to > testng. > > - Brett > > On 05/03/2009, at 2:54 PM, Behrang Saeedzadeh wrote: > >> >> Hi, >> >> When creating a new Maven project using archetype:create maven by >> default >> uses JUnit as the unit

Using TestNG with Maven

2009-03-04 Thread Behrang Saeedzadeh
Hi, When creating a new Maven project using archetype:create maven by default uses JUnit as the unit testing framework. Is it possible to override this on the command line to use TestNG instead? Thanks in advance, Behrang -- View this message in context: http://n2.nabble.com/Using-TestNG-with

Re: WELCOME to users@maven.apache.org

2005-12-18 Thread Behrang Saeedzadeh
Hi, How can I exclude certain JAR files (like those that are only needed during unit testing, say TestNG JARs, or for code generation, like XDoclet) from being added to my distribution ZIP file? -- "Science is a differential equation. Religion is a boundary limit" - Alan Turin