I think it the thirdparty/pom.xml that has this section:
<execution>
<id>build-thirparty-testsuite</id>
<goals>
<goal>build-thirdparty</goal>
</goals>
<configuration>
<outputDirectory>${basedir}</outputDirectory>
<librariesEnt>${basedir}/testsuite-libraries.ent</librariesEnt>
<aliasesEnt>${basedir}/../tools/etc/buildmagic/aliases.ent</aliasesEnt>
<includedScopes>
<scope>test</scope>
</includedScopes>
<copySources>true</copySources>
</configuration>
</execution>
It takes the dependencies defined with 'test' scope plus the builmagic/aliases.ent
to
generate testsuite-libraries.ent
Copying PaulG.
Scott Stark wrote:
It looks like to me that the only thing in here are paths defined in
the
tools/etc/buildmagic/aliases.ent file.
Thomas Diesler wrote:
> Folks,
>
> how do I add jars to the generated testsuite-libraries.ent ?
>
> -thomas
> _______________________________________________
> jboss-development mailing list
> jboss-development(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/jboss-development
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development