Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Setting up a Jasig project to publish a Maven site.

<profiles>
    <profile>
        <id>ci-local-site</id>
        <distributionManagement>
            <site>
                <id>ci-local-site</id>
                <url>${jasig-site-ci-dist-base}${project-site-path}</url>
            </site>
        </distributionManagement>
    </profile>
    <profile>
        <id>manual-site</id>
        <distributionManagement>
            <site>
                <id>developer.jasig</id>
                <url>${jasig-site-dist-base}${project-site-path}</url>
            </site>
        </distributionManagement>
    </profile>
</profiles>
  • No labels