You could offer a patch to the jetty plugin to clean up the string for
itself.


On Tue, Nov 6, 2012 at 2:53 AM, Rice Yeh <rice...@gmail.com> wrote:

> Hi,
>   I have a need to pass a long string to the extraClasspath in jetty
> plugin. The content of the string is changed often and I like to format it
> for human readability as shown in the following section. However, it causes
> problem in jetty's classpath setting. Any way to get around this problem?
>
> <extraClasspath><![CDATA[
> target/classes;
> target/test-classes;
> ../xs-authentication-personnel/target/classes;
> ../xs-workspace/target/classes;
> ../xs-personnel-web/target/classes;
> ../xs-personnel.web/target/test-classes;
> ../xs-personnel-calendar/target/classes;
> ../xs-personnel-calendar/target/test-classes;
> ../xs-personnel-attendance/target/classes;
> ../xs-personnel-attendance/target/test-classes;
> ../xs-bp-web/target/classes;
> ../xs-bp-web/target/test-classes;
> ../xs-bp-personnel/target/classes;
> ../xs-common-rs/target/classes;
> ../xs-common-rs/target/test-classes;
> ../xs-rs-cxf/target/classes;
> ../xs-scheduling-web/target/classes;
> ../xs-scheduling/target/test-classes]]></extraClasspath>
>
> Rice
>

Reply via email to