Re: Terminology proposal: "Maven module" -> "Maven sub-project"

2024-08-05 Thread Oliver B. Fischer
is apparently not so many places in the documentation that need to be updated. The ones that I found are part of pull request #1625: https://github.com/apache/maven/pull/1625/commits/4bc46b4114396e6025645f3c5dae888f3d386981    Martin -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berli

Re: [DISCUSS] Maven Dependency Plugin

2024-03-23 Thread Oliver B. Fischer
oals do, I am just unsure WHY you needed those. T On Thu, Mar 21, 2024 at 6:41 PM Oliver B. Fischer wrote: Hi, over the time I used all of them in different projects and I think all of them are needed. Viele Grüße Oliver Am 21.03.24 um 17:04 schrieb Tamás Cservenák: Howdy, I'd would

Re: [DISCUSS] Maven Dependency Plugin

2024-03-21 Thread Oliver B. Fischer
maven-dependency-plugin/ I collected some basic questions I'd like to have answered (but feel free to add more info!): - which goals are "must have" for you - which goals are "I never touched" for you (or, "I really don't need" or "never used" o

Re: Feature proposal: Dependency deprecation indicators

2021-07-30 Thread Oliver B. Fischer
Hi Chris, working for some clients in the last years, I saw nearly all of them struggling with their dependency management. Sad, but true. I see various use cases for the feature you propose, not only in the public space. This feature could be also very interessting for companies, if they wo

Re: Kotlin for your pom

2019-03-30 Thread Oliver B. Fischer
m/takari/polyglot-maven > > Manfred > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > For additional commands, e-mail: users-h...@maven.apache.org > -- N Oliver B. Fi

Re: .jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
What is your use case? I want to know why you want to split classes/resources and web content. Is not it more clean solution to have multi-module project where jar module would contain Java files+resources and war module dependent on jar artifact? On Sat, Dec 19, 2015 at 12:48 PM, Oliver B. Fischer

Re: .jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
Hi, I decided to create an additional jar while refactoring the the buildstructure of an old project not created by me. The integration and component tests, which I moved to an separated modul, have dependecies to classes of the war producing module. As I can not add a war to the classepath I

.jar is installed as .war

2015-12-19 Thread Oliver B. Fischer
Hi, my project is build as war but I need also a jar of the classes. Therefore I build also a .jar and use the build-helper-maven-plugin to attach it to artifacts to be installed. With this configuration the .jar will be installed as .war and as .jar. The .war itself will be not installed.

Re: Java 7 and 8 features

2015-10-27 Thread Oliver B. Fischer
expressions and others features, so i came by this email to know why the developers not using this features? -- N Oliver B. Fischer A Schönhauser Allee 64, 10437 Berlin, Deutschland/Germany P +49 30 44793251 M +49 178 7903538 E o.b.fisc...@swe-blog.net S oliver.b.fischer J oliver.b.fisc...@jabber.org X

Re: Proposal: Ease the usage of Failsafe

2014-10-28 Thread Oliver B. Fischer
@Paul: Yes I think so or we find a way more convenient in this moment. @all: I think this shows perfectly why Failsafe should be integrated as Surefire already is. Oliver Am 28.10.14 16:02, schrieb Paul Benedict: Thanks. Now I know when to use this. For my situation, which is integration tes

Proposal: Ease the usage of Failsafe

2014-10-28 Thread Oliver B. Fischer
Hi, I see a lot of people using *Surefire for intergation tests instead of Failsafe*. I think the reason for this is that *Failsafe* is from my perspective is *not integrated* in Maven *as is possible*. While unittest (*Test.java) are executed if we place them in |src/test/java| for integrat