then that should be a test scoped dependency (at least of type pom if
you don't want to add the jar onto your test classpath)

relying on the default ordering of peers is not the best way to solve
this kind of issue.

On 6 February 2012 13:09,  <[email protected]> wrote:
> Revision 15893 Author tchemit Date 2012-02-06 07:09:46 -0600 (Mon, 06 Feb
> 2012)
>
> Log Message
>
> change module order (there is an it in plugin module that requires
> jnlp-servlet module)
>
> Modified Paths
>
> trunk/mojo/webstart/pom.xml
>
> Diff
>
> Modified: trunk/mojo/webstart/pom.xml (15892 => 15893)
>
> --- trunk/mojo/webstart/pom.xml       2012-02-06 09:30:39 UTC (rev 15892)
> +++ trunk/mojo/webstart/pom.xml       2012-02-06 13:09:46 UTC (rev 15893)
> @@ -88,8 +88,8 @@
>
>    <modules>
>      <module>webstart-pack200-api</module>
> +    <module>webstart-jnlp-servlet</module>
>      <module>webstart-maven-plugin</module>
> -    <module>webstart-jnlp-servlet</module>
>    </modules>
>
>    <properties>
>
> ________________________________
>
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to