mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-22 07:22:15 +01:00
added apiviz profile
This commit is contained in:
40
pom.xml
40
pom.xml
@@ -281,6 +281,7 @@
|
||||
<profiles>
|
||||
|
||||
<profile>
|
||||
<id>maven3</id>
|
||||
<activation>
|
||||
<file>
|
||||
<!--
|
||||
@@ -372,6 +373,45 @@
|
||||
</build>
|
||||
|
||||
</profile>
|
||||
|
||||
<profile>
|
||||
<id>APIviz</id>
|
||||
<activation>
|
||||
<property>
|
||||
<name>sonia.apiviz</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
</activation>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
<configuration>
|
||||
<doclet>org.jboss.apiviz.APIviz</doclet>
|
||||
<docletArtifact>
|
||||
<groupId>org.jboss.apiviz</groupId>
|
||||
<artifactId>apiviz</artifactId>
|
||||
<version>1.3.1.GA</version>
|
||||
</docletArtifact>
|
||||
<additionalparam>
|
||||
-link http://download.oracle.com/javase/6/docs/api/
|
||||
-link http://download.oracle.com/docs/cd/E17802_01/products/products/servlet/2.5/docs/servlet-2_5-mr2/
|
||||
-link http://google-guice.googlecode.com/svn/tags/3.0/javadoc/
|
||||
-link http://www.slf4j.org/api/
|
||||
-sourceclasspath ${project.build.outputDirectory}
|
||||
-nopackagediagram
|
||||
</additionalparam>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user