Maven

From Chorke Wiki
Revision as of 02:02, 21 May 2020 by Shahed (talk | contribs)
Jump to navigation Jump to search
<profile>
    <id>ext</id>
    <activation>
        <file>
            <missing>${basedir}/ext</missing>
        </file>
    </activation>
</profile>

References