Dashboard > WOProject / WOLips > ... > Preparing the Project > Example Maven POM build section
  WOProject / WOLips Log In View a printable version of the current page.  
  Example Maven POM build section
Added by Ulrich Köster, last edited by Ulrich Köster on Aug 21, 2006  (view change)
Labels: 
(None)

<build>
    <sourceDirectory>$\{basedir\}/src/java</sourceDirectory>
        <resources>
            <resource>
                <directory>$\{basedir\}/src/java</directory>
                <includes>
                    <include>**/*.properties</include>
                    <include>**/*.wo/**</include>
                    <include>**/*.api</include>
                </includes>
                <excludes>
                    <exclude>**/build*.properties</exclude>
                    <exclude>project.properties</exclude>
                    <exclude>target/**</exclude>
                </excludes>
                <filtering>false</filtering>
            </resource>
            <resource>
                <directory>$\{basedir\}/Resources</directory>
                <targetPath>Resources</targetPath>
            </resource>
        </resources>
</build>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators