Hi Erwin,
> I need to look in the assembly plugin how to do that.
Here is a start for you:
http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="
http://maven.apache.org/plugins/maven-assembly-plugin/ass
I need to look in the assembly plugin how to do that.
Thank you for your help.
On Thursday, August 09, 2012 10:40:16 AM Wayne Fay wrote:
> > with the maven-dependency-plugin I can copy the dependencies in some
> > output
> > directory. But how can I copy some dependencies to directory libs/ and
>
You could try this: configure m-surefire-p and replace the default,
ant-style include with a regex include (regex matching is done over classes
instead of java files).
Am 10.08.2012 19:55 schrieb "Billy Newman" :
> Agreed that is exactly what i am doing , but that will not actually run
> that suit
Agreed that is exactly what i am doing , but that will not actually run that
suite of unit tests against my code. It just pulls it in as a dependency.
Again is the link I provided the best way to pull in a test-jar and actually
run its tests against another artifact?
Thanks again!
Sent from m
Hi,
I want to use the markdown files I use for site generation under
`src/site/markdown` to also generate a pdf using doxia-book-maven-plugin.
I created an examplary `book.xml` under `src/books/book.xml`
http://maven.apache.org/BOOK/1.0.0"; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instan
Found this in the docs:
http://maven.apache.org/guides/mini/guide-attached-tests.html
HTH
Ansgar
Am 10.08.2012 18:36 schrieb "Billy Newman" :
> I have a test jar out there that test some main functionality of an api. I
> would like to run that suite of tests for all my impl artifacts.
>
> I ha
Rollback to 3.0.5.RELEASE
http://central.maven.org/maven2/org/springframework/spring-orm/3.0.5.RELEASE/
download the pom
mvn dependency:tree tree.lst
vi tree.lst
search for spring-core...note this is tagged as
org.springframework:spring-core:jar:3.0.5.RELEASE:compile
if the behaviour is any dif
Hi,
first i would suggest that you post your pom and the exact error
message...may be you could run mvn -X ...and create an Issue entry for
the rpm-maven-plugin and attach the pom and the logfile to it...
Kind regards
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (
I would be using a (good) dependency tree viewer to figure this out.
The one I prefer is the one in m2e, but there might be others. Maybe
dependency:tree could be used as well, but I'm unsure if it will
provide you with the info on where the "wrong" version is specified.
/Anders
On Fri, Aug 10, 2
Hi,
> I'm trying to build a project using Maven to package the latest spring
> 3.1.2.RELEASE jars into a war file. For some reason, it's pulling the
latest
> version for some of the spring modules, but not for all of them. For
> example, the 3.1.2.RELEASE spring-orm module is downloaded, but the
10 matches
Mail list logo