This is the usual Axiom behavior. It needs to be built with tests at least
once. I guess it is fine to leave it as it is because we are supposed to
build the platform tests.

Thanks,
Thilina

On Mon, Jul 9, 2012 at 4:22 PM, Shelan Perera <[email protected]> wrote:

> I am in the process of getting Axiom 1.2.11 into dependencies. But it
> needs to be built with tests , Because test framework depends on the
> following artifact. As a workaround I can get the dependency from
> repository but that might cause problems  in future if more changes are
> introduced to Axiom branch (So test will include hosted dependency and not
> the modified one).
>
> Following is the dependencies which gets built in test phase.
>
> <dependency>
>             <groupId>${project.groupId}</groupId>
>             <artifactId>axiom-api</artifactId>
>             <classifier>tests</classifier>
>             <version>${project.version}</version>
>             <scope>test</scope>
>         </dependency>
>         <dependency>
>             <groupId>${project.groupId}</groupId>
>             <artifactId>axiom-impl</artifactId>
>             <classifier>tests</classifier>
>             <version>${project.version}</version>
>             <scope>test</scope>
>         </dependency>
>         <dependency>
>             <groupId>${project.groupId}</groupId>
>             <artifactId>axiom-dom</artifactId>
>             <classifier>tests</classifier>
>             <version>${project.version}</version>
>             <scope>test</scope>
>         </dependency>
>
> What is the best way to proceed?
>
> Thank you.
>
>
>
> --
> *Shelan Perera*
>
> Software Engineer
> **
> *WSO2, Inc. : wso2.com*
> lean.enterprise.middleware.
>
> *Home Page*  :    shelan.org
> *Blog*             : blog.shelan.org
> *Linked-i*n      :http://www.linkedin.com/pub/shelan-perera/a/194/465
> *Twitter*         :https://twitter.com/#!/shelan
>
> *Mobile*          : +94 772 604 402
>
>
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Thilina Buddhika
Associate Technical Lead
WSO2 Inc. ; http://wso2.com
lean . enterprise . middleware

phone : +94 77 44 88 727
blog : http://blog.thilinamb.com
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to