AW: Apachecon in budapest ?

2014-07-29 Thread Christofer Dutz
Hi, I have to admit I enjoy the meetups with other Apache guys most. Especially the talks you have in the Hotel lobby after the sessions have ended or on one of the numerous after-conference events (Usually a booth crawl and some sponsored evening events will take place). When attending to

Version conflicts with guava library

2014-10-03 Thread Christofer Dutz
Hi, I'm currently working on a plugin for the Apache Flex compiler Falcon. This uses Guava in a version above 15. Now maven seems to come with a Guava version ... 0.9.9 for Maven 3.0.x, something about 11 for 3.1 and above. The problem is that from version 15 on there was an API change Falcon

AW: Version conflicts with guava library

2014-10-03 Thread Christofer Dutz
project, for example. Generally, each Maven plugin runs in its own classloader with only subset of Maven core classes available to it. Guava is not part of that subset and plugins should be able to use whatever version of Guava they like. -- Regards, Igor On 2014-10-03, 15:46, Christofer Dutz

Plugin mechanism for the ConflictResolver?

2014-10-18 Thread Christofer Dutz
Hi, Im currently struggling with some changes introduced with Maven 3.1 explicitly regarding the ConflictResolver in conjunction with custom scopes. I know that these are generally not supported, but they had been working nicely for years. With Maven 3.1 it seems the scope of transitive

AW: Plugin mechanism for the ConflictResolver?

2014-10-18 Thread Christofer Dutz
Christofer Dutz a écrit : Hi, Im currently struggling with some changes introduced with Maven 3.1 explicitly regarding the ConflictResolver in conjunction with custom scopes. I know that these are generally not supported, but they had been working nicely for years. With Maven 3.1 it seems

AW: AW: Plugin mechanism for the ConflictResolver?

2014-10-18 Thread Christofer Dutz
? this is a question for Aether :) I'm not an Aether expert, can't really answer But please cross-post, because this is interesting for everybody. Regards, Hervé Le samedi 18 octobre 2014 11:23:28 Christofer Dutz a écrit : While looking for the answer to your question, I noticed

Pluggable ScopeResolver?

2014-10-19 Thread Christofer Dutz
Hi, sorry for cross posting this to the maven and the aether dev-list, but my question is sort of cross-cutting and I don't quite know where it fits best. I maintain the Flexmojos plugin, a maven plugin for building Apache Flex applications. In this we allways have had some custom scopes for

Is there any documentation of the process of releasing an Apache project built with maven?

2014-11-11 Thread Christofer Dutz
Hi, at the Flex project there are some parts being built with Maven. Now we would like to release some of them and currently there is a bit of a discussion about how to do this. Currently most people are insisting on a rather manual process they have been using for releasing the Ant built

AW: Is there any documentation of the process of releasing an Apache project built with maven?

2014-11-11 Thread Christofer Dutz
://uima.apache.org/release.html And of course our Maven-based build setup which helps us in doing the releases is in the Apache SVN. Cheers, -- Richard On 11.11.2014, at 10:23, Christofer Dutz christofer.d...@c-ware.de wrote: Hi, at the Flex project there are some parts being built with Maven. Now we

Problems updating to Maven x >= 3.1.1

2015-10-16 Thread Christofer Dutz
Hi, I am currently trying to fix a problem with the newly open-sourced Flex plugin for IntelliJ. In this plugin usually a goal of a maven plugin (Flexmojos) is executed programmatically in order to generate a config file, which IntelliJ then uses to configure itself. For this they manually

AW: Problems updating to Maven x >= 3.1.1

2015-10-17 Thread Christofer Dutz
Ok ... so it turned out that I was the plexus container being initialized, didn't have any component available, I had to tell it to do a classpath scan and now my code is working. Chris Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: S

Extending Mavens Dependency-Resolution Strategy?

2016-06-22 Thread Christofer Dutz
Hi, I am working on a new Maven plugin for building Apache Flex projects. While the Flexmojos plugin I am also maintaining seems to still be working but requiring more and more hacks, I would like to drop that and make things cleaner in a new plugin. The dependency scopes defined in Maven

AW: Extending Mavens Dependency-Resolution Strategy?

2016-06-23 Thread Christofer Dutz
s like your problem could be solved with this implementation. thanks, Robert On Wed, 22 Jun 2016 10:40:41 +0200, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Hi, > > > I am working on a new Maven plugin for building Apache Flex projects. > While the Flexmojos plugin

AW: ACNA Vancouver 2016

2016-01-30 Thread Christofer Dutz
Don't know if you did anything, but now I can access the applications :-) Thanks :-) Chris Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Samstag, 30. Januar 2016 11:25 An: Lewis John Mcgibbney; travel-assista...@apache.org; Melissa W

AW: ACNA Vancouver 2016

2016-01-30 Thread Christofer Dutz
Ok ... stupid me ... a new link did appear after reloading ... "applications" when clicking on that and selecting "Vancouver" I only got to the application form. So I guess I still need some Mojo to do the judging. Chris ________

AW: ACNA Vancouver 2016

2016-01-30 Thread Christofer Dutz
I just created my account with the email address cd...@apache.org ... would be cool if you could grant me the permissions :-) Chris Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Samstag, 30. Januar 2016 10:17 An: Lewis John Mcgibbney;

AW: Re[2]: MavenReport vs. true

2016-03-18 Thread Christofer Dutz
Hi Dirk, How about making it a real maven extension? One of the ones you define in ".mvn/extensions.xml"? If the JQAssistant backend was running as a real extension, I guess you shouldn't need to run the reporting as extension, as it could act as a client to that backend. I guess this should

AW: Classloading issues in maven plugin with custom lifecycle mapping

2016-04-13 Thread Christofer Dutz
sue, but maven-plugins cannot be part and used by a multimodule project. Before a project can be built, all plugins must be resolved. This shouldn't be an issue, since a maven-plugin should have a different lifecycle compared to a multimodule-project using it. thanks, Robert On Tue, 12 Apr 2016 15:16:01 +02

Classloading issues in maven plugin with custom lifecycle mapping

2016-04-12 Thread Christofer Dutz
Hi, I am currently working on converting Apache Flex from Ant to Maven. I have managed to convert all of the Ant stuff in our newest SDK. I even built a new maven plugin for doing the Flex compilation. All parts seem to be working great. The build consists of: - A compiler - Some Framework

AW: AW: Re[2]: MavenReport vs. true

2016-03-19 Thread Christofer Dutz
Hi Dirk, I have worked with them before so I can help you ... at least this way I can give something back for your great support over the last few weeks with getting JQAssistant working at my current project ;-) Chris Von: Dirk Mahler

AW: Extending Maven to allow scope resolutions for other languages than Java

2016-07-26 Thread Christofer Dutz
ff: Re: Extending Maven to allow scope resolutions for other languages than Java Am 07/18/16 um 20:39 schrieb Robert Scholte: > On Mon, 18 Jul 2016 15:54:24 +0200, Christian Schulte <c...@schulte.it> > wrote: > >> Am 07/18/16 um 15:02 schrieb Christofer Dutz: >>> H

Extending Maven to allow scope resolutions for other languages than Java

2016-07-18 Thread Christofer Dutz
Hi, Unfortuantely I wrote this down as a Jira ticket, but it seems it wasn't created in the end so I'll post this via Email ;-) I am currently working on clean support for Apache Flex build with Maven. Prior to 3.3.1 non-java builds were sort of relying on a scope-resolution bug that was

AW: Extending Maven to allow scope resolutions for other languages than Java

2016-07-19 Thread Christofer Dutz
st Betreff: Re: Extending Maven to allow scope resolutions for other languages than Java On Mon, 18 Jul 2016 15:54:24 +0200, Christian Schulte <c...@schulte.it> wrote: > Am 07/18/16 um 15:02 schrieb Christofer Dutz: >> Hi, >> >> >> Unfortuantely I wrote this down as a

Is there a reason extensions in ".mvn/extensions.xml" don't seem to support configuration?

2016-07-05 Thread Christofer Dutz
Hi, I just noticed that the extensions.xml doesn't seem to support configuring an extension. Is this intentional because it would break things or is it simply that none needed or implemented that functionality yet? Chris

Re: Is there a reason extensions in ".mvn/extensions.xml" don't seem to support configuration?

2016-07-07 Thread Christofer Dutz
ecase and didn't want to commit to any specific format> > and api without clear understanding how it was going to be used..> > > -- > > Regards,> > Igor> > > On Tue, Jul 5, 2016, at 04:57 AM, Christofer Dutz wrote:> > > Hi,> > > &

AW: Building Apache Maven

2016-08-05 Thread Christofer Dutz
Hi Rajiv, I just had a look at my build. The version string comes from build.properties in maven-core.jar:/org/apache/maven/messages/build.properties As the values are updated by the resources plugin during the build, I would imagine that they should be 3.4.0-SNAPSHOT or ${project.version}

AW: [DISCUSSION] finishing Aether import: help find a new name

2016-08-05 Thread Christofer Dutz
AIR could be something Adobe might have a problem with ... Chris Von: Jörg Schaible Gesendet: Freitag, 5. August 2016 14:54:29 An: dev@maven.apache.org Betreff: Re: [DISCUSSION] finishing Aether import: help find a new name Uwe

AW: [DISCUSS] Incorporating an ArchitectureId into the GAVCT of the repository

2016-09-01 Thread Christofer Dutz
We are having exactly the same problems in the Apache FlexJS project. Here we have libraries that compile to Flash (swc) or Libs that compile to JavaScript (js) or Libs that compile to both (jswc). Depending on the target "architecture" it would be great to have different dependency trees.

AW: Making Maven extendable for non standard scopes

2016-09-14 Thread Christofer Dutz
le for non standard scopes On Tue, 13 Sep 2016 09:34:38 +0200, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Hi, > > > I know there are several discussions underway in the context of pom 4.1 > and alike. The problem with this is however that it was impossible for >

Making Maven extendable for non standard scopes

2016-09-13 Thread Christofer Dutz
Hi, I know there are several discussions underway in the context of pom 4.1 and alike. The problem with this is however that it was impossible for me to follow those threads without putting my paid-work on hold ... a short summary of the current state would probably be a good Idea to get

AW: [SUREFIRE] Jenkins job for junit5 branch

2016-10-10 Thread Christofer Dutz
Hi Guys ... I just setup such a build with the Pipeline Plugin for the Flex project ... is working nicely. I could help you with this, if you like? Chris Von: Tibor Digana Gesendet: Montag, 10. Oktober 2016 08:15:25 An:

AW: Some thoughts on Maven 5

2016-10-16 Thread Christofer Dutz
and we can grant permission to edit On Sunday 16 October 2016, Christofer Dutz <christofer.d...@c-ware.de> wrote: > Hi guys, > > > I just wanted to add one thing to the list: > > https://issues.apache.org/jira/browse/MNG-6107 > > But I can't edit or comment on the page: &

AW: Some thoughts on Maven 5

2016-10-16 Thread Christofer Dutz
Hi guys, I just wanted to add one thing to the list: https://issues.apache.org/jira/browse/MNG-6107 But I can't edit or comment on the page: https://cwiki.apache.org/confluence/display/MAVEN/POM+Model+Version+5.0.0 Chris Von: Stephen Connolly

Re: [IMPORTANT CHANGE] building and publishing our website from Jenkins and Git instead of CMS

2018-05-11 Thread Christofer Dutz
Hi guys, just stumbled over this thread ... sorry for not noticing it earlier. As I did the same for several other projects here (Apache PLC4X probably being the most advanced site), I thought I might be able to help. When updating to GIT, why not also switch to GitPubSub? Also I just

Re: [IMPORTANT CHANGE] building and publishing our website from Jenkins and Git instead of CMS

2018-05-11 Thread Christofer Dutz
dea of switching to GitPubSub Le vendredi 11 mai 2018, 09:34:03 CEST Christofer Dutz a écrit : > Hi guys, > > just stumbled over this thread ... sorry for not noticing it earlier. > > As I did the same for several other projects here (Apache PLC4X probably

Doxia site renderer and current maven module context?

2018-06-02 Thread Christofer Dutz
Hi, I am currently cleaning up the build of the Apache PLC4X project. We are using Asciidoctor and a lot of its plugins to generate our site. We always had to sort of double-run asciidoctor as when running as site plugin the generated content is always generated into the root project. Therefore

Re: Additional Maturity Metadata in artifacts (especially in the pom)?

2019-05-09 Thread Christofer Dutz
eparations. Once there's a separation, real improvements can be done. And then it makes sense to keep the the pom for builds, upload it as 4.0.0 and some new + improved format. Robert On Wed, 08 May 2019 22:48:38 +0200, Christofer Dutz wrote:

Re: Additional Maturity Metadata in artifacts (especially in the pom)?

2019-05-08 Thread Christofer Dutz
Chris Am 08.05.19, 20:38 schrieb "Robert Scholte" : On Wed, 08 May 2019 09:32:42 +0200, Christofer Dutz wrote: > Well depending on how much metadata should be added ... > > Guess we already have a lot of stuff in the pom.xml which is considered

Re: Additional Maturity Metadata in artifacts (especially in the pom)?

2019-05-08 Thread Christofer Dutz
en working on new specifications. Robert [1] https://cwiki.apache.org/confluence/display/MAVEN/Project+Dependency+Trees+schema On Mon, 06 May 2019 10:03:33 +0200, Christofer Dutz wrote: > Hi all, > > I am currently working har

Additional Maturity Metadata in artifacts (especially in the pom)?

2019-05-06 Thread Christofer Dutz
Hi all, I am currently working hard on adding support for other languages in the PLC4X maven build. While working on the python I noticed that they have some sort of maturity self-assessment metadata in their artifacts and I think that actually quite a good thing. Doing some research I

AW: last review of Reproducible Builds proposal

2019-11-04 Thread Christofer Dutz
: Christofer Dutz Gesendet: Montag, 4. November 2019 18:58:10 An: Maven Developers List Betreff: Re: last review of Reproducible Builds proposal Hi all, so today I made sure the LastModified and the Creator username are omitted and now the Apache PLC4X build had a 100% reproducible build (at least on my

Re: last review of Reproducible Builds proposal

2019-11-04 Thread Christofer Dutz
Hi all, so today I made sure the LastModified and the Creator username are omitted and now the Apache PLC4X build had a 100% reproducible build (at least on my one machine) ... will be checking this out on other machines. Chris Am 04.11.19, 10:12 schrieb "Christofer Dutz" :

Re: last review of Reproducible Builds proposal

2019-11-03 Thread Christofer Dutz
should we generate only the root buildinfo or one buildinfo per Maven module?) Let's keep the ball rolling: today, it's plugins release day!!! Regards, Hervé [1] https://reproducible-builds.org/docs/jvm/ Le vendredi 1 novembre 2019, 13:34:32 CET Christofer Du

Re: last review of Reproducible Builds proposal

2019-11-03 Thread Christofer Dutz
Hervé - Mail original - De: "Christofer Dutz" À: "Maven Developers List" Envoyé: Dimanche 3 Novembre 2019 20:16:42 Objet: Re: last review of Reproducible Builds proposal Hi Herve, unfortunately I now have implemented some tooling

Re: last review of Reproducible Builds proposal

2019-10-31 Thread Christofer Dutz
Hi all, as I can see you're voting on releasing the reproducible build extended plugin versions. Is there any documentation on how to use this new feature? I had a look at the confluence page, but that seemed like a brainstorming session. I would love to add this to the PLC4X build asap. So

Re: ASN.1 ECN

2019-10-30 Thread Christofer Dutz
kerle, Mike" Datum: Mittwoch, 30. Oktober 2019 um 17:32 An: Christofer Dutz , Julian Feinauer , "d...@plc4x.apache.org" Betreff: Re: ASN.1 ECN Chris, Thanks for this. Very useful. When I look at that ASN.1 ECN definition I have the same reaction to it that I'm sure many non-XM

Re: last review of Reproducible Builds proposal

2019-11-01 Thread Christofer Dutz
of the reproducible builds. I would be happy to help as I think this is one of the greatest new features. (Ok ... perhaps besides the sound-output-extension I learned about yesterday ;-) ) Chris Am 01.11.19, 09:24 schrieb "Hervé BOUTEMY" : Le jeudi 31 octobre 2019, 17:26:52 CE

Re: Maven shade plugin: Duplicate entry in META-INF/service

2019-12-03 Thread Christofer Dutz
Hi Jan, are you using any of the shade transformers? We had similar problems in the PLC4X project, but configuring: Helped quite a bit. Have a look here: https://github.com/apache/plc4x/blob/develop/pom.xml#L1286 Hope this helps. Chris Am 03.12.19,

Re: last review of Reproducible Builds proposal

2019-11-01 Thread Christofer Dutz
11.19, 12:04 schrieb "Hervé BOUTEMY" : Le vendredi 1 novembre 2019, 09:40:40 CET Christofer Dutz a écrit : > Hi Herve, > > thanks for that will try it asap and report any findings back. > > But good to know that there is a difference between JDK

Re: last review of Reproducible Builds proposal

2019-11-04 Thread Christofer Dutz
:42 schrieb "Andreas Sewe" : Christofer Dutz wrote: > Well I have a new candidate: > > maven-bundle-plugin > > Creates: Bnd-LastModified in the MANIFEST.MF > > Gotta find out a way to either suppress that entry (Would be great if it

Re: last review of Reproducible Builds proposal

2019-10-11 Thread Christofer Dutz
Just a small question. I have been following this thread with great interest. I think this is going to be a big thing when it makes the changes available to the main maven system. So as far as I understand the core part will be a fixed timestamp which will then be used throughout the build by

Re: last review of Reproducible Builds proposal

2019-10-11 Thread Christofer Dutz
019, 08:31 Christofer Dutz ha scritto: > Just a small question. I have been following this thread with great > interest. > > I think this is going to be a big thing when it makes the changes > available to the main maven system. > > So as fa

Re: Maven Wrapper

2020-02-14 Thread Christofer Dutz
interested in if this is actually correct. Chris Am 13.02.20, 19:33 schrieb "Robert Scholte" : AFAIK these files are partly generated. Might be better to improve it there. Robert On 13-2-2020 07:29:46, Christofer Dutz wrote: Hi all, would it also be po

Re: Maven Wrapper

2020-02-12 Thread Christofer Dutz
Hi all, would it also be possible for some sort of official statement that when copying the maven wrapper scripts (For Apache Projects), this doesn't explicitly have to be mentioned in the NOTICE or LICENSE file? I know that this could ease quite some +1/-1 discussions (especially on the

Updating the apache parent to automatically clean before performing a release?

2020-01-05 Thread Christofer Dutz
Hi all, I just wanted to suggest something I have noticed a lot of Apache projects were doing wrong. Especially when unexperienced RMs are doing the releases. Several times now after doing a release, the RMs have uploaded the source bundles from “target” to the SVN. However they should have

Re: Updating the apache parent to automatically clean before performing a release?

2020-01-05 Thread Christofer Dutz
rowse/MRELEASE-956 On 5-1-2020 11:28:22, Christofer Dutz wrote: Hi all, I just wanted to suggest something I have noticed a lot of Apache projects were doing wrong. Especially when unexperienced RMs are doing the releases. Several times now after doing a release, the RM

Re: Updating the apache parent to automatically clean before performing a release?

2020-01-05 Thread Christofer Dutz
r 2020, 14:41:37 CET Christofer Dutz a écrit : > Hi Robert, > > I would be more than happy to assist with making releases with maven easier > for Apache projects ... So if you give me a little update on what needs to > be done, I might be able to spare some time

Re: Your project website

2020-08-20 Thread Christofer Dutz
Hi all, In the plc4x project we're building the project website during the build of the develop branch. It's all a maven site with custom skin, and auto deployed via git-pubsub. All on Aspache infra. Works nicely. Chris Von: Manfred Moser Gesendet:

Re: Maven builds out of control

2020-08-17 Thread Christofer Dutz
Hi all, Well you could probably self-limit your builds. I know that when using Jenkinsfiles you can define tags for nodes the build runs on. So you could probably limit these to a hand full of "H??" nodes and it should not use up all of the resources. Chris Am 17.08.20, 10:23 schrieb

Re: [RESULT] [VOTE] Release Apache Maven Wrapper Plugin version 3.0.1

2020-06-03 Thread Christofer Dutz
0 09:11:53, Christofer Dutz wrote: Congrats on this ... As the rest is usually just dropping the mwnw scripts, the config file and my downloader.java ... is there an apache package we can now just drop in to replace the old and get rid of the Notice stuff? Chris Am 02.06

Re: [RESULT] [VOTE] Release Apache Maven Wrapper Plugin version 3.0.1

2020-06-03 Thread Christofer Dutz
Congrats on this ... As the rest is usually just dropping the mwnw scripts, the config file and my downloader.java ... is there an apache package we can now just drop in to replace the old and get rid of the Notice stuff? Chris Am 02.06.20, 22:36 schrieb "Robert Scholte" : Hi,

AW: Request for Enhancement: Dependency Overrides

2021-08-15 Thread Christofer Dutz
Coming a bit late to the party ... I think this is something I had been requesting every 1-2 years for some time. As during my time as a consultant migrations to Maven I keept running into this problem. Here I usually had the task of streamlining the dependency usage of many teams so their

RE: [ANN] Apache Maven Wrapper 3.1.0 Released

2021-12-18 Thread Christofer Dutz
So (with my incubator mentor hat on) ... If we update the maven-wrapper stuff currently in the repos with something we created with the new apache maven-wrapper-plugin ... do we still have to point out the related files in the LICENSE and NOTICE files? Chris -Original Message- From:

RE: [VOTE] Release Apache Maven Wrapper version 3.1.0

2021-12-14 Thread Christofer Dutz
+1 (non-binding) Built on Windows 10 with Java 11.0.13 Chris [MINOR] Download all staged artifacts under the url specified in the release vote email. - Archive doesn't have "apache" in its name [OK] Verify the signature is correct. [OK] Check if the signature references an Apache email

Mailing list threading improvements

2023-08-17 Thread Christofer Dutz
TL;DR: We’re updating how auto-generated email from Github will be threaded on your mailing lists. If you want to keep the old defaults, details are below. We’re pleased to let you know that we’re tweaking the way that auto- generated email from Github will appear on your mailing lists. This will

Re: Install / Deploy plugins at the end

2022-10-20 Thread Christofer Dutz
Hi all, In PLC4X’s build we wanted to use the deployAtEnd and were having issues (But this was a long time ago) We settled on overriding the remote repo location to a directory relative to the build: https://github.com/apache/plc4x/blob/develop/Jenkinsfile#L118 And then simply bulk deploy

Re: ASF Maven credential in a project-wise token?

2023-05-26 Thread Christofer Dutz
If you run the build on asf Jenkins the credentials are there. You just need to inherit from the latest apache pom and it should work. Chris Gesendet von Outlook für Android From: tison Sent: Friday, May 26, 2023 1:33:29 PM To: Maven

Re: GH issues and GH discussions

2023-05-31 Thread Christofer Dutz
Hi all, I really like GH issues and discussions ... they lower the bar for contribution quite a bit and feel a lot more inviting for newer contributors. At least have we seen a significant increase in contributions since we switched to GH Issues and are currently starting to use GH Discussions