According to http://maven.apache.org/guides/mini/guide-attached-tests.htmlthe
better way of reusing test dependencies is

      <dependency>
           <groupId>org.apache.openwebbeans</groupId>

>            <artifactId>openwebbeans-impl</artifactId>
>            <version>${project.version}</version>
>            <type>test-jar</type>
>        </dependency>


A short test indicates that the full reactor build works on my CI like
expected. Can you confirm this?




2009/11/4 Gurkan Erdogdu <[email protected]>

> Those missing packages come from
> "webbeans-impl/src/test/java/org/apache/webbeans/test/mock" packages.
> TCK-porting depends on it via pom element
>
>       <dependency>
>            <groupId>org.apache.openwebbeans</groupId>
>            <artifactId>openwebbeans-impl</artifactId>
>            <version>${project.version}</version>
>            <classifier>tests</classifier>
>        </dependency>
>
>
> I see no problem :)
>
> --Gurkan
>
> 2009/11/4 Sven Linstaedt <[email protected]>
>
> > Good morning,
> >
> > I just checked my CI that I use for continous provision of nightly OWB
> > builds, because it stopped working some days ago. It seems to TCK porting
> > module won't compile due to missing packages:
> >
> >
> http://www.kamalook.de:8080/hudson/job/OpenWebBeans/org.apache.openwebbeans$openwebbeans-porting/77/console
> >
> > A short build of the module itself compiles without any problems
> otherwise,
> > but as far as I see, there are not any tests fired.
> >
> >
> http://www.kamalook.de:8080/hudson/job/OpenWebBeans/org.apache.openwebbeans$openwebbeans-porting/76/console
> >
> > Can you reproduce the problem or is there any kind of documentation for
> the
> > chosen build configuration?
> >
> >
> > br, Sven
> >
>
>
>
> --
> Gurkan Erdogdu
> http://gurkanerdogdu.blogspot.com
>

Reply via email to