Re: [DISCUSS] Enable GitHub issues and GitHub discussions

2024-10-23 Thread Mirko Friedenhagen
ues. I would gladly drop JIRA there immediately if I could. * Using markdown in discussions is much nicer. * Notication settings are more powerful. * While I understand that some people do not like GitHub’s TOs I think that collaboration would be easier wi

Re: mvn install vs mvn verify

2022-12-09 Thread Mirko Friedenhagen
Hi, late to the party here: - We develop using merge requests and the default command we run there is `mvn verify` in CI. - `install` should not be needed as the reactor should be sufficient in it. - When a module does need an `install` it behaves strangely. - I see that bigger multi-module proje

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
um 14:42 schrieb Mirko Friedenhagen : > > Not that deep in bisecting as of now. I wrote a small script `bisect`: > > ``` > #!/bin/bash -e -p > mvn -q -B -s ~/.m2/settings-oss.xml clean package -Dmaven.test.skip=true > -Denforcer.skip=true -Drat.skip=true > bin_tar_gz=apac

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
de plugin and JUnit 5 dependency ``` Best Regards Mirko > Am 23.02.2021 um 10:21 schrieb Michael Osipov : > > Am 2021-02-23 um 10:16 schrieb Mirko Friedenhagen: >> Hello Michal, hello Robert, >> Thanks for the answers. >> I am trying to reproduce this with a smaller proje

Re: Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-23 Thread Mirko Friedenhagen
ded or not. > Am 21.02.2021 um 10:31 schrieb Michael Osipov : > > Am 2021-02-19 um 18:52 schrieb Mirko Friedenhagen: >> Hello, >> * I now gave Apache Maven 4.0.0-alpha-1-SNAPSHOT >> (84a1ff2d5cb7bf49fa3171dd92f7ac088e837185) a try. >> * In my POM I configured the

Different plugin classpath in Maven 3.6.3 and 4.0.0?

2021-02-19 Thread Mirko Friedenhagen
Hello, * I now gave Apache Maven 4.0.0-alpha-1-SNAPSHOT (84a1ff2d5cb7bf49fa3171dd92f7ac088e837185) a try. * In my POM I configured the net.rumati.maven.plugins:velocity-maven-plugin which should render a HTML file. * The parent of the project has a global extension in the build section. * The ja

Re: Integration Tests of Maven Core

2019-12-17 Thread Mirko Friedenhagen
I would agree with Elliotte here. If someone creates a patch for Maven 2.2.x, he or she should just branch from the old tag and have all ITs available at that point of time. Keeping tests and mark them as to be skipped for newer versions is strange. After reading Tibor’s comment: * Tibor just

Re: [VOTE] Release Apache Maven Version 3.6.2

2019-08-30 Thread Mirko Friedenhagen
+1 - tested on ca. 15 projects of different sizes. Regards Mirko - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: Guidance for Maven Core release

2019-08-28 Thread Mirko Friedenhagen
Hello Enrico, * just a short thumbs up, I had used 3.6.2-SNAPSHOT in about 10 projects calling `mvn verify` in parallel and had no issues. * Today these builds broke because now it is 3.6.3-SNAPSHOT. * I am just in the process of testing 3.6.2 with above mentioned projects. * I will report back a

Re: The URL appending issue and Maven Central

2019-08-26 Thread Mirko Friedenhagen
Hello, just a question: according to NEXUS-19912[1] I see the issue was fixed in release 2.14.4 of Nexus. Looking at https://repository.apache.org/ 2.14.12-0 is still used. Should INFRA update this as well to avoid the same issue? Best Regards Mirko [1] http

Re: [VOTE] Release Apache Maven Version 3.6.1

2019-04-11 Thread Mirko Friedenhagen
+1 from my side, tested with about 20 company projects. Best Regards Mirko Friedenhagen — Sent from my mobile Am 04.04.19 um 21:55 schrieb Karl Heinz Marbaise > Hi, > > We have solved 42 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&

Re: Meaning of ~~life~~ - end-of-life

2018-11-01 Thread Mirko Friedenhagen
Am 01.11.2018 um 13:10 schrieb Stephen Connolly : > > On Thu, 1 Nov 2018 at 11:57, Mirko Friedenhagen <mailto:mfriedenha...@gmx.de>> > wrote: > >> # Meaning of life - for Maven Core >> * For Maven 2[4] there is a dedicated page what EOL does mean. >> *

Meaning of ~~life~~ - end-of-life

2018-11-01 Thread Mirko Friedenhagen
Hello, # Preambel * I just opened a PR at Homebrew[0], a package manager for macOS, to update Maven to 3.6.0. * First thing was, the Download page[1] still states 3.5.4 as latest and greatest, which is a bit confusing given the change-date tells me it changed just changed today. * And as Homebr

Re: Download page still shows 3.5.4 as latest and greatest

2018-11-01 Thread Mirko Friedenhagen
ed a day to be sure all sync for mirrors etc. > have been done ..also search in Central is updated... > >> This is Karl's first run as release manager >> Patience is a virtue! > > Thanks.. > > Kind regards > Karl Heinz Marbaise >> On Thu, 1 Nov 2

Download page still shows 3.5.4 as latest and greatest

2018-11-01 Thread Mirko Friedenhagen
Hello, https://maven.apache.org/download.cgi still shows 3.5.4 instead of 3.6.0 as latest and greatest. Regards Mirko - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apa

Re: [VOTE] Release Apache Maven 3.6.0

2018-10-26 Thread Mirko Friedenhagen
+1 non-binding from my side, I used our division pom project for testing which runs verify builds for another 11 in-house projects. Regards Mirko > Am 24.10.2018 um 21:50 schrieb Karl Heinz Marbaise : > > Hi, > > We have solved 26 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jsp

Re: Build vs Consumer POM study

2018-04-21 Thread Mirko Friedenhagen
t; things. > > > On Wed, Apr 18, 2018 at 3:47 AM, Jörg Schaible > wrote: > > > Hi Mirko, > > > > On Tue, 17 Apr 2018 04:44:57 + Mirko Friedenhagen wrote: > > > > > Hello Jörg, > > > > > > I understand your problem, however t

Re: Build vs Consumer POM study

2018-04-16 Thread Mirko Friedenhagen
as optional while importing? Best regards Mirko -- Sent from my mobile Jörg Schaible schrieb am Di., 17. Apr. 2018, 00:53: > On Mon, 16 Apr 2018 21:46:21 +0000 Mirko Friedenhagen wrote: > > > Hello, > > > > I do not see why profiles should be part of the consumer pom.

Re: Build vs Consumer POM study

2018-04-16 Thread Mirko Friedenhagen
Hello, I do not see why profiles should be part of the consumer pom. That would require evaluating profiles on import and I do not think this to be a good idea. At work I created a division pom with own lifecycles and profiles to achieve automated packaging and upload/Maven-deploy of spring-boot

Re: [VOTE] Release Apache Maven 3.5.3

2018-03-03 Thread Mirko Friedenhagen
I would suggest releasing as is as well. State in the announcement that there might be a problem with parallel builds on Windows, workaround with batch mode is easy anyway. And if 3.5.4 only contains the fixed jansi dependency, releasing should be fast and simple. Best regards Mirko -- Sent fro

Re: [VOTE] Release Apache Maven 3.5.3

2018-02-27 Thread Mirko Friedenhagen
+1 from my side, tested with 10 inhouse projects. Or is this vote canceled? Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ https://bitbucket.org/mfriedenhagen/ On Sun, Feb 25, 2018 at 10:14 AM, Dan Tran wrote: > correction > > found this reference

Re: [DISCUSS] Retrospective on Maven 3.5.0-alpha-1

2017-03-14 Thread Mirko Friedenhagen
i really appreciate how smooth running about 20 of our inhouse projects with the alpha did went. Concerning git clients: - a really.nice CLI client is called tig, you should try it. Running tig --all is revealing most things you are used to from UI clients. All in all I found the discussions ver

Re: [DISCUSS] 3.5.0 alpha/beta's on Central

2017-03-01 Thread Mirko Friedenhagen
Hello everybody, maybe I overlooked the answer to the question in the *subject* in the mail thread. I am all fine with Christian Schultes definitions, but would be really be interested in pulling alphas from repo1/central. What is the current agreement here? So +1 for publishing to central from m

GitHub pull requests without JIRA issue

2017-01-01 Thread Mirko Friedenhagen
Hello PMCs et al, I commented on a PR on GitHub a while ago with a change to documentation of the Maven site plugin. This slipped through my fingers and now the reporter asked how to submit patches to the Apache Maven project. I guess this is documented here ( https://maven.apache.org/guides/deve

Re: MNG-5805 and 3.4.0-SNAPSHOT

2016-11-13 Thread Mirko Friedenhagen
> vs 0.3.2) the XML conversion code didn't change between those versions. >> >> There have been changes to the Maven lifecycle components since 3.3.9 which >> could influence parsing - but I’d need a sample build/testcase to narrow it >> down further. >> >> --

MNG-5805 and 3.4.0-SNAPSHOT

2016-11-12 Thread Mirko Friedenhagen
Hello, I am playing with MNG-5805 which works fine with Maven 3.3.9. However with a late SNAPSHOT from 2016-10-31 I get the following: 9180 [INFO] 1788 [WARNING] Expected TEXT, not XML: START_TAG seen .. @3:217 9180 [INFO] java.lang.Throwable 9181 [INFO] at org.eclipse.sisu.plexus.PlexusX

Re: Maven 3.4.0 color output and default slf4j implementation

2016-10-17 Thread Mirko Friedenhagen
> config.properties#L29 > > > > [3] https://github.com/apache/maven/blob/MNG-6093/maven- > slf4j-provider/src/main/java/org/slf4j/impl/MavenSimpleLogger.java > > > > [4] https://github.com/apache/maven/blob/MNG-6093/maven- > slf4j-provider/src/main/script/pat

Re: Maven 3.4.0 color output and default slf4j implementation

2016-10-16 Thread Mirko Friedenhagen
Hello Hervé, I would like a simple approach here. If I understand it correctly, gossip was chosen because of its color capability. If we could have this without switching the log provider it would be a good thing IMO. Gossip seems to be unconfigurable by means of system properties, which is a pity

Re: Maven 3.4.0-SNAPSHOT 2016-10-09 and setttings.xml?

2016-10-13 Thread Mirko Friedenhagen
Hello, reverting seems safer. As settings always override stuff in poms, my guess would be that having global defining stuff for central will blow stuff for lots of people. Overriding central seems very natural. And user's settings will survive updates of Maven it self. Regards Mirko -- Sent fro

Re: Maven 3.4.0-SNAPSHOT 2016-10-09 and setttings.xml?

2016-10-10 Thread Mirko Friedenhagen
But why would the server settings override the values of the user's settings? I thought the latter ones always had precedence. Regards Mirko -- Sent from my mobile Am 10.10.2016 22:57 schrieb "Robert Scholte" : > so this is the first change: > https://git1-us-west.apache.org/repos/asf?p=maven.g

Re: Maven 3.4.0-SNAPSHOT 2016-10-09 and setttings.xml?

2016-10-10 Thread Mirko Friedenhagen
Hello everyone, this is basically my settings.xml (stripped servers section and a few sonarqube related properties): central * Internal mirror of all needed dependencies https://inhouse.server/artifactory/internal-central/

Maven 3.4.0-SNAPSHOT 2016-10-09 and setttings.xml?

2016-10-10 Thread Mirko Friedenhagen
Hello, I just tried to run "mvn help:effective-pom -Doutput=MVNVERSION.xml" on one of our inhouse projects once with 3.3.9 and once with 3.4.0-SNAPSHOT (4ad0fb217c93d36cf3365b83baec48470196f5fa; 2016-10-09T21:16:52+02:00) 3.4.0 seems not to incorporate settings correctly (or I misconfigured somet

Re: Maven 3.4.0 and documentation of gossip logging

2016-07-11 Thread Mirko Friedenhagen
ko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Mon, Jul 11, 2016 at 11:26 AM, Michael Osipov wrote: > Am 2016-07-11 um 10:53 schrieb Mirko Friedenhagen: >> >> Hello, >> >&

Maven 3.4.0 and documentation of gossip logging

2016-07-11 Thread Mirko Friedenhagen
Hello, is someone already working on the documentation for this? I see slf4j-gossip was chosen, so we may enjoy colors in the output but how do you configure gossip? I only found how to influence the location of configuration files, but the format of these seems not to be documented. Looking at e

Maven 3.4.0-SNAPSHOT and Slf4jMavenTransferListener

2016-07-09 Thread Mirko Friedenhagen
Hello everybody, in my CI builds I like to suppress download messages. I do this by setting: MAVEN_OPTS="-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" Now when calling Maven 3.3.9 in

Re: svn commit: r1751555 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/github/GitHubDownloader.java test/java/org/apache/maven/plugin/github/GitHubDownloaderTes

2016-07-09 Thread Mirko Friedenhagen
s worth it. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sat, Jul 9, 2016 at 11:41 AM, Mirko Friedenhagen wrote: > Hello Robert, > > firstly I just resurrected

Re: svn commit: r1751555 - in /maven/plugins/trunk/maven-changes-plugin/src: main/java/org/apache/maven/plugin/github/GitHubDownloader.java test/java/org/apache/maven/plugin/github/GitHubDownloaderTes

2016-07-09 Thread Mirko Friedenhagen
Hello Robert, firstly I just resurrected the state as it was before. The current changes-plugin-release does not output the "title" of GH issues anymore but the complete body which is not useable in a tabular output. I am a bit afraid, that there is a mismatch between JIRA and GitHub here. JIRA's

Re: [VOTE] Retire Maven Ant Tasks

2016-05-15 Thread Mirko Friedenhagen
+1 from me. Regards Mirko -- Sent from my mobile Am 15.05.2016 23:24 schrieb "Michael Osipov" : > Hi, > > this component hasn't been touched for years effectively and we rely now > on Maven for Maven (dog food). Additionally, Ant build support has already > been removed from Maven. This relic s

Roadmap for MJAR-193 (lifecycle definition in jar plugin)

2016-05-04 Thread Mirko Friedenhagen
Hello, I think I understand why it is more appropriate to put life cycles for package types into the corresponding plugin. So is the plan to update referenced mojos between minor plugin releases? Will maven-core 3000 drop life cycle definitions and everyone will have to include the type plugin i

Re: [VOTE] Release Apache Maven JAR Plugin Version 3.0.0 (Take 2)

2016-04-27 Thread Mirko Friedenhagen
+1 from me, tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Apr 27, 2016 at 8:27 AM, Karl Heinz Marbaise wrote: > Here is my +1 > > Kind regard

Re: Anyone care to advise?

2016-03-05 Thread Mirko Friedenhagen
Hello Stephen, sounds a bit like Jenkins' Maven2 job type ;-) Regards Mirko -- Sent from my mobile Am 03.03.2016 13:12 schrieb "Stephen Connolly" < stephen.alan.conno...@gmail.com>: > I had an evil idea... > > https://github.com/stephenc/reactor-snapshot-maven-plugin > > So the idea is to let y

Re: Custom lifecycles

2016-02-09 Thread Mirko Friedenhagen
Hello Stephen, sounds like a good idea. This would help a lot, we have projects using custom gradle scripts to achieve things like this. Using name spacing seems to be a good idea here. Regards Mirko -- Sent from my mobile Am 08.02.2016 23:33 schrieb "Stephen Connolly" < stephen.alan.conno...@gm

Re: [VOTE] Release Apache Maven Shade Plugin version 2.4.3

2016-01-09 Thread Mirko Friedenhagen
+1 non-binding, tested with a small project using Maven 3.3.9 and JDK 1.7.0_80. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sat, Jan 9, 2016 at 4:33 PM, Hervé BOUTEMY wrot

Re: Retiring Maven Skins

2015-12-24 Thread Mirko Friedenhagen
+1 Regards Mirko -- Sent from my mobile Am 23.12.2015 21:30 schrieb "Michael Osipov" <1983-01...@gmx.net>: > Hi folks, > > Hervé is quite busy right now preparing Doxia (Sitetools) 1.7 along with > Maven > Site Plugin 3.5. I have several tickets on my own I'd like to fix. Some of > these > chang

Re: [DISCUSS] Java version requirement for Mavan 3.4.x

2015-11-30 Thread Mirko Friedenhagen
+1 for Java 8 and the version bump to 4.x,.communicates the change more clearly. Regards Mirko -- Sent from my mobile On Nov 30, 2015 23:44, "Stephen Connolly" wrote: > I have no issues if we want to call the next version 4.0.x rather than > 3.4.x > > In my view there are some advantages to usi

[ANNOUNCE] Release extra-enforcer-rules version 1.0-beta-4

2015-11-10 Thread Mirko Friedenhagen
The Extra Enforcer Rules team is pleased to announce the extra-enforcer-rules-1.0-beta-4 release! Extra Enforcer Rules. These are extra rules for Apache Maven's Enforcer Plugin. Changes in this version include: New features: o New rule requireProjectUrl o Adapt to mojohaus organisation. Fixed B

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Hello Jochen, could not a new major update of the compiler plugin change the default? My guess is we would not break much anyway as the majority of projects already needs to manage source and target explicitly. Regards Mirko -- Sent from my mobile Am 07.11.2015 16:15 schrieb "Jochen Wiedmann" :

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Am 07.11.2015 10:22 schrieb "Tamás Cservenák" : > > How bout starting to fail if lang level is not explicitly set and _remove_ > defaults? > Hello, letting Maven fail if you do not configure language levels leads to bad beginner's experience. Using the level of the invoking JDK however, seems th

Re: Updating the default versions for maven-compiler-plugin

2015-11-07 Thread Mirko Friedenhagen
Am 07.11.2015 10:22 schrieb "Tamás Cservenák" : > Ie. For the stuck people: Use current/older versions of tooling, if you are > stuck with old JVM: just accept you are stuck with tooling too then... +1 for that.

Re: [VOTE] Maven 3.3.8

2015-10-31 Thread Mirko Friedenhagen
+1 non-binding, tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Fri, Oct 30, 2015 at 10:26 PM, Arnaud Héritier wrote: > +1 > > On Fri, Oct 30, 2015

Re: Writing poms from mojos

2015-08-29 Thread Mirko Friedenhagen
Hello Barrie, I need something to introduce a parent element in our company pom. The idea is to make e.g. spring-boot the uppermost parent or to introduce needed dependencies and reconfigure mojos for this while keeping the rest in sync. I was thinking about writing a plugin for this as well. Reg

Re: [VOTE] Release Apache Maven Enforcer version 1.4.1

2015-08-23 Thread Mirko Friedenhagen
+1 non-binding, tested with a small multi-module project. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Aug 23, 2015 at 9:57 PM, Karl Heinz Marbaise wrote: > Hi, > > We

[jira] [Commented] (MPIR-234) SCM-link in site of multimodule projects should not append module name by default (at least for git)

2015-08-11 Thread Mirko Friedenhagen (JIRA)
[ https://issues.apache.org/jira/browse/MPIR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681589#comment-14681589 ] Mirko Friedenhagen commented on MPIR-234: - In regards to [~hboutemy] comment:

Re: [VOTE] Maven 3.3.6

2015-07-31 Thread Mirko Friedenhagen
+1 (non-binding) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sat, Aug 1, 2015 at 12:05 AM, Hervé BOUTEMY wrote: > +1 > > Regards, > > Hervé > > Le jeudi 30 juillet 2015 23

Re: maven-changes-plugin: AnnouncementMojo requires dependency resolution ResolutionScope.TEST

2015-07-26 Thread Mirko Friedenhagen
O this doesn't make sense so get rid of it. > > Olivier > > On 16 July 2015 at 05:29, Mirko Friedenhagen > wrote: > >> Hello everybody, >> >> according to >> https://github.com/apache/maven-plugins/blob/trunk/maven-changes-plugin/src/main/java/org/apach

Re: [VOTE] Maven 3.3.5

2015-07-24 Thread Mirko Friedenhagen
Hello Jörg, this seems to be a really big project. We have a similar situation (department-pom, which manages a lot of external dependencies and internal dependencies as well as plugin versions and even executions). And of course the internal dependencies use different versions of this department

Re: [VOTE] Maven 3.3.5

2015-07-20 Thread Mirko Friedenhagen
+1 (non-binding), checked mojo-parent, extra-enforcer-rules, our company pom which has 6 invoker tests and another small project. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ O

Re: [CANCELLED] Re: [VOTE] Maven 3.3.4

2015-07-20 Thread Mirko Friedenhagen
+1 for going +1 :-) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Mon, Jul 20, 2015 at 9:27 AM, Stephen Connolly wrote: > Maven 3.3.4 is dead, all hail Maven 3.3.5! > > On 2

Re: [VOTE] Maven 3.3.4

2015-07-19 Thread Mirko Friedenhagen
/mfriedenhagen/ On Sun, Jul 19, 2015 at 10:21 PM, Anton Tanasenko wrote: > This looks to be a consequence of MNG -5805 :( > > 2015-07-19 23:12 GMT+03:00 Mirko Friedenhagen : > >> This seems to affect project which use as an >> enforcer-rule. After inserting this rule into

Re: [VOTE] Maven 3.3.4

2015-07-19 Thread Mirko Friedenhagen
casts the entry to a string, it probably should use String.valueOf or something. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Jul 19, 2015 at 10:12 PM, Mirko Friedenhagen

Re: [VOTE] Maven 3.3.4

2015-07-19 Thread Mirko Friedenhagen
This seems to affect project which use as an enforcer-rule. After inserting this rule into another project I get a similar stack trace. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail:

Re: [VOTE] Maven 3.3.4

2015-07-19 Thread Mirko Friedenhagen
Hello, -1 non-binding I tried to do a `mvn clean verify` in project https://github.com/mojohaus/mojo-parent, however I get the following error: Apache Maven 3.3.4 (df509db95a565e09ee25edd63b5574f58ba3b077; 2015-07-17T20:10:18+02:00) Maven home: /Software/nobackup/apache-maven-3.3.4 Java version:

maven-changes-plugin: AnnouncementMojo requires dependency resolution ResolutionScope.TEST

2015-07-15 Thread Mirko Friedenhagen
Hello everybody, according to https://github.com/apache/maven-plugins/blob/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java#L70 the AnnouncementMojo requires dependency resolution ResolutionScope.TEST Does anybody know why this is the case? Bec

Re: [VOTE] Release Apache Maven Shade Plugin version 2.4.1

2015-07-11 Thread Mirko Friedenhagen
+1 (non-binding), tested shaded-jar creation still works for 3 projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sat, Jul 11, 2015 at 5:13 PM, Karl Heinz Marbaise wrot

Re: Releasing entire maven-shared as a single release ?

2015-05-31 Thread Mirko Friedenhagen
"Kristian Rosenvold" < kristian.rosenv...@gmail.com>: > Oh well, I suppose what I /really/ want to fix is making combined releases > work. > > K > > > 2015-05-31 10:05 GMT+02:00 Mirko Friedenhagen : > > > +1 for Jason's procedure. > > &g

Re: Releasing entire maven-shared as a single release ?

2015-05-31 Thread Mirko Friedenhagen
+1 for Jason's procedure. Regards Mirko -- Sent from my mobile Am 30.05.2015 17:18 schrieb "Jason van Zyl" : > If they have truly separate development cycles, then I think it best to > try and move toward meaningful (semantic) versioning for each component. > Which means they have their own vers

Re: Full migration to Git

2015-05-30 Thread Mirko Friedenhagen
+1 for moving to git. Regards Mirko -- Sent from my mobile Am 29.05.2015 13:23 schrieb "Jason van Zyl" : > I think it's time for a full migration of all our repositories to Git. I > just see the email with Dennis struggling to merge a simple pull request > and I think it's just time to switch co

Re: [VOTE] Add Manfred Moser as committer

2015-05-13 Thread Mirko Friedenhagen
+1, I would have thought Manfred already is a committer. Regards Mirko -- Sent from my mobile On May 13, 2015 8:55 AM, "Hervé BOUTEMY" wrote: > Hi, > > I'd like to introduce Manfred Moser as committer for the Apache Maven > project. > > He's working on Android Maven plugin for years, has great

Re: [VOTE] Release Apache Maven Fluido Skin Version 1.4 (Take 2)

2015-05-06 Thread Mirko Friedenhagen
+1 (Non-Binding) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, May 6, 2015 at 9:23 PM, Tibor Digana wrote: > +1 (non-binding) > > > > -- > View this message in context:

Re: [VOTE] Maven 3.3.3 Release

2015-04-25 Thread Mirko Friedenhagen
+1 (non-binding), tested with a multi-module project (~5 LOC) Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Fri, Apr 24, 2015 at 2:41 PM, Mark Struberg wrote: > Same res

Re: [VOTE] Release Apache Maven Release Plugin version 2.5.2

2015-04-19 Thread Mirko Friedenhagen
+1 (non-binding) SHA1 matches, builds successfully including run-its. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Apr 19, 2015 at 2:28 PM, Robert Scholte wrote: > Hi,

Re: release-plugin: push changes after perform for DCVS

2015-04-13 Thread Mirko Friedenhagen
solve here. > > On Sat, Apr 11, 2015 at 6:49 AM, Mirko Friedenhagen < > mfriedenha...@apache.org> wrote: > >> Hello, >> >> we now have pushChanges and localCheckout in the release:prepare goal. >> IMO pushing commits and tags after a successful releas

Re: release-plugin: push changes after perform for DCVS

2015-04-11 Thread Mirko Friedenhagen
ts > > to a repository manager. > > Did you ever face issues with deploying the site (well, I did... it's not > > nice but I know the workarounds) > > > > the maven-release-plugin is already quite complex, we should try to keep > > the chances of a fai

release-plugin: push changes after perform for DCVS

2015-04-10 Thread Mirko Friedenhagen
Hello, we now have pushChanges and localCheckout in the release:prepare goal. IMO pushing commits and tags after a successful release:perform or release:stage would be a good thing then, as this will probably succeed most of the times. What do you think about something like pushChangesAfterPerfor

Re: [IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-04-10 Thread Mirko Friedenhagen
, Kristian Rosenvold wrote: > The user name mapping seems to be ok, but I seem to be missing > permissions to do anything sensible at all ? > > (krosenvold) > > Kristian > > > 2015-04-06 23:58 GMT+02:00 Mirko Friedenhagen : >> A big thank you from my side

Re: [IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-04-06 Thread Mirko Friedenhagen
A big thank you from my side as well, I logged in to https://issues.apache.org/jira/ and was easily able to see all my reported issues and am allowed to edit the open ones. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhage

Re: Maven Web Site

2015-04-05 Thread Mirko Friedenhagen
Hello, +1 for moving to the fluido theme as a first step. Concerning mobilization of the site, there is already a responsive site theme (http://andriusvelykis.github.io/reflow-maven-skin/). It is licensed under Apache license as well. Regards Mirko -- Sent from my mobile On Apr 5, 2015 10:18 PM,

Re: maven-release-plugin: consolidating release:perform and release:stage

2015-03-28 Thread Mirko Friedenhagen
lease plugin? Regards Mirko -- Sent from my mobile On Mar 28, 2015 11:04 AM, "Hervé BOUTEMY" wrote: > the annotation takes free text, then let's try a descrptive text: > > @since xxx in release:perform, yyy in release:stage > > Regards, > > Hervé > > Le m

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-25 Thread Mirko Friedenhagen
ko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Mar 25, 2015 at 10:04 PM, Bernd Eckenfels wrote: > Am Wed, 25 Mar 2015 21:01:53 +0100 > schrieb Mirko Friedenhagen : >> - however t

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-25 Thread Mirko Friedenhagen
, where export of environment variables did change. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Mar 25, 2015 at 9:12 PM, Mirko Friedenhagen wrote: > Unfortunately,

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-25 Thread Mirko Friedenhagen
com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Mar 25, 2015 at 9:01 PM, Mirko Friedenhagen wrote: > Hello, > > further inspection of the problem leads to a possible solution: > - the shell script does retrieve M2_H

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-25 Thread Mirko Friedenhagen
help with IDEs like Eclipse or Intellij which use their own code to invoke stuff. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Tue, Mar 24, 2015 at 11:17 PM, Mirko Fr

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-24 Thread Mirko Friedenhagen
inz had issues with the Maven Invoker 2.2 (take 1) > On Windows there's no issue, the mvn.bat/mvn.cmd always sets M2_HOME if > it's not there. > > We could add an AssumeThat-clause in this test as well... > > thanks, > Robert > > > Op Tue, 24 Mar 20

Excluding .mvn from rat check?

2015-03-24 Thread Mirko Friedenhagen
Hello, I just wanted to test the new .mvn/maven.config directives in the maven-release-plugin (just setting --show-version --errors), however now the rat plugin is complaining about a missing license header. However comments seem not to be supported in this file, so we should probably exclude the

maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-24 Thread Mirko Friedenhagen
Hello, I just checked out the trunk (r1643023) and running "mvn clean verify" does not succeed neither with Maven 3.0.5, Maven 3.2.5 nor with Maven 3.3.1 (OS X 10.10.2, JDK 1.7.0_76): The test org.apache.maven.shared.release.exec.InvokerMavenExecutorTest#testEncryptSettings is always failing wit

maven-release-plugin: consolidating release:perform and release:stage

2015-03-24 Thread Mirko Friedenhagen
Hello everybody, today I stumbled upon a difference between perform and stage: - while perform takes an parameter localCheckout, stage does not - I opened "MRELEASE-901Goal stage should take parameter localCheckout as well" [1]. - while inspecting the code I found lot of duplicates. - so my idea i

Re: Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Mirko Friedenhagen
, Mar 18, 2015 at 4:38 PM, Jason van Zyl wrote: > Fixed, and I pushed another publish. Thanks! > > On Mar 18, 2015, at 11:29 AM, Mirko Friedenhagen > wrote: > >> Hello, >> >> a colleague of mine just noticed, that some links are broken: >> - on http://maven.ap

Maven site broken - no download or documentation link for 3.2.5 available

2015-03-18 Thread Mirko Friedenhagen
Hello, a colleague of mine just noticed, that some links are broken: - on http://maven.apache.org/index.html the links for Maven 3.2.5 point to the documentation of Maven 3.1.1 - on http://maven.apache.org/download.cgi 3.2.5 is not offered anymore. I am a friend of supporting only the newest and

Re: move maven core to java 7?

2015-03-05 Thread Mirko Friedenhagen
Hello there, I would go for JDK7 as well, in April it will be EOLed anyway. I do not understand why someone who is forced to use JDK6 or let alone JDK5 is allowed (or has) to use the newest versions of build tools BTW. IMO it is stressful enough to support two JDKs (on different at least 3 OSes).

Re: Archetype in git

2015-02-09 Thread Mirko Friedenhagen
I would go for a README.txt in the trunk, delete all branches and leave the tags alone as these are referenced in the POMs. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Mon,

Re: [VOTE] Release Apache Maven Checkstyle Plugin version 2.14 and Apache Maven Shared Resources version 2

2015-02-01 Thread Mirko Friedenhagen
+1, SHA1SUMs match, tested with some per projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Feb 1, 2015 at 5:00 PM, Dennis Lundberg wrote: > Hi, > > We solved 14+1

Re: [VOTE] Release Maven PMD Plugin version 3.4

2015-01-31 Thread Mirko Friedenhagen
+1 SHA1SUM matches, tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sat, Jan 31, 2015 at 8:05 PM, Michael Osipov wrote: > Hi, > > We solved 15 issue

Re: Remove M2_HOME setup from download page instructions

2015-01-28 Thread Mirko Friedenhagen
credibly useful to just change M2_HOME to simply switch Maven >> versions. >> >> >> > >> > +1, very useful but I guess it doesn't require the name M2_HOME. >> > >> > /Anders >> > >> >> >> >> manfred >>

Re: Remove M2_HOME setup from download page instructions

2015-01-26 Thread Mirko Friedenhagen
Dan, go ahead, I have not set this variable for years. Regards Mirko -- Sent from my mobile On Jan 27, 2015 5:52 AM, "Dan Tran" wrote: > Hi, > > Any objection to remove the need to setup M2_HOME env variable at maven > download page? > > > Thanks > > -Dan > > https://jira.codehaus.org/browse/

Re: [VOTE] Release Apache Maven Enforcer version 1.4

2015-01-25 Thread Mirko Friedenhagen
+1 SHA1SUM and tested with some projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Jan 25, 2015 at 12:29 AM, Jason van Zyl wrote: > +1 > > On Jan 24, 2015, at 5:25

Releasing enforcer-1.4

2015-01-24 Thread Mirko Friedenhagen
Hello everybody, right now 34 of 35 issues for enforcer-1.4 are resolved. The open issue[1] is a feature request for a new rule concerning distributionManagement in non-parent poms. As there seems no real consensus how to deal with this one, I would set the fixed version for MENFORCER-174 to vers

Re: Re: [DISCUSS] Move everything to 1.6, take 2 (was: Re: I can't make a release ...)

2014-12-25 Thread Mirko Friedenhagen
+1 for moving to at least 1.6 or even 1.7. While 1.8 would be the release with more interesting features, I think requiring this would be too early. Regards Mirko -- Sent from my mobile On Dec 25, 2014 1:12 PM, "Lennart Jörelid" wrote: > Quite true. > > :) > > But this opens another interesting

Re: Why is distributionManagement inside the pom?

2014-12-21 Thread Mirko Friedenhagen
Hello Benson, we work around the distributionManagement issue for our in-house projects by defining a property which is picked up from Maven settings.xml in our department parent pom. My question here: if you do not define distributionManagement (via a property) in a pom, all users of Maven would

Re: [VOTE] Release Maven 3.2.5

2014-12-14 Thread Mirko Friedenhagen
+1 tested with some pat projects. Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Sun, Dec 14, 2014 at 8:35 PM, Jason van Zyl wrote: > I'll post on another thread but I think

Re: [VOTE] Change project logo and adopt owl as mascot

2014-11-26 Thread Mirko Friedenhagen
+1 Regards Mirko -- http://illegalstateexception.blogspot.com/ https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) https://bitbucket.org/mfriedenhagen/ On Wed, Nov 26, 2014 at 8:23 PM, Anders Hammar wrote: > +1 > > /Anders > > On Tue, Nov 25, 2014 at 11:57 AM, Stephen Connolly <

  1   2   3   >