Changeset 2201


Ignore:
Timestamp:
11/29/17 10:09:57 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r2200 r2201  
    365365        </executions> 
    366366      </plugin> 
     367      <plugin> 
     368        <artifactId>maven-javadoc-plugin</artifactId> 
     369        <version>3.0.0-M1</version> 
     370        <executions> 
     371          <execution> 
     372            <id>javadoc-jar</id> 
     373            <phase>package</phase> 
     374            <goals> 
     375              <goal>jar</goal> 
     376            </goals> 
     377            <configuration> 
     378              <includeDependencySources>true</includeDependencySources> 
     379              <dependencySourceIncludes> 
     380                <dependencySourceInclude>de.ugoe.cs.autoquest:autoquest-ui-core</dependencySourceInclude> 
     381              </dependencySourceIncludes> 
     382            </configuration> 
     383          </execution> 
     384        </executions> 
     385      </plugin> 
    367386    </plugins> 
    368387  </build> 
Note: See TracChangeset for help on using the changeset viewer.