Merge "Update lispflowmapping UG for Beryllium"
[docs.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 47937c27942eb8a7448a5e68d547fa2cbf28dcfc..ad83c9a6f18c2aab80027dcaa084de73a6fed81c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
      </plugin>
    </plugins>
   </build>
-  <profiles>
-    <profile>
-      <activation>
-        <property>
-          <name>merge</name>
-          <value>true</value>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-           <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-site-plugin</artifactId>
-              <executions>
-                <execution>
-                  <goals>
-                    <goal>site</goal>
-                  </goals>
-                  <phase>compile</phase>
-                </execution>
-              </executions>
-           </plugin>
-           <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-site-plugin</artifactId>
-              <executions>
-                <execution>
-                  <goals>
-                    <goal>deploy</goal>
-                  </goals>
-                  <phase>install</phase>
-                </execution>
-              </executions>
-           </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
 </project>