I tried defining a property but it did not work for me. Check the parent pom and it has the inceptionYear property defined but the generated sources still say 2006-.. I dont think the current approach is so wrong. Its still in one place in the plugin where it is being used. This is a minor issue.
On Tue, Jan 21, 2014 at 12:50 PM, Marshall Schor <[email protected]> wrote: > This is probably not the right way to fix this? > > Instead, leave the bottom setting at its default value, and override the > UIMA-wide parent pom value for <inceptionYear> to be the first year of the > project, in the parent-pom for the project. > > > -Marshall > > > On 1/21/2014 11:14 AM, [email protected] wrote: > > Author: cwiklik > > Date: Tue Jan 21 16:14:47 2014 > > New Revision: 1560059 > > > > URL: http://svn.apache.org/r1560059 > > Log: > > UIMA-3574 Added new copyright message in javadoc plugin > > > > Modified: > > uima/sandbox/uima-ducc/trunk/pom.xml > > > > Modified: uima/sandbox/uima-ducc/trunk/pom.xml > > URL: > http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1560059&r1=1560058&r2=1560059&view=diff > > > ============================================================================== > > --- uima/sandbox/uima-ducc/trunk/pom.xml (original) > > +++ uima/sandbox/uima-ducc/trunk/pom.xml Tue Jan 21 16:14:47 2014 > > @@ -251,6 +251,8 @@ > > API > Documentation</doctitle> > > > <windowtitle>Apache UIMA DUCC Java SDK ${project.version} > > User-Level > API Documentation</windowtitle> > > + <!-- Show > Copyright message at the bootom of each page --> > > + > <bottom><![CDATA[Copyright © 2012, <a href="http://www.apache.org">The > Apache Software Foundation<a>. All rights reserved.]]> </bottom> > > </configuration> > > </execution> > > </executions> > > > > > > > >
