donderdag 1 maart 2012

an easy way of copy files with maven from a server

    <build>
        <resources>
        <resource>
            <directory>//IP_ADRESS/FOLDER_STRUCTURE</directory>
            <includes>
                <include>FILE_FILTER</include>
            </includes>
            <targetPath>DESTINATION_FOLDER </targetPath>
        </resource>
        </resources>
    </build>

Geen opmerkingen:

Een reactie posten