Author: simonetripodi
Date: Thu Jun 28 09:00:55 2012
New Revision: 1354869
URL: http://svn.apache.org/viewvc?rev=1354869&view=rev
Log:
dropped the unused profile
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1354869&r1=1354868&r2=1354869&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Thu Jun 28 09:00:55 2012
@@ -921,43 +921,6 @@
</build>
</profile>
- <!-- Generates Javadoc with browsable UML. -->
- <profile>
- <id>umlgraphdoc</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>${maven-javadoc-plugin.version}</version>
- <configuration>
- <!--
- NOTE:
- This plugin is optional since it needs the GraphViz
- external dependency.
- You can downalod it here: http://www.graphviz.org/
- -->
- <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
- <docletArtifact>
- <groupId>org.umlgraph</groupId>
- <artifactId>UmlGraph</artifactId>
- <version>${UmlGraph.version}</version>
- </docletArtifact>
- </configuration>
- <executions>
- <execution>
- <id>aggregate</id>
- <goals>
- <goal>aggregate</goal>
- </goals>
- <phase>site</phase>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
<profile>
<id>site</id>
<build>