Wiki source code of Preparing the WOApplication

Last modified by Ulrich Köster on 2006/08/21 02:23

Show last authors
1 Add the woa == true property to the POM:
2
3 {{code 0="xml"}}
4
5 <?xml version="1.0" encoding="UTF-8"?>
6
7 <project>
8 <properties>
9 <woa>true</woa>
10 </properties>
11 </project>
12
13 {{/code}}