Yes, I'll update. /Anders
On Thu, Aug 2, 2012 at 2:02 PM, Robert Scholte <[email protected]> wrote: > > "should be placed" or "will be placed"? > IMHO ""should" sounds like you a.k.a the user must take action. > ________________________________ > From: [email protected] > To: [email protected] > Date: Thu, 2 Aug 2012 03:24:35 -0500 > Subject: [mojo-scm] [17244] > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2 : > MJAXB-66: Corrected the documentation of the outputDirectory param > > Revision 17244 Author afloom Date 2012-08-02 03:24:34 -0500 (Thu, 02 Aug > 2012) > > Log Message > > MJAXB-66: Corrected the documentation of the outputDirectory param > > Modified Paths > > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/SchemagenMojo.java > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/TestSchemagenMojo.java > > Diff > > Modified: > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/SchemagenMojo.java > (17243 => 17244) > > --- > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/SchemagenMojo.java > 2012-08-01 > 10:18:41 UTC (rev 17243) > +++ > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/SchemagenMojo.java > 2012-08-02 > 08:24:34 UTC (rev 17244) > @@ -47,7 +47,7 @@ > private List<String> compileSourceRoots; > > /** > - * The working directory to place processor and javac generated class > files. > + * The directory where the generated XML Schema file(s) should be > placed. > * > * @parameter > default-value="${project.build.directory}/generated-resources/schemagen" > * @required > > Modified: > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/TestSchemagenMojo.java > (17243 => 17244) > > --- > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/TestSchemagenMojo.java > 2012-08-01 > 10:18:41 UTC (rev 17243) > +++ > trunk/mojo/jaxb2-maven-plugin/src/main/java/org/codehaus/mojo/jaxb2/TestSchemagenMojo.java > 2012-08-02 > 08:24:34 UTC (rev 17244) > @@ -48,7 +48,7 @@ > private List<String> compileSourceRoots; > > /** > - * The working directory to place processor and javac generated class > files. > + * The directory where the generated XML Schema file(s) should be > placed. > * > * @parameter > default-value="${project.build.directory}/generated-test-resources/schemagen" > * @required > > ________________________________ > 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
