GitHub user andrewgaul opened a pull request:
https://github.com/apache/maven-surefire/pull/27
[SUREFIRE-1030] Remove nested exception wrappers
Java 1.5 dependency is sufficient to get Throwable.getCause.
You can merge this pull request into a Git repository by running:
$ git p
Hi all - if anyone is interested, I opened a jira ticket MSHADE-154 to
submit a patch to the shade plugin to be able to use an attached artifact as
input, similar to that of the assembly plugin. The patch adds a
configuration parameter "alternativeInputClassifier", which tells the plugin
to look f
John Dix wrote:
> Hello,
>
> I am wanting to determine how maven determines where parent poms are if
> the tag is not in the section of a pom. Can
> someone please point me to where in the source code I should set a
> breakpoint and start look for this?
A missing relativePath element and the f
Hello,
I am wanting to determine how maven determines where parent poms are if the
tag is not in the section of a pom. Can someone please
point me to where in the source code I should set a breakpoint and start look
for this?
Thanks!
John "Caolan" Dix
Programming Sr. SME, Digital Commerce
A
I use this, make-maven-files.sh to build a runtime-library.pom file, which
is a consolidation pom of all jars within the folder from which it is run.
#!/bin/bash
# All you need to do is:
# 1. Edit the values below.
# 2. Copy this script into the dir with the jars in it (no nested dirs)
# 3. Run m