dev@maven.apache.org
> Subject: RE: unit test
>
> Thank u for quick response , i've another question i'll use jpa should i
> create a submodule for this?
> Thank u in advance
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/unit-tes
Thank u for quick response , i've another question i'll use jpa should i
create a submodule for this?
Thank u in advance
--
View this message in context:
http://maven.40175.n5.nabble.com/unit-test-tp4869331p4869564.html
Sent from the Maven Developers mailing list archive at Nabble.com.
Hi,
http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
Just create any missing folder if you need it.
-Robert
> Date: Tue, 4 Oct 2011 09:23:56 -0700
> From: amy...@live.fr
> To: dev@maven.apache.org
> Subject: unit test
>
> Hi community,
> Thi
Hi GreJ,
I believe that is correct. A mvn install must be done in order to make the
test jars available on the classpath to compile against for the inherited
tests. I agree that it is unfortunate that an install must be done in order
to run the tests.
Maven developers,
Should I submit a feature
Yup! That did the trick.
Thanks Jason!
Jim
On 3/21/07, Jim Bethancourt <[EMAIL PROTECTED]> wrote:
Cool! That looks exactly like what I need. I'll give it a go. ;-)
Thanks,
Jim
On 3/21/07, Jason van Zyl < [EMAIL PROTECTED]> wrote:
>
>
> On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt w
Cool! That looks exactly like what I need. I'll give it a go. ;-)
Thanks,
Jim
On 3/21/07, Jason van Zyl <[EMAIL PROTECTED]> wrote:
On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote:
> Hi all,
> I'm working on a multi-pom project and would like to inherit from
> classes in
> the tes
On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote:
Hi all,
I'm working on a multi-pom project and would like to inherit from
classes in
the test hierarchy across modules in the project, and I'm listing each
module as a dependency in the parent pom as well. I've done several
experime