Robert Could you create a JIRA for this and then change the log message to match?
I know this is a trivial change, but it should still go in JIRA. Thanks, Justin On Jul 8, 2013 11:16 AM, <[email protected]> wrote: > Author: rombert > Date: Mon Jul 8 15:16:11 2013 > New Revision: 1500794 > > URL: http://svn.apache.org/r1500794 > Log: > servlet archetype: set source encoding to prevent build warnings > > Modified: > > sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml > > sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml > > Modified: > sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml > URL: > http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff > > ============================================================================== > --- > sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml > (original) > +++ > sling/trunk/maven/archetypes/servlet/src/main/resources/archetype-resources/pom.xml > Mon Jul 8 15:16:11 2013 > @@ -104,6 +104,10 @@ > <scope>test</scope> > </dependency> > </dependencies> > + <properties> > + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > + > <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> > + </properties> > <profiles> > <profile> > <id>autoInstallBundle</id> > > Modified: > sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml > URL: > http://svn.apache.org/viewvc/sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml?rev=1500794&r1=1500793&r2=1500794&view=diff > > ============================================================================== > --- > sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml > (original) > +++ > sling/trunk/maven/archetypes/servlet/src/test/resources/projects/normal/reference/pom.xml > Mon Jul 8 15:16:11 2013 > @@ -104,6 +104,10 @@ > <scope>test</scope> > </dependency> > </dependencies> > + <properties> > + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > + > <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> > + </properties> > <profiles> > <profile> > <id>autoInstallBundle</id> > > >
