Re: Ability to run all tests in all modules, and fail if ANY test fails.

2016-08-03 Thread Kristian Rosenvold
-fae does not cut it ? 3. aug. 2016 00.45 skrev "Kevin Burton" : > I have a COMPLEX multi module build. > > Like 250 sub-modules. > > If I do a big refactor the build stops after testing say 20 modules, then I > have to fix the build again, then it might get through 5 more

Re: maven-jar-plugin out of heap space

2016-05-28 Thread Kristian Rosenvold
This issue has been fixed in plexus archiver, which has not been released yet. Kristian Hey, After i updated the maven-jar-plugin to version 3.0.0, i started to see these problems on my CI build: https://travis-ci.org/WonderCsabo/androidannotations/jobs/132201434#L2473 I can verify

Re: Import Submodule into Maven Project in IntelliJ

2016-03-19 Thread Kristian Rosenvold
Usually you can create a tiny aggregator pom.xml file that you locate in their parent directory and just add them as "modules" to this aggregator. Then you just open the aggregator pom in IntelliJ. Kristian 2016-03-17 19:50 GMT+01:00 Jason Franklin <j_...@fastmail.us>: >

Re: [VOTE] Retire Maven Application Skin, Maven Classic Skin, Maven Stylus Skin

2015-12-25 Thread Kristian Rosenvold
+1 24. des. 2015 23.34 skrev "Michael Osipov" <1983-01...@gmx.net>: > Hi, > > as previously suggested, it makes sense to retire those skins because > they haven't been updated for a long time and we don't have the resources > to maintain them properly [1]. > > Last releases: > Maven Application

Re: surefire failure JDK 8

2015-07-25 Thread Kristian Rosenvold
argLine tag should not be nested within systemPropertyVariables tag K 25. jul. 2015 12.20 skrev cogmission (David Ray) cognitionmiss...@gmail.com: Hi Quentin, Thank you for your response, unfortunately my attempt to do what you said, failed. Did I do something wrong? I added the following

Re: Surefire port in use error

2015-07-08 Thread Kristian Rosenvold
Reboot retry. K 9. jul. 2015 3.16 a.m. skrev Benson Margulies bimargul...@gmail.com: Port 5005 is NOT in use, but I get the following. What's up? SUREFIRE-859: FATAL ERROR in native method: JDWP No transports initialized, jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) ERROR: transport error

[ANN] Apache Maven Assembly Plugin 2.5.5 Released

2015-06-05 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.5 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: [ANN] Apache Maven 3.3.3 Release

2015-05-11 Thread Kristian Rosenvold
Nobody notices if we skip version numbers Kristian 2015-05-11 9:58 GMT+02:00 James Green james.mk.gr...@gmail.com: Pure curiosity: what happened to 3.3.2? On 28 April 2015 at 18:57, Jason van Zyl ja...@takari.io wrote: Hi! The Apache Maven Team is pleased to announce the release

[ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.4 The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
they are merged back into a single well formed zip file. This is totally zero-config and cannot be disabled :) Any users of plexus-archiver can get this feature by simply upgrading to version 2.10 (and plexus-io 2.5). This includes war and jar plugin too. Kristian 2015-04-27 20:45 GMT+02:00 Michael Osipov

RE: [ANN] Apache Maven Assembly Plugin 2.5.4 Released

2015-04-27 Thread Kristian Rosenvold
Yep. Real soon. This was the last planned jdk5 release of assembly. Kristian 27. apr. 2015 21.09 skrev cody.a.fy...@wellsfargo.com: Is the same change going to be made to the plexus-archiver 3.x branch? Cody Fyler Lending Grid Build Team G=Lending Grid Builds (515) – 441 - 0814

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
Markus by requiring more docs or arguments :) Kristian 2015-03-17 8:39 GMT+01:00 Kristian Rosenvold kristian.rosenv...@gmail.com: I'm not kidding about anything. I reopened the issue. If you make a patch that applies encoding to zip files I can review that. Kristian 2015-03-17 8:27 GMT+01

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
I'm not kidding about anything. I reopened the issue. If you make a patch that applies encoding to zip files I can review that. Kristian 2015-03-17 8:27 GMT+01:00 Markus Karg k...@quipsy.de: Kristian, you're kidding, don't you? ;-) what you propose does not work. We are an ISV providing

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
is crystal clear on UTF-8 only, which means we'd be breaking something that is not broken. Kristian 2015-03-17 6:39 GMT+01:00 Baptiste Mathus bmat...@batmat.net: And this is actually not even always true, CP1252 is also often used on Windows (in France for example). Encoding is actually

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-17 Thread Kristian Rosenvold
a separate one called unarchiverConfig. The same would apply for dependency plugin, since we'd definitely want this to be done in the same manner. Kristian 2015-03-17 9:49 GMT+01:00 Markus Karg k...@quipsy.de: Great, thanks a lot! :-) But let's negotiate one thing upfront: If we provide code

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
more headroom, and such a patch might be applied. I am not sure which issue you are referring to, I know there is one for assembly-plugin (http://jira.codehaus.org/browse/MASSEMBLY-748) since the encoding feature should be fixed to work for unpack too. Kristian 2015-03-16 15:04 GMT+01:00 Markus

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
). Kristian 2015-03-16 13:05 GMT+01:00 Adrien Rivard adrien.riv...@gmail.com: If I'm reading the documentation correctly, archiverConfigencoding only apply to filter resources, not to zip them. In any case I would try using utf-8. On Mon, Mar 16, 2015 at 12:34 PM, Kristian Rosenvold

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
I dont believe there is support for specifying encoding to unzip. At least assembly only provides config to zip. Call it a bug, call it a feature :( Kristian 2015-03-16 12:12 GMT+01:00 Markus Karg k...@quipsy.de: To preserve German umlauts in file names within a ZIP, we are using

Re: How to configure maven-dependency-plugin's encoding used for unpack?

2015-03-16 Thread Kristian Rosenvold
I don't really see that the dependency plugin has any support for encoding in pack or unpack. Where did you see that ? Kristian 2015-03-16 15:04 GMT+01:00 Markus Karg k...@quipsy.de: Kristian, can you please reopen the item then? I mean, it simply is not fixed, because UTF-8 ZIPs

[ANN] Apache Maven Assembly Plugin 2.5.3 Released

2014-12-19 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.3. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

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

2014-12-04 Thread Kristian Rosenvold
, Kristian Rosenvold (pmc), Karl Heinz Marbaise (pmc), Tony Jewell, Emilio Lopez, Hilton Wichwski Silva, Daniel Kulp (pmc), Anders Hammar (committer), Mirko Friedenhagen (committer), Olivier Lamy (pmc), Stephane Nicoll (pmc), David Hoffer, Dennis Lundberg (pmc), Baptiste Mathus, Hervé Boutemy (pmc

[ANN] Apache Maven Assembly Plugin 2.5.2 Released

2014-11-26 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.2. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: Enforcing annotations

2014-11-25 Thread Kristian Rosenvold
is here: https://github.com/krosenvold/spring-context-analyzer.git Kristian p.s. a number of people have reported this tool as saving their bacon 2014-11-25 9:39 GMT+01:00 Alexander Kriegisch alexan...@kriegisch.name: FYI, Maven users: I have just added an answer [1] to the StackOverflow

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

2014-11-25 Thread Kristian Rosenvold
+1 for the shotgun owl ! K 2014-11-25 13:28 GMT+01:00 Mark Struberg strub...@yahoo.de: +1 really like the new logo (or better any of those owls). LieGrue, strub On Tuesday, 25 November 2014, 12:02, Arnaud Héritier aherit...@gmail.com wrote: +1 thx On Tue, Nov 25, 2014 at

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to v

2014-11-20 Thread Kristian Rosenvold
Might be careful with the name; http://corpo.couche-tard.com/en/ But shotgun owl will probably stick :) I like it a lot :) K 2014-11-20 11:49 GMT+01:00 Stephen Connolly stephen.alan.conno...@gmail.com: The closest thing to a mascot that we have is

Re: [DISCUSS] Adopt Mr Couché-Tard as our mascot, change the logo font to Alte Haas Grotesk, change the colour letter to v

2014-11-20 Thread Kristian Rosenvold
Additionally; http://www.urbandictionary.com/define.php?term=Tard Kristian 2014-11-20 13:05 GMT+01:00 Kristian Rosenvold kristian.rosenv...@gmail.com: Might be careful with the name; http://corpo.couche-tard.com/en/ But shotgun owl will probably stick :) I like it a lot :) K 2014-11

[ANN] Maven Repository Builder 1.0 Released

2014-11-15 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Repository Builder shared library, version 1.0 This library is used primarily to assemble Maven repository directory structures based on the dependencies of a project or set of projects, and provides the implementation for the

[ANN] Apache Maven Assembly Plugin 2.5.1 Released

2014-11-08 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the Apache Maven Assembly Plugin, version 2.5.1. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into a single

Re: maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Kristian Rosenvold
Yeah; i've sen that in the code and been puzzled by that line; I think I even wrote a TODO about it since it was obviously incorrect. Did this actually work without filtering enabled at some point ? Kristian 2014-11-06 22:41 GMT+01:00 Tony Jewell tony.jew...@cregganna.com: Hi, Have raised

Re: maven-assembly-plugin:2.5 ignores lineEnding=unix if file is not filtered

2014-11-06 Thread Kristian Rosenvold
. There's about 30 more bugs in jira that should be fixed :) Kristian 2014-11-07 8:37 GMT+01:00 Tony Jewell tony.jew...@cregganna.com: Yep, Run with 2.4.1 and it sets the line ending to Unix for both files. Filtered and unfiltered. I have used this extensively in past projects to enforce line

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-29 Thread Kristian Rosenvold
on this fix before I stage 2.5.1 for relase. Kristian 2014-10-28 22:03 GMT+01:00 Kristian Rosenvold krosenv...@apache.org: Unfortunately filtering into tar/zip is broken (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of filtering/line endings must use a previous version or wait

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-28 Thread Kristian Rosenvold
Unfortunately filtering into tar/zip is broken (http://jira.codehaus.org/browse/MASSEMBLY-722), and users of filtering/line endings must use a previous version or wait for 2.5.1, which will be released fairly soon. Kristian 2014-10-27 5:50 GMT+01:00 Kristian Rosenvold kristian.rosenv

Re: [ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-27 Thread Kristian Rosenvold
Do you have the stacktrace for this ? (run with mvn -e) You'll probably need to file an issue for this at http://jira.codehaus.org/browse/MASSEMBLY, preferably with a small sample project enclosed. A stacktrace is probably the most important starting point to find the problem though. Kristian

[ANN] Apache Maven Assembly Plugin 2.5 Released

2014-10-26 Thread Kristian Rosenvold
The Apache Maven team is pleased to announce the release of the long-awaited Apache Maven Assembly Plugin, version 2.5. The Assembly Plugin for Maven is primarily intended to allow users to aggregate the project output along with its dependencies, modules, site documentation, and other files into

Re: Maven occasionally hangs within Surefire

2014-10-22 Thread Kristian Rosenvold
It would be equally interesting to see the jstack of the *other* java process at the same time, since these two processes communicate with each other. It looks like the booted process is waiting for something from the main java launcher... Kristian 2014-10-22 22:43 GMT+02:00 Whitney Sorenson

Re: Request for functionality in maven-assembly-plugin - ignoreProjectBuildFilters

2014-10-21 Thread Kristian Rosenvold
I was planning to release yesterday, but then repository.apache.org got a full disk. ETA is thursday, so the release should be consumable for end users sometime next week unless we run into troubles. It's a big release so there's a fair chance of trouble :) Kristian 2014-10-21 16:56 GMT+02:00

Important Notice for all users of the parallel build feature

2014-10-18 Thread Kristian Rosenvold
plugins are affected ? It's almost easier to tell which is /not/ affected. See the relates link on https://jira.codehaus.org/browse/PLXCOMP-258 to see which plugins/tools are affected. Kristian - To unsubscribe, e-mail: users

Re: Important Notice for all users of the parallel build feature

2014-10-18 Thread Kristian Rosenvold
As can be seen from https://jira.codehaus.org/browse/PLXCOMP-258, all the related issues are marked as fixed, which means the fix will be part of the next release of all the components in question. Given the number of components involved, this will take a bit of time.. Kristian 2014-10-18 20:42

Re: Important Notice for all users of the parallel build feature

2014-10-18 Thread Kristian Rosenvold
by dropping the jar in lib/ext. 2.x is not affected. Kristian 2014-10-18 20:22 GMT+02:00 Kristian Rosenvold kristian.rosenv...@gmail.com: Thanks to an excellent testcase provided by a JIRA user, a significant source of thread safety bugs has been located and fixed. The problem has an extensive reach

Re: Why do running modules in parallel take longer to execute than running them in sequence?

2014-10-09 Thread Kristian Rosenvold
resource efficient (Probably 10x faster than the alternatives) B) Multiple surefire forks (Can be resource heavy too !) C) -T n option, which can amplify other settings n-fold. Kristian 2014-10-08 21:11 GMT+02:00 laredotornado-3 laredotorn...@gmail.com: Hi, Karl, to answer your question, I

Re: Why do running modules in parallel take longer to execute than running them in sequence?

2014-10-09 Thread Kristian Rosenvold
I suggest you set forkCount to 1 on surefire/failsafe, which will run all the tests in separate VMs and *also* actually make the argLine command work. Currently, you are not using 4GB for your tests. Kristian 2014-10-09 16:51 GMT+02:00 laredotornado-3 laredotorn...@gmail.com: I suspect you're

Re: maven 3.1.1 crashes on GC overhead limit exceeded with millions of org.eclipse.aether.graph.DefaultDependencyNode

2014-08-27 Thread Kristian Rosenvold
Did you try increasing memory for maven through MAVEN_OPTS, maybe something like -Xmx1024m or more ? Kristian 2014-08-27 10:37 GMT+02:00 Juven Xu juvens...@gmail.com: yes I can confirm the mirror is ok. I've built many projects with the same mirror, but only this project crashes

Re: Curiosities with Surefire 2.19

2014-06-20 Thread Kristian Rosenvold
1. This is by choice to avoid mixing results from different classes, so no. 2. Does toggeling http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#redirectTestOutputToFile do the trick ? Kristian 2014-06-20 13:35 GMT+02:00 Benson Margulies bimargul...@gmail.com: I've enabled

Re: Finer control of surefire method parallelism?

2014-06-20 Thread Kristian Rosenvold
I would add a static threadlocal buffer to the PrintStream you're installing :) Kristian 2014-06-20 13:56 GMT+02:00 Benson Margulies bimargul...@gmail.com: I've got some tests that are validating the usage messages of main methods. To do this, they go and call System.setOut. Running two

Re: Curiosities with Surefire 2.19

2014-06-20 Thread Kristian Rosenvold
Once you switched to parallel you probably switched surefire provider to the junit47 provider. There might be some subtle differences in how those two providers capture console output; maybe the newer provider is better (or worse...) Kristian 2014-06-20 16:23 GMT+02:00 Benson Margulies bimargul

Re: Concurrent maven processes using the same repository failing when new snapshot version downloaded

2014-06-10 Thread Kristian Rosenvold
This is a known problem (old one), which might actaully be getting a fix soon. In the meantime, checkout http://blog.sonatype.com/2009/01/maven-continuous-integration-best-practices/ Kristian 2014-06-11 2:27 GMT+02:00 Ben Podgursky bpodgur...@gmail.com: Hi all, I'm running into a problem

Re: Use native tar to unpack? good/bad idea?

2014-06-02 Thread Kristian Rosenvold
is at least maintained; which is a Good Thing ;) Kristian 2014-06-03 6:20 GMT+02:00 Dan Tran dant...@gmail.com: Looks like it is worth a try to get maven-dependency-plugin having an option to use native tar during unpack. Thanks Jason -Dan On Mon, Jun 2, 2014 at 6:32 PM, Jason van Zyl ja

Re: maven-invoker-plugin: running ITs in parallel?

2014-05-20 Thread Kristian Rosenvold
should be trivial, but it needs to be solved in the core. Kristian 2014-05-20 9:13 GMT+02:00 Baptiste Mathus m...@batmat.net: Hi all, *TL;DR: does anyone use the parallelThreads option in maven-invoker-plugin? Do you also have issues with concurrent local repository access? If so, how do you

Re: dependency plugin fails with 9 threads

2014-05-01 Thread Kristian Rosenvold
-a-plugins-dependency-in-mavenif you're unfamiliar about how to do this. this might work, but might also bug out due to some incompatibility between 1.0 and 1.4 of doxia, I did not try. Please file an issue under http://jira.codehaus.org/browse/MDEP Kristian 2014-05-01 16:00 GMT+02:00 Anthony

Re: dependency plugin fails with 9 threads

2014-05-01 Thread Kristian Rosenvold
I fixed the problem on trunk in dependency plugin. You should be able to modify the deps in your current version to work around this, but you need to mimic what I did in the actual fix: http://svn.apache.org/viewvc?view=revisionrevision=1591759 Kristian 2014-05-01 21:25 GMT+02:00 Kristian

Re: Maven sure fire plugin npe problem.

2014-04-24 Thread Kristian Rosenvold
a good thing (tm). Kristian 2014-04-24 21:57 GMT+02:00 Tim Wu T tim.t...@ericsson.com: Hi everyone, I am not sure if some of you met this problem before, we have some smoke test in Jenkins sever, which will run some test case through maven sure fire plugin, version is 2.17

Re: pluginArtifactMap.get( org.apache.maven.surefire:surefire-booter );

2014-03-30 Thread Kristian Rosenvold
The booter is used inside the forked process to start the fork. Kristian 2014-03-31 4:03 GMT+02:00 Martin Gainty mgai...@hotmail.com: in maven-surefire-plugin I am trying to determine the reason for this loc in SurefirePlugin.java pluginArtifactMap.get

Re: New logo?

2014-01-14 Thread Kristian Rosenvold
How about just using all of this + textual ideas as input for an external logo competiton ? Kristian 2014/1/14 Stephen Connolly stephen.alan.conno...@gmail.com We are Apache Maven so there is always going to be that temptation to abuse the Apache link... I would like to hear more about

Re: New logo?

2014-01-10 Thread Kristian Rosenvold
-toys_playworld_corp.jpg I suppose it's because it's a goods train (not a passenger train), and the individual carriages contain my jar files... Kristian 2014/1/10 Lyons, Roy roy.ly...@cmegroup.com HAH. I like that. It makes me think of the kids toy where you put shapes into holes. http

Re: New logo?

2014-01-09 Thread Kristian Rosenvold
process, stopping at individual stages to get work done. I would almost be willing to think of a waterfall (Uh-oh...) So it would appear to me that I'm not thinking of an animal at all ! Kristian 2014/1/9 Mark H. Wood mw...@iupui.edu On Thu, Jan 09, 2014 at 09:32:54AM -0600, Curtis

Re: Upgrade to 3.1.1 causes problems

2013-12-09 Thread Kristian Rosenvold
; if someone wants to do a side-by side walkthrough (maybe comparing with http://www.docjar.com/html/api/java/lang/ClassLoader.java.html), it should be fairly easy to track. Concurrency/synchronization is the thing to check here. Kristian 2013/12/6 Anders Hammar and...@hammar.net Maybe we should

Re: Upgrade to 3.1.1 causes problems

2013-12-06 Thread Kristian Rosenvold
be fixable. Kristian 2013/12/5 Collins Solutions collins-soluti...@austin.rr.com I have made the replacement that you have suggested. I have ran through several builds with maven 3.1.1 and have not seen the error come back. I will continue to monitor this. On 12/05/2013 12:17 PM, Stuart

Re: Build error java.lang.IllegalArgumentException: Negative time, at java.io.File.setLastModified(File.java:1344)

2013-10-04 Thread Kristian Rosenvold
Or alternately, there are cracks in the time-space continuum which is causing this. http://tardis.wikia.com/wiki/Time_Field Kristian (Who is planning to do plexus patches this weekend - hint hint) 2013/10/4 Stuart McCulloch mccu...@gmail.com: Some related reports from 2011: https

Re: Problem with encrypt-password if password contains

2013-09-26 Thread Kristian Rosenvold
I would consider changing the password Den 26. sep. 2013 17:39 skrev djeanprost dominique.jean-pr...@sofaxis.com følgende: The solution I found is to write a groovy script : import org.sonatype.plexus.components.cipher.DefaultPlexusCipher @Grab(group='org.sonatype.plexus',

Welcome Tibor Digana as a Maven Committer !

2013-09-26 Thread Kristian Rosenvold
Somewhat delayed I'd like to welcome Tibor Digana as our latest committer! Tibor has been doing extensive work on improving the parallel running capabilities of surefire, and I look forward to seeing more good stuff from him ! Welcome ! Kristian

Re: agency theory and software development

2013-08-15 Thread Kristian Rosenvold
of human and animal rights when such a species actually has the entire compendium of human history, knowledge and the universe? Think Data from Star Trek. Given the recent activity on our vote threads, I fear this has already happened. Kristian

Preventing Maven from downloading certain versions from external repositories

2013-07-25 Thread Kristian Freed
. Is there a way to configure Maven never to look for specific versions outside the local .m2 cache to avoid this slowdown? Regards, Kristian

Re: Preventing Maven from downloading certain versions from external repositories

2013-07-25 Thread Kristian Freed
Unfortunately we also have other internal libraries on SNAPSHOT versions that do need to be retrieved from the repository, so going offline completely is not an option. Kristian On Thu, Jul 25, 2013 at 2:12 PM, Andreas Dolk andreas.dolk.mo...@googlemail.com wrote: Sure. Build in offline mode

Installing/deploying effective rather than original POM

2013-07-22 Thread Kristian Freed
, Kristian

Re: [VOTE] Retire maven-idea-plugin

2013-07-20 Thread Kristian Rosenvold
+1 Den 20. juli 2013 04:29 skrev Olivier Lamy ol...@apache.org følgende: +1 2013/7/20 Dennis Lundberg denn...@apache.org: Hi It has been almost five years since I made the last release of maven-idea-plugin. The features in IDEA to integrate Maven has been greatly improved since

Re: ArrayIndexOutOfBoundsException

2013-05-28 Thread Kristian Rosenvold
It would appear you have a broken XML processing instruction somewhere, the kind that looks like this; ?xml version=1.0 encoding=UTF-8 ? Kristian 2013/5/28 Jason Ferguson fergusonja...@gmail.com: I am trying to troubleshoot a Hudson build that seems to be directly related to Maven itself

[ANN] Maven Shade Plugin 2.1 Released

2013-05-25 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Shade Plugin, version 2.1 Repackages the project classes together with their dependencies into a single uber-jar, optionally renaming classes or removing unused classes. http://maven.apache.org/plugins/maven-shade-plugin/ You should

Re: Can Maven recover from OutOfMemoryErrors during JUnit test runs?

2013-05-03 Thread Kristian Rosenvold
-XX:MaxPermSize=256m/argLine Kristian 2013/5/3 laredotornado-3 laredotorn...@gmail.com Hi, I'm using Maven 3.0.3. Is it possible to configure Maven or the Surefire plugin to recover from OutOfMemoryErrors? I notice with my JUnit tests, if one test from file A fails with an OutOfMemoryError, all

Re: Can Maven recover from OutOfMemoryErrors during JUnit test runs?

2013-05-03 Thread Kristian Rosenvold
to indicate you're going to have memory issues if doing hot redeployment etc, probably nothing significant on a production server with conservative redeployment routines. Kristian 2013/5/3 laredotornado-3 laredotorn...@gmail.com Thanks for the replies. Andreas, I added the reuseForks option

Maven deploy plugin

2013-05-01 Thread Kristian Lind
Hi, when using the maven deploy plugin, can I change the name of the file being uploaded to Nexus. ?? Like the maven-ear-plugin has the finalName. Now the file just gets the name artifactId

Re: Copy files for each test using surefire plugin

2013-04-13 Thread Kristian Rosenvold
I think you should use a @Before or a @BeforeClass method in your tests to do this. Kristian 2013/4/12 PAN QIANHONG panqianh...@hotmail.com: Hi, I am new to Maven, I am working on converting the unit tests from Ant build to Maven build. I have a basic question for surefire plugin

[ANN] Maven Shared Utils 0.4 Released

2013-04-11 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of maven-shared-utils, version 0.4 This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}plexus-utils}} in Maven. It is not a 100% API compatible replacement though but a replacement with improvements:

[ANN] Maven surefire Plugin 2.14.1 Released

2013-04-11 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.14.1 This version contains mostly minor bugfixes. This is the last version that will include any java 1.3 1.4 support. Future versions will be 1.5+ only. You should specify the version in your project's

Re: maven-compiler-plugin, fork, and Windows classpath length

2013-04-09 Thread Kristian Rosenvold
I think we solved all of that with the CLASSPATH env var in surefire; I believe it pushes the limit to 64K. 64K must be enough for everyone :) Kristian 2013/4/9 Olivier Lamy ol...@apache.org: uhm maybe with setting env var CLASSPATH (I think surefire do that) BTW add a jira entry (note: I

Re: 'Running a Single Test' feature does not work as expected (for testng provider)

2013-04-07 Thread Kristian Rosenvold
Please file an issue at https://jira.codehaus.org/browse/SUREFIRE and attach your test project and fix there. Kristian 2013/4/7 Alex Chen pdc...@gmail.com: Feature link http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html Issue description: Method with @AfterTest

Re: Fwd: Surefire Javadocs URL

2013-03-15 Thread Kristian Rosenvold
Actually my release pc had a watercooling breakdown so it's fairly offline. This also coincides with me skiing a marathon, so you might consider it not being at the top of my list of priorities on this side of the weekend. Kristian 2013/3/14 Baptiste MATHUS m...@batmat.net: You already had

[ANN] Maven Surefire Plugin 2.14 Released

2013-03-11 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.14 Please note the introduction of the forkCount parameter and check the docs for this; a few of the settings relating to parallel forks have changed slightly:

Re: Surefire Javadocs URL

2013-03-11 Thread Kristian Rosenvold
They dont seem to be published on the site. I'll see if I can add it to the site and get it out there; but it might be a few days. Use the source code in the mean time. Kristian 2013/3/11 Grzegorz Słowikowski gslowikow...@gmail.com: Hi I'm looking for surefire-api javadocs url. Found http

[ANN] Maven Shared Utils 0.3 Released

2013-03-08 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of maven-shared-utils, version 0.3 This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}plexus-utils}} in Maven. It is not a 100% API compatible replacement though but a replacement with improvements:

Re: Surefire 2.13: minor test failure summary problem

2013-01-28 Thread Kristian Rosenvold
this out and will check it out before 2.14 is released. Example tests should have test classes attached to jiras ;) (Usually a few lines of test code demonstrating the problem will do) Kristian 2013/1/27 Laird Nelson ljnel...@gmail.com Hi; hope this is the right place to start investigating

Please changed behaviour of maven-war-plugin and maven-assembly-plugin

2013-01-09 Thread Kristian Rosenvold
to true. It may also be a good idea to set recompressZippedFiles to true in a release profile. Kristian - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: Please note changed behaviour of maven-war-plugin and maven-assembly-plugin

2013-01-09 Thread Kristian Rosenvold
The original message reads a whole lot better the subject is changed to please note. The original message was informational, it describes a change that has already been made. Kristian - To unsubscribe, e-mail: users-unsubscr

Re: building from latest trunk

2013-01-08 Thread Kristian Rosenvold
! Kristian 2013/1/8 Thomas Broyer t.bro...@gmail.com: On Tue, Jan 8, 2013 at 12:16 PM, Stadelmann Josef josef.stadelm...@axa-winterthur.ch wrote: Thomas I take TortoiseGit on Windows Vista to clone from maven-3/trunk/ but it seams that none of the git supported protocols are supported

[ANN] Maven Surefire Plugin 2.13 Released

2012-12-27 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.13 This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

[ANN] Maven Verifier 1.4 Released

2012-12-21 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Verifier, version 1.4 This is a shared library for use in testing various Maven components. It allows the user to execute Maven builds as part of the testing process, with methods supporting test preparation and assertion of results.

[ANN] Maven Shared Utils 0.2 Released

2012-12-20 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of maven-shared-utils, version 0.2 This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}plexus-utils}} in Maven. It is not a 100% API compatible replacement though but a replacement with improvements:

Re: Surefire 2.13 close to release, last chance to give feedback !

2012-12-13 Thread Kristian Rosenvold
Thanks for testing ! No need for an issue this time, I will fix real soon. Kristian 2012/12/13 Mirko Friedenhagen mfriedenha...@gmail.com: Hello Kristian, I tried 2.13-SNAPSHOT and the stacktraces are not indented anymore and the at is missing. Netbeans (7.3 Beta 2) does not recognize

Surefire 2.13 close to release, last chance to give feedback !

2012-12-11 Thread Kristian Rosenvold
this version a spin, this is effectively the last chance for feedback before we stage the 2.13 release. If you do test it, make sure you break some tests to check the new output ;) Feedback/problems here or at https://jira.codehaus.org/browse/SUREFIRE Kristian

Re: Why would a surefire failure terminate/fail one module in a multimodule build and not another

2012-11-29 Thread Kristian Rosenvold
You might give 2.13-SNAPSHOT a spin since the termination logic was improved and a few minor bugs were fixed. Kristian module module-b had a test error, failed the module and moved on to the next module module-c built normally I have artifacts for A and C but not B. I see nothing

Re: parallel builds and failing for non @threadsafe mojos

2012-11-15 Thread Kristian Rosenvold
No 2012/11/15 Nord, James jn...@nds.com: Hi all, Is there any way to get Maven to abort the build (rather than spit out a warning) if a parallel build is requested but a non threadsafe mojo is encountered? /James

[ANN] Maven Plugin Plugin 3.2 Released

2012-11-13 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Plugin Plugin, version 3.2. The Maven Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate report files for the Mojos as well as for

[ANN] Maven Shared Utils 0.1 Released

2012-11-02 Thread Kristian Rosenvold
The Maven team is pleased to announce the initial release of maven-shared-utils, version 0.1 This project aims to be a functional replacement for {{{http://plexus.codehaus.org/plexus-utils}plexus-utils}} in Maven. It is not a 100% API compatible replacement though but a replacement with

[ANN] Maven Maven Project Info Reports Plugin 2.6 Released

2012-10-29 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Project Info Reports Plugin, version 2.6 This version fixed an annoying bug in the 2.5.x range, where the plugin was actually downloading a noticeable part of the internet. It also adds image/gravatar.com avatar support to the team

(semi-OT) using maven for django,rails, ...?

2012-10-22 Thread Kristian Rink
which possibly is not what I want. Thoughts, anyone? TIA and all the best, Kristian - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

(semi-OT) using maven for django,rails, ...?

2012-10-22 Thread Kristian Rink
which possibly is not what I want. Thoughts, anyone? TIA and all the best, Kristian - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] Maven Surefire Plugin 2.12.4 Released

2012-09-28 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.12.4. This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

[ANN] Maven Plugin Testing 1.3/2.1 Released

2012-09-28 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Plugin Testing, version 1.3 and 2.1 This release is Java7 compatible and updates all the dependencies of plugin-testing, especially easymock to version 2.5.2. Projects wishing to upgrade to this version will need to update their own

Re: Improving project build time

2012-09-17 Thread Kristian Rosenvold
with, but the payoff is larger with the parallel flag. You only need to watch out for singleton stutt (tcp ports, files) when trying to run parallel. Kristian 2012/9/17 Hanmay Udgiri hanmayya.udg...@gmail.com: Hi All, We are Maven for building and deploying our projects. The total time taken

[ANN] Maven Surefire Plugin 2.12.3 Released

2012-08-28 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.12.3. This release includes the maven-surefire-plugin, which executes the unit tests of an application, the maven-surefire-report-plugin, which parses surefire/failsafe test results and renders them to DOXIA

[ANN] Maven Surefire Plugin 2.12.2 (And 2.12.1) Released

2012-08-11 Thread Kristian Rosenvold
The Maven team is pleased to announce the release of the Maven Surefire Plugin, version 2.12.2. The release announcement for 2.12.1 seems to have bounced, so it is included in this mail too. This release includes the maven-surefire-plugin, which executes the unit tests of an application, the

  1   2   3   4   >