|
|
@ -39,23 +39,23 @@
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
<profiles>
|
|
|
|
<profiles>
|
|
|
|
<profile>
|
|
|
|
<profile>
|
|
|
|
<id>full-disabled</id>
|
|
|
|
<id>full</id>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.9.1</version>
|
|
|
|
<version>2.9</version>
|
|
|
|
<executions>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<execution>
|
|
|
|
<id>aggregate-javadocs</id>
|
|
|
|
<id>aggregate-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goals>
|
|
|
|
<goal>aggregate-jar</goal>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
<includeDependencySources>true</includeDependencySources>
|
|
|
|
<includeDependencySources>true</includeDependencySources>
|
|
|
|
<dependencySourceIncludes>
|
|
|
|
<dependencySourceIncludes>
|
|
|
|
<dependencySourceInclude>${project.groupId}:*</dependencySourceInclude>
|
|
|
|
<dependencySourceInclude>${project.groupId}:*:javadoc:*</dependencySourceInclude>
|
|
|
|
</dependencySourceIncludes>
|
|
|
|
</dependencySourceIncludes>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</execution>
|
|
|
|