Remove old documentation from build
[policy/apex-pdp.git] / tools / tools-common / pom.xml
index aec342f..0ce6f93 100644 (file)
             </resource>
         </resources>
     </build>
-
-    <profiles>
-        <profile>
-            <id>apexSite</id>
-            <activation>
-                <property>
-                    <name>apexSite</name>
-                </property>
-            </activation>
-            <properties>
-                <adsite-tools-common-dir>${project.basedir}/src</adsite-tools-common-dir>
-            </properties>
-            <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