mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
Added aggregated Javadoc generation, optionally includes checked out xwork sources
WW-1395 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@441917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -18,6 +18,28 @@
|
||||
<url>scp://people.apache.org/www/struts.apache.org/2.x/struts-core</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<sourcepath>src/main/java;../../xwork/src/java</sourcepath>
|
||||
<groups>
|
||||
<group>
|
||||
<title>Struts Packages</title>
|
||||
<packages>org.apache.struts2*</packages>
|
||||
</group>
|
||||
<group>
|
||||
<title>XWork Packages</title>
|
||||
<packages>com.opensymphony.xwork2*</packages>
|
||||
</group>
|
||||
</groups>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
||||
<dependencies>
|
||||
<!-- unreferenced dependencies:
|
||||
|
||||
Reference in New Issue
Block a user