diff options
Diffstat (limited to 'plugins/plugins-executor/plugins-executor-java/pom.xml')
-rw-r--r-- | plugins/plugins-executor/plugins-executor-java/pom.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/plugins-executor/plugins-executor-java/pom.xml b/plugins/plugins-executor/plugins-executor-java/pom.xml index 159e19333..cf1d495eb 100644 --- a/plugins/plugins-executor/plugins-executor-java/pom.xml +++ b/plugins/plugins-executor/plugins-executor-java/pom.xml @@ -33,4 +33,24 @@ <properties> <apex-plugins-executor-java-dir>${project.basedir}/src</apex-plugins-executor-java-dir> </properties> + + <profiles> + <profile> + <id>apexSite</id> + <activation> + <property> + <name>apexSite</name> + </property> + </activation> + <properties> + <adsite-plugins-executor-java-dir>${project.basedir}/src</adsite-plugins-executor-java-dir> + </properties> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>${apex.adsite.prefix}/modules/plugins/${project.parent.artifactId}/${project.artifactId}/</url> + </site> + </distributionManagement> + </profile> + </profiles> </project>
\ No newline at end of file |