Changeset 2201
- Timestamp:
- 11/29/17 10:09:57 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-distribution/pom.xml
r2200 r2201 365 365 </executions> 366 366 </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> 367 386 </plugins> 368 387 </build>
Note: See TracChangeset
for help on using the changeset viewer.