diff options
Diffstat (limited to 'tools/model-generator/pom.xml')
-rw-r--r-- | tools/model-generator/pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/tools/model-generator/pom.xml b/tools/model-generator/pom.xml index 5da446c77..99e31e624 100644 --- a/tools/model-generator/pom.xml +++ b/tools/model-generator/pom.xml @@ -57,4 +57,21 @@ <version>${project.version}</version> </dependency> </dependencies> -</project> + + <profiles> + <profile> + <id>apexSite</id> + <activation> + <property> + <name>apexSite</name> + </property> + </activation> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> + </site> + </distributionManagement> + </profile> + </profiles> +</project>
\ No newline at end of file |