Re: Can I create folder Dependency?

2013-09-04 Thread Chris Graham
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

maven 3.x and parent pom dependencies

2013-09-04 Thread John Dix
Hello, I am wanting to determine how maven determines where parent poms are if the relativePath tag is not in the parent 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,

Re: maven 3.x and parent pom dependencies

2013-09-04 Thread Jörg Schaible
John Dix wrote: Hello, I am wanting to determine how maven determines where parent poms are if the relativePath tag is not in the parent 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

maven shade patch

2013-09-04 Thread Richard Sand
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

maven-surefire pull request: [SUREFIRE-1030] Remove nested exception wrappe...

2013-09-04 Thread andrewgaul
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